How to Use Etherscan: Reading Ethereum Transactions in 15 Minutes
Etherscan is the block explorer for Ethereum and the most-used tool for reading on-chain data. Every transaction, every contract, every wallet on Ethereum is visible โ Etherscan just makes it searchable. For beginners, the four highest-value tasks are: confirm a transaction succeeded, see what tokens a wallet holds, review what permissions you've granted to DApps, and verify a token contract's identity before buying.
Not financial advice. This article is for educational purposes only. Crypto is volatile and carries risk. Never invest more than you can afford to lose. Always do your own research.
What Etherscan is#
Etherscan launched in 2015 as a frontend for Ethereum's blockchain โ letting humans browse the public ledger without running a node. Today it indexes every block, transaction, contract, and event on Ethereum mainnet, plus several testnets. Sister sites cover other EVM chains:
| Chain | Explorer |
|---|---|
| Ethereum | etherscan.io |
| BNB Smart Chain | bscscan.com |
| Polygon | polygonscan.com |
| Arbitrum | arbiscan.io |
| Optimism | optimistic.etherscan.io |
| Base | basescan.org |
| Avalanche | snowtrace.io |
Same interface, different chains. All block explorers are free to use. They don't custody anything โ they only read on-chain data.
Look up a transaction#
Most common use case: your swap got stuck and you want to know why.
- Copy the transaction hash from your wallet (MetaMask โ Activity โ click pending โ "View on Etherscan"). It looks like
0xabc123.... - Paste into Etherscan's search bar at etherscan.io.
- Read the top section: Status (Success / Pending / Failed), Block number, Timestamp, From/To addresses, Value (ETH sent), Transaction Fee (gas paid).
- If Status is Failed, click "Click to see More." Etherscan shows the revert reason โ common ones: insufficient allowance, slippage too low, pool empty, contract paused.
- If Status is Pending for more than 10 minutes, your gas fee was too low. Speed up by submitting a replacement transaction with higher gas (MetaMask โ Activity โ Speed up).
Look up a wallet address#
Paste any Ethereum address into the search bar. The wallet page shows:
- Current ETH balance
- Total transaction count
- Current ERC-20 token holdings
- NFT holdings
- Full transaction history (with tabs for Transactions / Internal / ERC-20 / NFT)
Use cases: confirm your own activity, check a counterparty's history before sending them funds, investigate a suspicious wallet that received funds you didn't recognize.
Pro tip: the "Etherscan label" tag shows known wallet identities (Vitalik's main wallet, exchange hot wallets, known scammers).
Token Approval Checker โ the most important Etherscan feature#
Every time you click "Approve" on a DApp (Uniswap, OpenSea, any DeFi protocol), you grant that contract permission to spend a specific token from your wallet. These approvals are persistent โ they don't expire. Old approvals from compromised or malicious sites are the #1 cause of wallet drainage in 2026.
Etherscan's Token Approval Checker at etherscan.io/tokenapprovalchecker shows and revokes all approvals on your wallet.
- Go to the link above.
- Paste your wallet address (no need to connect โ read-only).
- Etherscan lists all active approvals. Sort by "Allowance" descending โ "Unlimited" approvals are highest risk.
- For each approval, decide: do you still use this contract? Old approvals from "free NFT mint" or "connect to claim airdrop" should be revoked.
- Click "Revoke" next to risky approvals. Connect MetaMask, pay ~$2โ5 in gas per revoke. Worth it.
- Alternative: revoke.cash and rabby.io have cleaner interfaces for the same task. Whichever you use, do this quarterly.
See Wallet drainer explained for why this matters.
Verify a smart contract#
Before buying a new token, you should verify the contract's identity. Two checks:
- The contract's source code is published and matches what's deployed.
- The contract behavior matches what the project claims.
On a token's contract page (e.g. etherscan.io/token/0x...), look for the Contract tab. A green checkmark with "Verified" means the source code is published. Click to read the actual Solidity code.
Most beginners can't audit code line-by-line, but the existence of verified code is itself a positive signal. Unverified contracts (compiled binary only, no source) are higher risk โ pair them with a GoPlus scan before going anywhere near them.
Gas tracker โ when to buy and sell#
Gas fees on Ethereum fluctuate wildly with network demand. Etherscan's Gas Tracker (etherscan.io/gastracker) shows current gas in Gwei plus historical trends:
- Low gas (under 20 Gwei) โ transactions cost $1โ3.
- High gas (over 100 Gwei) โ transactions cost $20โ50+.
For non-urgent transactions, check first. Patterns: gas is usually lower on weekends and overnight US-time. New NFT drops or token launches spike gas โ wait if you can.
Non-EVM block explorers#
Solana, Bitcoin, and other non-EVM chains use different explorers but the concept is the same:
- Solana โ solscan.io, solana.fm
- Bitcoin โ mempool.space, Blockstream Explorer
- Tron โ tronscan.org
The "paste hash to see transaction" workflow is universal across chains.
Bottom line#
Etherscan is the closest crypto has to a public records office. You don't need to read code to get value from it โ being able to debug a stuck transaction, audit your own approvals, and verify a contract exists takes maybe an hour to learn and prevents most of the boring categories of loss. Bookmark it, get comfortable, and run the approval check every quarter on every wallet you use.
Next reads: Wallet drainer explained ยท GoPlus token security ยท How to keep crypto safe.
Frequently Asked Questions
Related Articles
Trust Wallet for Beginners: Mobile-First Multi-Chain Guide (2026)
Trust Wallet for beginners: install on iOS or Android, secure your seed phrase, send across 100+ chains, use the DApp browser, and decide whether Trust Wallet or MetaMask suits your case.
Phantom Wallet for Beginners: Complete Solana (and Multi-Chain) Guide (2026)
Phantom Wallet for beginners: install in 30 seconds, secure your seed phrase, connect to Solana DApps, stake SOL for 6โ8% APY, and use the new Bitcoin + Ethereum support.
Top 10 Crypto Wallets in 2026: Hot, Cold, Mobile & Multi-Sig Compared
The 10 best crypto wallets in 2026 โ MetaMask, Phantom, Ledger, Trezor, Rabby, Safe. Compared by chain support, security, UX, and use case. Includes recommended wallet stacks for each user profile.