Page cover

Overview

Ethereum is a decentralized Layer-1 blockchain that enables developers to build and deploy smart contracts and decentralized applications (dApps) using the Ethereum Virtual Machine (EVM).

As the foundational environment for EVM-compatible chains, Ethereum has become a standard for smart contract execution across a wide range of blockchain ecosystems.

The native token on Ethereum is ETH.

Block explorer: https://etherscan.io/

Network Support

Network
Full History / Archive
HTTPS
WSS

Mainnet

Testnet (Sepolia)

Compute Units

debug_traceBlockByHash

80

debug_traceBlockByNumber

80

debug_traceCall

80

debug_traceTransaction

80

eth_accounts

20

eth_blockNumber

20

eth_call

40

eth_chainId

10

eth_estimateGas

40

eth_gasPrice

40

eth_getBalance

40

eth_getBlockByHash

40

eth_getBlockByNumber

40

eth_getBlockTransactionCountByHash

40

eth_getBlockTransactionCountByNumber

40

eth_getCode

40

eth_getFilterChanges

40

eth_getFilterLogs

40

eth_getLogs

80

eth_getStorageAt

40

eth_getTransactionByBlockHashAndIndex

40

eth_getTransactionByBlockNumberAndIndex

40

eth_getTransactionByHash

40

eth_getTransactionCount

40

eth_getTransactionReceipt

40

eth_getUncleByBlockHashAndIndex

40

eth_getUncleByBlockNumberAndIndex

40

eth_getUncleCountByBlockHash

40

eth_getUncleCountByBlockNumber

40

eth_newBlockFilter

40

eth_maxPriorityFeePerGas

20

eth_newFilter

40

eth_newPendingTransactionFilter

40

eth_sendRawTransaction

80

eth_subscribe

20

eth_syncing

10

eth_uninstallFilter

20

eth_unsubscribe

20

net_listening

10

net_peerCount

20

net_version

10

txpool_content

500

web3_clientVersion

40

web3_sha3

40

Last updated

Was this helpful?