UNDERSTAND BEFORE USING
How to read an Etherscan transaction: a simple guide
Useful first: Ethereum explained: ETH, contracts and gas
THE SHORT ANSWER
An explorer such as Etherscan lets you inspect public Ethereum data. Find a transaction using its identifier (hash), then check the network, status, addresses, asset movements and fees. Reading a receipt requires neither a wallet connection nor a recovery phrase.
Your wallet says “sent”, but the recipient sees nothing. Read the public receipt before trying again. The example below is a simple ETH transfer on Ethereum; other networks may use different interfaces and fields.
1. Find the right receipt on the right network
Open the operation’s details in your wallet or platform. Look for “transaction ID” or “hash”. This identifier lets you search for the operation; it does not grant spending authority.
Check the sending network. Etherscan is Ethereum’s explorer; an operation on Base or another network needs its corresponding explorer. Access it through official documentation or your wallet’s link. Reading a public transaction requires no signature.
2. A fictional receipt, field by field
Educational example with no usable address or hash: Alice sends Bob 0.01 ETH. This is neither a screenshot of a real payment nor a suggestion to make a transfer.
- Transaction Hash: this operation’s identifier, like a case reference number.
- Status — Success: execution succeeded. This does not certify the recipient’s identity.
- From — Alice: the address sending this transaction.
- To — Bob: the recipient here. When using an application, this field may instead identify a contract.
- Value — 0.01 ETH: the amount of ETH sent in this example.
- Transaction Fee — 0.00042 ETH: using 21,000 gas units at 20 gwei each. Alice’s total cost is then 0.01042 ETH. These figures are fictional.
3. Read the status before deciding what to do
Pending means the operation is still waiting for inclusion. Failed or Reverted means an included execution failed: fees may still be payable. Success means execution succeeded, without guaranteeing the outcome matches your intention.
If the operation is not found, check the identifier and network. An app error before broadcast is not an on-chain failed transaction. An absent result on one explorer does not prove everything has disappeared.
4. Why a transfer might show “Value: 0 ETH”
A token is a digital unit managed by a program, called a contract. A token transfer can therefore show zero ETH in Value while moving another asset. Check token movements and the relevant contract address as well.
A token’s name or symbol can be copied. A displayed movement or a small incoming amount does not prove an asset is authentic. Do not copy an address from an unfamiliar transfer for your next payment.
5. What a receipt can actually tell you
The receipt helps you check what the network recorded. It does not determine a platform’s deposit rules: a service may wait for confirmations, not support an asset, or require a deposit reference.
Keep the identifier and contact only the receiving service’s official support if needed. Never publish your recovery phrase. For a stuck or failed operation, continue with the corresponding guide rather than repeatedly trying again.
Sources and further reading
- Etherscan — Viewing transactions · in English
- Ethereum.org — Transactions · in English
- Ethereum.org — Gas and fees · in English
- MetaMask — Address poisoning scams · in English
Page updated on
Documentation checked on · WhyTheBlockchain · Editorial approach