Exploring the Block Details

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.
Read our article on understanding block page

Clicking on the block height will bring you to the block details page. You may refer to our other article to know more about our block page.


Navigating a Block Details Page

A. Block Number: Indicates the number of the produced block
B. Labels: Added to relevant blocks, labels provide additional information regarding them.
Referring to the labels above, [MEV Block] indicates that the block contains one or more MEV transactions in its top slots and was not ordered by gas. Meanwhile, [Flashbots] specifies that Flashbots are involved in the block building process. As for [EigenPhi], the label is added if Etherscan gathers the MEV data using EigenPhi.
C. Overview: The tab that displays the block main information.
D. Consensus Info: The tab that displays the consensus information that happened on the beaconchain.
E. MEV Info: The tab that displays the MEV information.
F. Comments: The tab that displays the Disqus comment section of the block.

Overview Tab

  1. Block Height: The block height, also known as block number, which indicates the position of a particular block in the blockchain.
  2. Status: Show the progress of the building block.
  3. Timestamp: 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.
  4. Proposed On: Shows on which slot and epoch that the block was proposed.
  5. Transactions: The number of transactions in the block. Contract internal transactions refer to transactions that are created from contract executions and transact Ether.
  6. Withdrawals: Shows the number of staking withdrawals processed in this block.
  7. Fee Recipient: Shows which block builder received the reward for successfully building the block.
  8. Block Reward: The total block reward received by the miner for including the block in the blockchain. The breakdown of rewards (static block reward, gross transaction fees, deduction of burnt fees, uncle inclusion rewards) are also displayed.
  9. Total Difficulty: Total difficulty of adding the block to the chain (measured in hashes) until this block.
  10. Size: Size of the block in bytes. It is determined by the block's gas limit.
  11. Gas Used: The total gas used in the block. The gas used percentage (out of total gas limit) as well as percentage of gas used over the gas target are also included.
  12. Gas Limit: Total gas limit for the block.
  13. Base Fee Per Gas: Post-London Upgrade, this represents the minimum gasUsed multiplier required for a tx to be included in a block.
  14. Burnt Fees: 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.
  15. Extra Data: Any data that can be included by the block builder in the block.
  16. Hash: The hash of the block header of the current block.
  17. Parent Hash: The hash of the block from which this block was generated, also known as its parent block.
  18. StateRoot: The root of the state trie.
  19. WithdrawalsRoot: Block header withdrawal root hash.
  20. Nonce: Block nonce is a value used during mining to demonstrate proof of work for a block.

Block details before the Merge

  1. Mined by: Miner who successfully mined the block.
  2. Uncles Reward: Rewards given to a miner who mined an uncled block that was included in the viewed block. Read more about uncles here.
  3. Difficulty: The amount of work required to mine a new block. The difficulty adjusts based on total hash power mining on the blockchain.
  4. Sha3Uncles: The mechanism with which Ethereum Javascript RLP encodes an empty string.

Consensus Info Tab

  1. Slot: The slot for which the block is created.
  2. Epoch: The epoch of the current slot. More on Epoch here.
  3. Proposer Index: The proposer of the current block.
  4. Slot Root Hash: 32-bytes root hash of the current slot.
  5. Beacon Chain Deposit Count: Number of successful deposits on the deposit contract so far.
  6. Slot Graffiti: 32-bytes for validators to decorrate as they choose with no defined in-protocol use.
  7. Block Randomness: Source of randomness from the beacon chain RANDAO implementation.
  8. Randao Reveal: The signature of the current epoch by the block proposer. Constitutes the seed for randomness when mixed in with the other proposers' reveals.

MEV Info Tab

  1. Proposer Fee Recipient: Block proposer's fee recipient.
  2. MEV Reward: The amount of reward sent to the block proposer.
  3. MEV Payout Txn Hash: The transaction hash of the MEV reward paid to the block proposer.

If you would like to do further research on how blocks work, you can watch this video illustrating how blocks work in a blockchain.

AzfarEphr
AzfarEphr
Last updated: