# A Crash Course on Etherscan **Published by:** [choom](https://paragraph.com/@choom/) **Published on:** 2022-01-19 **URL:** https://paragraph.com/@choom/a-crash-course-on-etherscan ## Content Made for the Perpvangelists - relevant to anyone! Etherscan is a blockchain explorer for EVM-based chains (which means there’s an Etherscan equivalent for arbitrum, optimism, fantom, avalanche, and others!). It’s an incredibly useful analytical tool for any web3 adventurer and acts as an interface to data contained on the blockchain, presenting it in an easy to view/search format. Our task is to be able to:Search and view a wallet’s address and balanceLearn the important details of an addresses page (are they a real person?)View a transaction and figure out what’s going onViewing a wallet in ZapperSearching for a walletOn Etherscan.io, search for the address by inputting into the address into the search dialog: 0x2Ad4Dc274b0965B24C6136b19DeC569aA628D8abSearch field on the homepageYou can also search for a user’s ENS (Ethereum naming service) as well:ENS searchThis will return an intermediary screen:ENS Controller and RegistrantI won’t go too much into detail on what these mean (essentially you can have your ENS direct to another user’s address). But typically the controller address is the page you’re looking for when searching for an ENS.The accounts balanceAfter searching for the address, you’ll find yourself on the addresses page. At the top of the page, you’ll be presented with the user’s ETH balance and token holdingsBalance in ETH, Value in $ at current ETH price, and list of tokens (ERC-20 tokens, ERC-721 NFTs, ERC-1155 NFTs)Viewing a transaction and figuring out what’s going onUnderneath this is where all the interesting information lies:Latest 25 transactions from the user's transactionsTransactions include any events that a user makes on the blockchain (excluding ERC20/ERC721/1155 transfers, as shown in their respective section at the top). By default, Etherscan will show us the latest 25 transactions, but we can click on the hyperlinked “181” to view all of the transactions the user has made. From left-to-right:Txn Hash - the hashed signature of the transactionMethod - this is the method call that you make when calling a smart contract - from the transactions above, we can see that (from bottom-up):Transfer: 0.9569 ETH has been transferred from another address IN to the wallet of the current userSwap ETH for Exact: The user has swapped 0.91 ETH for another token via SushiswapApprove The user has approved a token for use on a smart contractStake: The user has staked a token via a smart contractBlock - this is the block in which the transaction was minedAge: How long ago from present did the transaction occurFrom: unless this is an IN transaction, this is usually the user’s addressTo: this is typically the smart contract they’re interacting with, or if it’s a transfer event, the wallet that the user is transferring toValue: This is the total of ETH being used in the transaction (excluding gas fees). If ETH is not being used, then this the value is 0Clicking on a transaction hash will give you some more detail on what events are occurring in the transaction (as well as insight into gas, which is a whole other topic for another post!).Finding out how a wallet was fundedLatest 25 Tx'sAfter clicking on 181, you’ll be able to view the full list of transactions for an address. Head to the last page and look at the bottom transaction - this will usually be an inbound transfer of ETH:Inbound transfer of 0.025 ETHBy clicking the from address, you can trace the ETH, repeat the process and find the source address. One example of how Etherscan can be pretty cool! :DUsing Zapper!Zapper is a pretty neat dashboard which lets you view the total sum of assets, liquidity positions and loans/debt - all across multiple chains! (note: recent tokens might be supported) This is a useful tool in case someone doesn’t use Ethereum (and their Etherscan page may appear vacant!), you can type their address into Zapper and check to see which chain they’re active on. Head on over to Zapper.fi, search the address at the top and you can see a breakdown of their assets, as well as which blockchain they have assets on:Breakdown of a user's holdings across multiple chains!Each of these chains also has their respective blockchain explorer (similar to Etherscan), but sometimes checking the address on each one is a pain! So this might be where zapper helps. And that’s pretty much it! hopefully this illustrates the basics on navigating through the blockchain using Etherscan. The cool thing is the layout is pretty much the same for Polyscan, optimistic etherscan, bscscan, etc. So everything here can be applied to those explorers too! If you made it this far, thanks for reading! If the information here proves useful, I’ll do a deep-dive onto how to calculate gas for transactions and other tips/guides! ## Publication Information - [choom](https://paragraph.com/@choom/): Publication homepage - [All Posts](https://paragraph.com/@choom/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@choom): Subscribe to updates