Exploring the Uncle Block Page

Uncle blocks (or Ommer) are created when two or more miners create blocks at nearly the same time. Only one block can be mined and accepted as canonical on the blockchain. The others are uncle blocks, which are not included but still provide a reward to their miners for the work done.
Please note that the uncle block page is only active and available before The Merge. Uncle blocks are no longer produced after The Merge, and this page only serves as historical reference purposes.

Uncle blocks are important to Ethereum as it helps to secure the network and allows for shorter block times. Users can view uncle blocks by going to Etherscan's View Uncles page.


Uncles Page

  1. Block Height: The block height where an uncle block is included.
  2. Uncle Number: The block height that was "uncled" and are not built on by the miners on the canonical chain.
  3. Age: The time when the uncle was mined.
  4. Miner: Miner who mined the uncle block.
  5. Reward: Reward given out to the miner for mining an uncled block.

  1. Uncle Height: Block height where the uncle block is found.
  2. Uncle Position: Uncle position indicates the index of the uncle block. Maximum of 2 uncles are allowed per block.
  3. Block Height: The block height where the uncle block is included.
  4. Hash: The hash of the block header of the current block.
  5. Parent Hash: The hash of the block from which this block was generated, also known as its parents block.
  6. Sha3Uncles: The mechanism with which Ethereum Javascript RLP encodes an empty string.
  7. Mined by: Miner who mined the uncle block.
  8. Difficulty: The amount of work required to mine a new block.
  9. Gas Limit: Total gas limit provided by all transactions in the block.
  10. Gas Used: The total gas used in the block of gas filled in the block.
  11. Timestamp: The date and time the uncle block is included.
  12. Uncle Reward: Reward for mining the uncled block.

There are two types of rewards given to miners involving uncle blocks which are mining reward and inclusion reward. You can read more about it here.

AzfarEphr
AzfarEphr
Last updated: