Ethereum Gas Tracker

With Tatum, it's super easy track Ethereum fees, transactions, and virtually anything else.

Access API

🐌 Slow

Loading...

🦑 Medium

Loading...

🦄 Fast

Loading...
Ethereum Gas Fee Chart

Convert Gwei to Wei to Ether

Use this simple gwei calculator to get your fee estimates for Ethereum.

Start Building on Ethereum Today

Tatum provides the most reliable infra for Etereuem and the simplest dev tooling used by thousands of developers.

Access Reliable Ethereum Nodes

Ethereum

EVM
Healthy
Get Last Block Number

The blockNumber method returns the number of the most recent block on the blockchain. This method is commonly used to track the current state of the network, monitor for new blocks, or fetch historical data.

Network
Get Balance of Address

The getBalance method is a JSON-RPC method that allows you to retrieve the balance of a specified address. This method can be used to query the balance of any address, whether it is a contract or an externally owned account (EOA). A common use case for this method is to display the current balance of a user's account in a wallet application or a decentralised application (DApp).

Network
Get Transaction by Hash

The getTransactionByHash is a JSON-RPC method that allows you to query transaction details based on its hash. This method is useful when you want to retrieve information about a specific transaction, such as its sender, receiver, value, and more. Common use cases include tracking transaction status, monitoring incoming transactions, or analyzing historical transaction data.

Network
Get Block Receipts

The getBlockReceipts method retrieves and returns all transaction receipts for a specific block. Transaction receipts contain essential information related to the execution status and outcomes of individual transactions within the block, including details about the amount of gas used, contract events emitted, and whether the transactions were successful or not. By using the getBlockReceipts, developers can seek a comprehensive overview of the transactions' results within a particular block.

Network
Get Gas Price

The gasPrice method is a JSON-RPC method used to estimate the average gas price required for transactions in the Ethereum network. This method provides a suggestion for the gas price to be used in a transaction to increase the likelihood of it being mined and included in a block in a reasonable amount of time. The gasPrice method is particularly useful for developers and users who want to create and send transactions, as it helps them estimate the appropriate gas price to ensure timely processing.

Network
Get All NFTs Wallet Holds

The nft.getBalance method is not JSON-RPC method, but abstracted method for getting NFTs balance. This function helps you to fetch all the NFT's a wallet holds, all you have to do is pass the address.

Network
See the Full List of RPC Methods

Visit our documentation to learn about all available RPC methods.

Get Access to Archive RPC Nodes and More

With Tatum you'll be able to access RPC nodes directly and also access archive RPC nodes.

Access Nodes

Get Everything You Need to Build Your App Fast

A powerful SDK, lightning-fast RPC nodes, faucets and a whole lot more for free.

Sign Up