Subscribe to choom
Subscribe to choom
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers
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 balance
Learn the important details of an addresses page (are they a real person?)
View a transaction and figure out what’s going on
Viewing a wallet in Zapper
On Etherscan.io, search for the address by inputting into the address into the search dialog: 0x2Ad4Dc274b0965B24C6136b19DeC569aA628D8ab

You can also search for a user’s ENS (Ethereum naming service) as well:

This will return an intermediary screen:

I 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.
After 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 holdings

Underneath this is where all the interesting information lies:

Transactions 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 transaction
Method - 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 user
Swap ETH for Exact: The user has swapped 0.91 ETH for another token via Sushiswap
Approve The user has approved a token for use on a smart contract
Stake: The user has staked a token via a smart contract
Block - this is the block in which the transaction was mined
Age: How long ago from present did the transaction occur
From: unless this is an IN transaction, this is usually the user’s address
To: this is typically the smart contract they’re interacting with, or if it’s a transfer event, the wallet that the user is transferring to
Value: 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 0
Clicking 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!).

After 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:

By 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! :D
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:

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!
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 balance
Learn the important details of an addresses page (are they a real person?)
View a transaction and figure out what’s going on
Viewing a wallet in Zapper
On Etherscan.io, search for the address by inputting into the address into the search dialog: 0x2Ad4Dc274b0965B24C6136b19DeC569aA628D8ab

You can also search for a user’s ENS (Ethereum naming service) as well:

This will return an intermediary screen:

I 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.
After 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 holdings

Underneath this is where all the interesting information lies:

Transactions 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 transaction
Method - 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 user
Swap ETH for Exact: The user has swapped 0.91 ETH for another token via Sushiswap
Approve The user has approved a token for use on a smart contract
Stake: The user has staked a token via a smart contract
Block - this is the block in which the transaction was mined
Age: How long ago from present did the transaction occur
From: unless this is an IN transaction, this is usually the user’s address
To: this is typically the smart contract they’re interacting with, or if it’s a transfer event, the wallet that the user is transferring to
Value: 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 0
Clicking 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!).

After 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:

By 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! :D
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:

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!
No activity yet