Exploring the Block Page

A block is a core concept that can be thought of as a page in a ledger. A block contains transaction data and the hash of the previous block that ensures immutability and security in the blockchain network.

Users can view more blocks detail by going to Etherscan's View Blocks page.


Viewing Blocks Page

  1. Network Utilization: The average percentage of gas limit used per block based on the blocks listed on the current page.
  2. Last Safe Block: The block that is safe and unlikely to be reverted.
  3. Produced by MEV Builders (24H): The percentage number of blocks produced by MEV Builders in the last 24 hours.
  4. Burnt Fees: Post-London Upgrade, this represents the total sum of fees burned in ETH. You can see more EIP-1559 related data by clicking on the Dashboard label.
  5. Block: The block height, also known as a block number, indicates the position of a particular block in the blockchain.
  6. Age: Shows how long ago a block was built. Can be toggled with Date Time (UTC) to display the date and time at which the block was built.
  7. Txn: Total number of transactions in the block. Does not include contract internal transactions.
  8. Fee Recipient: Shows which block builder received the reward for successfully building the block.
  9. Gas Used: The total gas used in the block. The gas used percentage (out of the total gas limit) as well as the percentage of gas used over the gas target, was also included.
  10. Gas Limit: Total gas limit for the block.
  11. Base Fee: Post-London Upgrade, this represents the minimum gasUsed multiplier required for a transaction to be included in a block.
  12. Reward: The total block reward received by the block producer for including the block in the blockchain.
  13. Burnt Fees (ETH): Post-London Upgrade, this represents the part of the tx fee that is burnt: baseFeePerGas * gasUsed. The burnt fees percentage out of total transaction fees is also displayed.

Clicking on the block height will bring you to the block details page. You may learn more about viewing specific block details here.

  • AzfarEphr
Updated