Learn

Reading Etherscan as a beginner: what the tabs and columns mean

Etherscan is the standard tool for looking at anything that happened on Ethereum, and it is very thorough. It is also built for people who already know the vocabulary. This page walks through what you are looking at when you open a wallet there, and where a simpler view helps.

A block explorer, one per chain

A block explorer is a search engine for a blockchain. Etherscan covers Ethereum, and other networks have their own siblings, for example BscScan for BNB Chain, Polygonscan, Basescan and Arbiscan. The same address can exist on several chains, so always check that you are looking at the network you mean.

The tabs on an address page

  • Transactions: the transactions this address itself sent or received directly. Each row is one action that was signed and paid for.
  • Internal Transactions: value moved by a smart contract as a result of a transaction, not signed on its own. A DeFi app paying you out shows up here.
  • Token Transfers (ERC-20): movements of tokens like USDC or USDT. Tokens are not ETH, so they have their own list.
  • NFT Transfers: the same for NFTs. This is also where unwanted spam NFTs appear.
  • Analytics and others: summaries such as balance over time or activity charts.

A common beginner surprise: a payment in USDC will not appear under "Transactions" of the receiver, because that list only contains transactions the address took part in directly. Look under Token Transfers.

The columns in a transaction list

  • Transaction hash: the unique ID of that transaction. Clicking it opens the details.
  • Method: a label for what the transaction did, such as Transfer, Approve or Swap. Unknown ones show as a short code.
  • Age: how long ago it happened.
  • From / To: who sent it and who it was sent to. For a call to an app, "To" is the app's contract, not a person.
  • Amount: the amount of ETH (or the chain's native coin) moved. Token amounts are shown in the token tabs.
  • Transaction fee: the gas paid to the network, always in the native coin and paid by the sender.

Wallet or contract?

An address is either a normal wallet controlled by a person or a smart contract, which is code. Etherscan marks contracts and shows their code on a separate tab. When you see an unfamiliar address in "To", checking whether it is a contract and whether it has a name tag tells you a lot.

Where it gets hard

Etherscan lists events in time order. A wallet with thousands of transactions is a very long list, and the question most people actually have, "who has this wallet actually dealt with?", is not answered anywhere on the page. You would have to read the From and To columns and tally them yourself, across several tabs, once per chain.

That is the gap Hopchain fills. It checks every supported chain, groups the activity by the other party and shows each one once, sized by how much they interacted, with known names attached. It is a simpler overview, not a replacement: Etherscan remains the more detailed source, and every wallet page on Hopchain links to it through "View on explorer" so you can verify anything.

Tips

  • Never treat a name tag as proof of trust. Tags describe, they do not vouch.
  • Times are usually shown relative ("2 hours ago") and in UTC when you look at exact timestamps, so they may differ from your local time.
  • A failed transaction still costs gas, so failed rows can appear next to successful ones.

This is general information, not financial advice.

Try the simpler view: check any address on Hopchain. It's free and needs no signup.