Ethereum's blockchain is a vast, decentralized ledger where each block contains a record of transactions and smart contract interactions. Block #22,665,973, mined on June 9, 2025, serves as a practical example to understand key metrics and their significance in the network's ecosystem.
Overview of Block #22,665,973
This block was added to the Ethereum blockchain at 08:57:59 UTC on June 9, 2025. It was processed by a miner with the address 0x1f9090aae28b8a3dceadf281b0f12828e676c326, which, at the time of mining, was not associated with a well-known mining pool or entity.
The block contained 118 transactions, facilitating the transfer of 6.9006 ETH, equivalent to approximately $17,235.28 based on prevailing exchange rates. The average transaction value was 0.0585 ETH ($146.06), indicating a mix of both small and larger transfers typical of everyday network activity.
The miner received a total reward of 0.01 ETH ($24.98) for validating and adding this block to the chain. This reward comprised a base emission reward and an additional 0.0283 ETH ($70.68) collected from the fees paid by users for including their transactions.
Key Technical Details
Every Ethereum block is characterized by a set of unique cryptographic identifiers and operational parameters.
Block Identification and Links
- Hash:
0x635...6e1f8(a unique fingerprint for this specific block) - Parent Hash:
0x3dc...92c46(references the immediately preceding block, ensuring chain continuity) - State Root:
0xe43...d3b8c(a cryptographic summary of the entire Ethereum network state after this block's transactions were processed)
Mining Metrics
- Nonce:
0 - Difficulty:
0.00000(reflecting Ethereum's transition to Proof-of-Stake, where mining difficulty is no longer applicable) - Gas Used: 13,766,945 (38.09% of the block's capacity)
- Gas Limit: 36,140,790 (the maximum computational work allowed in the block)
- Size: 48,278 bytes
Rewards and Economics
- Total Sent Value: 6.9006 ETH ($17,235.28 then | ~$17,597.15 at the time of writing)
- Average Transaction Value: 0.05848 ETH
- Block Reward: 0.00720 ETH ($17.98)
- Fee Reward: 0.02829 ETH ($70.65)
Importance of Block Explorers
Data-rich blocks like #22,665,973 highlight the utility of block explorers. These tools are essential for anyone interacting with the Ethereum network, offering a window into its inner workings.
- Transparency: Every transaction and its details are publicly verifiable.
- Network Health: Metrics like gas usage and block capacity indicate demand and congestion.
- Fee Estimation: Historical data helps users estimate appropriate transaction fees.
- Wallet Monitoring: Users can track the status of their transactions and balances.
👉 Explore real-time blockchain data
Frequently Asked Questions
What is a block reward in Ethereum?
After The Merge, Ethereum transitioned to Proof-of-Stake (PoS). The block reward is now new ETH issued to validators for proposing a new block. It is separate from the transaction fee tips that users pay to have their transactions included.
Why is the gas usage percentage important?
The gas usage percentage shows how full a block was. A consistently high percentage indicates high network demand, which typically leads to higher transaction fees as users compete to get their transactions processed quickly.
What does the 'state root' mean?
The state root is a cryptographic hash that represents the entire state of the Ethereum network—including all account balances, contract code, and storage—after the block's transactions have been executed. It allows anyone to verify the state's integrity without storing the entire dataset.
How can an average user benefit from this data?
By looking at recent blocks, a user can gauge the current state of the network. For example, seeing high average fees might suggest waiting to perform a non-urgent transaction. It also provides unparalleled transparency, allowing you to verify any transaction.
What happened to mining difficulty after Ethereum's merge?
Ethereum's switch to Proof-of-Stake consensus made traditional mining obsolete. The concept of computational mining difficulty was replaced with a staking mechanism. Validators now secure the network by locking up ETH, and the difficulty metric is no longer relevant, hence it often appears as zero.
Is all value transferred in a block from user transactions?
Not necessarily. The "sent value" typically refers to ETH explicitly transferred between accounts in transactions. However, value can also be moved through internal transactions triggered by smart contracts, which are sometimes tracked separately as "internal value."