This application benchmarks various Ethereum JSON-RPC endpoints. It performs multiple tasks such as fetching block numbers, block details, transaction details, and more.
The results are displayed in a table where each row represents an RPC method and each column represents an RPC URL. Yellow cells indicate response times greater than 200 ms, while red cells indicate response times greater than 500 ms.
The summary rows at the bottom show the average and median response times for each RPC method across all URLs.
Source code available on GitHub.
Loading benchmark data...
This may take a few moments as we gather data from multiple RPC endpoints.
| Method | https://rpc.ankr.com/eth | https://1rpc.io/eth | https://public.stackup.sh/api/v1/node/ethereum-mainnet | https://ethereum.blockpi.network/v1/rpc/public | https://eth-pokt.nodies.app | Average | Median |
|---|---|---|---|---|---|---|---|
| eth_blockNumber | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 85.30 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 255.10 ms | 170.20 ms | 170.20 ms |
| eth_getBlockByNumber | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 109.60 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 348.30 ms | 228.95 ms | 228.95 ms |
| eth_getBlockByHash | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 242.40 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 794.60 ms | 518.50 ms | 518.50 ms |
| eth_getBlockTransactionCountByNumber | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 196.70 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 469.70 ms | 333.20 ms | 333.20 ms |
| eth_getBlockTransactionCountByHash | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 185.00 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 453.90 ms | 319.45 ms | 319.45 ms |
| eth_getTransactionByHash | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 206.50 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 538.90 ms | 372.70 ms | 372.70 ms |
| eth_getTransactionReceipt | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 439.40 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 1073.20 ms | 756.30 ms | 756.30 ms |
| eth_call | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 378.10 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 934.70 ms | 656.40 ms | 656.40 ms |
| eth_getLogs | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 306.80 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 960.40 ms | 633.60 ms | 633.60 ms |
| eth_getBalance | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 624.30 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 1002.60 ms | 813.45 ms | 813.45 ms |
| eth_gasPrice | ❌ Unauthorized: You must authenticate your request with an API key. Create an account on https://www.ankr.com/rpc/ and generate your personal API key for free. (135.80 ms) | 329.10 ms | ❌ Failed to fetch (192.00 ms) | ❌ Failed to fetch (1089.10 ms) | 1698.50 ms | 1013.80 ms | 1013.80 ms |
| Summary Average | N/A ms | 282.11 ms | N/A ms | N/A ms | 775.45 ms | 528.78 ms | |
| Summary Median | N/A ms | 242.40 ms | N/A ms | N/A ms | 794.60 ms | 408.75 ms | |