Ethereum has become one of the most widely used blockchain platforms, powering decentralized applications, smart contracts, and digital asset transfers. To truly understand what’s happening on the network, you need a reliable tool — and Etherscan is the go-to block explorer for Ethereum. Whether you're tracking a transaction, analyzing gas fees, or exploring block details, Etherscan provides all the data you need.
This guide walks you through the essential components of Etherscan, focusing on blocks, transactions, and how to interpret key metrics. By the end, you’ll be able to confidently navigate Etherscan and extract meaningful insights from Ethereum’s on-chain activity.
Exploring an Ethereum Block on Etherscan
Let’s say you want to investigate Block 14895081. Head to the Etherscan homepage and enter the block number in the search bar. You'll be taken to a detailed overview of that specific block.
Here’s what each element means:
① Block Number Navigation
The current block number is clearly displayed. Use the "<" and ">" buttons to move backward or forward through adjacent blocks — perfect for observing chain progression over time.
② Timestamp
This shows when the block was proposed by the miner (pre-Merge) or validator (post-Merge). The timestamp is automatically adjusted based on your browser's time zone. Under the hood, it’s derived from a Unix epoch value — in this case, 1654230140.
③ Time Since Last Block
This metric reveals the interval between this block and the previous one. On Ethereum, the target block time is around 12 seconds under Proof-of-Stake. Variations can indicate network congestion or temporary consensus delays.
④ Miner Reward (Legacy)
This field shows the fixed reward given to miners under Proof-of-Work. However, after The Merge in 2022, Ethereum transitioned to Proof-of-Stake, making this value obsolete. Today, validator rewards are separate and not shown here.
⑤ Total Transaction Fees
This is the sum of all gas fees paid by users for transactions included in the block. It reflects the demand for block space during that period.
⑥ Total Burnt Fees
A portion of every transaction fee is permanently removed from circulation — “burnt” — as part of EIP-1559. This deflationary mechanism helps control ETH supply inflation.
👉 Discover how blockchain analytics can improve your investment decisions
⑦ Total Difficulty (Historical)
Total difficulty was crucial in Proof-of-Work to determine the longest valid chain. It’s calculated by adding the current block’s difficulty to the previous block’s total. Since The Merge, difficulty is always 0x0, rendering this metric historical.
⑧ Gas Used vs. Gas Limit
This ratio shows how full the block was: Gas Used / Gas Limit
For example, if a block uses 12 million out of 30 million gas, it’s 40% full. High utilization may signal network congestion.
⑨ Gas Target Deviation
Ethereum’s ideal gas usage per block is 15 million (set by EIP-1559). This field compares actual usage to that target, helping visualize fee market dynamics.
⑩ Burnt Fees Calculation
Burnt fees = Gas Used × Base Fee Per Gas
This matches the value in field ⑥ and confirms the deflationary impact of EIP-1559.
⑪ Extra Data
Miners or validators can include up to 32 bytes of arbitrary data here. Often used for messages, client identification, or signaling upgrades.
Note: "Transaction" is often abbreviated as "txn", so "txn fee" simply means "transaction fee".
Now, click on "73 transactions" to dive deeper into individual transaction records within this block.
Analyzing the List of Transactions
The next page displays all transactions included in the block. Here’s how to interpret the columns:
① Orange Exclamation Mark (Reverted Internal Call)
An orange warning indicates a reverted transaction due to an error during an internal call — such as a failed smart contract function execution.
② Red Exclamation Mark (Transaction Failure)
A red icon means the entire transaction failed at the top level — typically due to insufficient gas or invalid inputs.
③ Green Balloon (EIP-1559 Transaction)
A green balloon next to the fee indicates the transaction used Type-2 (EIP-1559) format, which includes base fee and priority fee fields instead of a flat gas price.
④ Value (ETH Transferred)
This column shows how much ETH was transferred via msg.value in each transaction — useful for spotting large transfers or contract interactions with value.
⑤ Fee Total Verification
Summing up all transaction fees in this list should match the total shown in Figure 1’s field ⑤ — a good way to cross-check data accuracy.
Click on any transaction hash to view its full execution details. Let’s explore one in depth.
Deep Dive: Transaction Details Page
Let’s examine the first transaction in our list:
① Confirmation Depth
Shows how many blocks have been added since this transaction was confirmed. The higher the number, the more secure and irreversible the transaction.
② Timestamp Consistency
Matches the timestamp from the block page — ensuring consistency across views.
③ Time from Broadcast to Inclusion
Indicates how long it took for the network to include this transaction after it was broadcast. Long delays may suggest low gas pricing or network congestion.
④ Message Value (ETH Sent)
Same as field ④ above — shows how much ETH was sent directly with this transaction.
⑤ Transaction Fee Calculation
Gas Used × Effective Gas Price = Total Fee
This is what the user actually paid.
⑥ Burnt Fee Portion
Gas Used × Base Fee Per Gas = Burnt Amount
This portion is destroyed forever — contributing to Ethereum’s deflationary model.
⑦ Effective Gas Price Logic
For EIP-1559 transactions:
- If
(Base Fee + Max Priority Fee) ≤ Max Fee, then:Effective Gas Price = Base Fee + Max Priority Fee - Otherwise:
Effective Gas Price = Max Fee
Any excess above the effective price is refunded — protecting users from overpaying.
Non-EIP-1559 transactions use a flat gas price set by the sender.
⑧ Transaction Savings
Gas Used × (Max Fee – Effective Gas Price)
This shows how much money EIP-1559 saved the user compared to their maximum willingness to pay.
👉 Learn how real-time blockchain data can enhance your trading strategy
⑨ Transaction Nonce
This zero-indexed number tells you how many transactions the sender (tx.origin) has made in total. Useful for detecting bot activity or high-frequency traders.
⑩ Execution Order in Block
Also zero-indexed — this transaction was the 73rd executed in the block. Order affects outcomes, especially in DeFi arbitrage scenarios.
Pro Tip: To see real-world examples of different gas price behaviors, check transactions at positions 12, 72, and 13 in this block (links removed per guidelines).
Frequently Asked Questions
Q: What is Etherscan used for?
A: Etherscan is a blockchain explorer that lets you view Ethereum transactions, smart contracts, wallet balances, and block details in real time.
Q: How do I know if a transaction failed?
A: Look for red or orange warning icons next to the transaction hash. A red exclamation means complete failure; orange means partial reversion during contract execution.
Q: Why are some fees “burnt” on Ethereum?
A: Thanks to EIP-1559, a portion of every transaction fee is burned (permanently removed), reducing ETH supply and adding deflationary pressure.
Q: Can I track wallet activity with Etherscan?
A: Yes! Enter any wallet address into Etherscan’s search bar to view its transaction history, token holdings, and contract interactions.
Q: Is Etherscan safe to use?
A: Yes, Etherscan is a trusted and widely used tool. Just ensure you’re visiting the official site and never enter private keys.
Q: What changed after The Merge?
A: Ethereum switched from Proof-of-Work to Proof-of-Stake. Miners were replaced by validators, block rewards changed, and difficulty became zero.
Core Keywords
Etherscan, Ethereum block explorer, transaction analysis, EIP-1559, gas fee breakdown, blockchain analytics, Ethereum transactions
👉 Access advanced blockchain tools to monitor market movements in real time