Block explorers like Etherscan and BSCscan contain a wealth of information about a wallet or smart contract, but can be overwhelming to navigate. This first of two guides will explain what each piece of information is, and what they mean. The next guide will go into more detail about how the information can be used in research and investigations.
Everything done on a blockchain - every transaction, every swap, every contract signing - is public. Block explorers are how you can search, view, and analyze that data. Every major blockchain (ETH, BSC, AVAX, etc) has its own explorer, and each explorer will only show information for that chain (so, you can only view ETH tokens/transactions on Etherscan, for example). But, they are all formatted the same, so if you learn your way around one you’re good to go with the others. Now, let’s dive in.

The wallet or contract address you are viewing (both are viewed in the same way on block explorers)
This button will open a new window with links to every other blockchain the wallet has activity on. For example, if you hold both ETH and BNB in the same wallet, this button would show links for Etherscan and BSCscan.
A label given to the address by the owner or the explorer. While usually a token name or name of its function (like Contract Deployer), sometimes the explorer will label malicious contracts or wallets associated with major hacks.
The balance of the blockchain’s native token held by the wallet. So, on BSCscan, it will show BNB only.
The current value and price of the native token held.
Dropdown menu will show the name, quantity, and value of all other tokens held by the wallet, with their total value displayed on the dropdown window. This total does not include the native token.
For contracts, this will show what wallet created the contract, and the transaction hash from when it was done. Very useful when researching a new project to see if the creator has launched any other projects, and where the funding for a project came from.
The name and ticker for a token, if you're viewing a smart contract. Clicking on it will bring you to the token itself, where you can view the total supply, holders, transfers, etc. But more on that in part 2.
Below the general wallet/contract information is all of the transaction data. Any time a contact is signed by a wallet, tokens are bought/sold/transferred, or anything else at all is done, it will be listed here. There is a lot of info in a small space, but it’s essentially formatted like a spreadsheet, with each row being a single transaction. Let’s take a look.

This tab will show you all of the wallet transactions, including transfers, token approvals, contract creations, etc. Even failed transactions will show.
This tab will change the data to show only token transactions (buys and sells).
Most explorers have built-in analytic tools that show trends for a contract over time. More on those in part 2 of this guide.
Anyone can leave a comment on a wallet or contract address. Like the comments section on YouTube, though, this is best ignored.
Every transaction on a blockchain is given a unique identifier, the transaction hash, so that any given action can be indexed and found. Clicking on this will give details on that particular transaction beyond what is shown in the main block explorer page (example below)
The type of transaction that took place. Transfer, Contract Creation, Approve, Claim, Stake, etc.
How long ago the transaction took place. By default, the format is as pictured (“a day ago”, “12 hours ago”, etc). If you click on “Age”, it will change to a timestamp format.
The wallet that initiated the transaction. For transfers, this is where the funds started. If the “From” address is ever a null address (0x000…000), that means a coin or NFT was minted at that transaction.
The address that the “From” wallet interacted with or sent funds to.
The value of the funds transferred, shown in the chain’s native token. On the “Token Transaction” tab, this will show the quantity of tokens bought or sold, rather than their native token value.
Menu of available filters that let you show only outgoing, incoming, or contract creation transactions (among others).
Clicking on the transaction hash will give you more granular details about the transaction. In some cases, multiple actions can take place in a single transaction, such as making several purchases and sending funds to multiple wallets. Some information, like the timestamp and to/from wallets are the same as in the main transaction explorer, so no need to cover those again. Instead, I’ll just highlight what is unique to the transaction hash.

The full transaction hash that can be shared or saved.
The actual transactions that took place, step by step. In this case, it was a purchase from PancakeSwap, and there were three transactions behind the scenes to make it happen: the buyer sent BNB to PancakeSwap; PancakeSwap turned that BNB into WBNB; Pancakeswap sent the buyer their purchased tokens.
The BNB and USD value of the purchase. The USD value is shown at current rates (from when the page was opened), but clicking on it will show the estimated USD value at the time of the transaction.
Gas fee paid for the transaction.
The BNB closing price on the day of the transaction.
When researching a potential investment or investigating on-chain activities, block explorers are an invaluable resource. They are a public, permanent, and immutable record of everything that has taken place on a blockchain. In part 2 of the guide, I’ll go into more detail about mapping wallets and tracking transactions, as well as some tools and resources available to analyze the data.
Have a question, comment, tip, inside info, or anything else? Email KnowYourCrook@ProtonMail.com
Block explorers like Etherscan and BSCscan contain a wealth of information about a wallet or smart contract, but can be overwhelming to navigate. This first of two guides will explain what each piece of information is, and what they mean. The next guide will go into more detail about how the information can be used in research and investigations.
Everything done on a blockchain - every transaction, every swap, every contract signing - is public. Block explorers are how you can search, view, and analyze that data. Every major blockchain (ETH, BSC, AVAX, etc) has its own explorer, and each explorer will only show information for that chain (so, you can only view ETH tokens/transactions on Etherscan, for example). But, they are all formatted the same, so if you learn your way around one you’re good to go with the others. Now, let’s dive in.

The wallet or contract address you are viewing (both are viewed in the same way on block explorers)
This button will open a new window with links to every other blockchain the wallet has activity on. For example, if you hold both ETH and BNB in the same wallet, this button would show links for Etherscan and BSCscan.
A label given to the address by the owner or the explorer. While usually a token name or name of its function (like Contract Deployer), sometimes the explorer will label malicious contracts or wallets associated with major hacks.
The balance of the blockchain’s native token held by the wallet. So, on BSCscan, it will show BNB only.
The current value and price of the native token held.
Dropdown menu will show the name, quantity, and value of all other tokens held by the wallet, with their total value displayed on the dropdown window. This total does not include the native token.
For contracts, this will show what wallet created the contract, and the transaction hash from when it was done. Very useful when researching a new project to see if the creator has launched any other projects, and where the funding for a project came from.
The name and ticker for a token, if you're viewing a smart contract. Clicking on it will bring you to the token itself, where you can view the total supply, holders, transfers, etc. But more on that in part 2.
Below the general wallet/contract information is all of the transaction data. Any time a contact is signed by a wallet, tokens are bought/sold/transferred, or anything else at all is done, it will be listed here. There is a lot of info in a small space, but it’s essentially formatted like a spreadsheet, with each row being a single transaction. Let’s take a look.

This tab will show you all of the wallet transactions, including transfers, token approvals, contract creations, etc. Even failed transactions will show.
This tab will change the data to show only token transactions (buys and sells).
Most explorers have built-in analytic tools that show trends for a contract over time. More on those in part 2 of this guide.
Anyone can leave a comment on a wallet or contract address. Like the comments section on YouTube, though, this is best ignored.
Every transaction on a blockchain is given a unique identifier, the transaction hash, so that any given action can be indexed and found. Clicking on this will give details on that particular transaction beyond what is shown in the main block explorer page (example below)
The type of transaction that took place. Transfer, Contract Creation, Approve, Claim, Stake, etc.
How long ago the transaction took place. By default, the format is as pictured (“a day ago”, “12 hours ago”, etc). If you click on “Age”, it will change to a timestamp format.
The wallet that initiated the transaction. For transfers, this is where the funds started. If the “From” address is ever a null address (0x000…000), that means a coin or NFT was minted at that transaction.
The address that the “From” wallet interacted with or sent funds to.
The value of the funds transferred, shown in the chain’s native token. On the “Token Transaction” tab, this will show the quantity of tokens bought or sold, rather than their native token value.
Menu of available filters that let you show only outgoing, incoming, or contract creation transactions (among others).
Clicking on the transaction hash will give you more granular details about the transaction. In some cases, multiple actions can take place in a single transaction, such as making several purchases and sending funds to multiple wallets. Some information, like the timestamp and to/from wallets are the same as in the main transaction explorer, so no need to cover those again. Instead, I’ll just highlight what is unique to the transaction hash.

The full transaction hash that can be shared or saved.
The actual transactions that took place, step by step. In this case, it was a purchase from PancakeSwap, and there were three transactions behind the scenes to make it happen: the buyer sent BNB to PancakeSwap; PancakeSwap turned that BNB into WBNB; Pancakeswap sent the buyer their purchased tokens.
The BNB and USD value of the purchase. The USD value is shown at current rates (from when the page was opened), but clicking on it will show the estimated USD value at the time of the transaction.
Gas fee paid for the transaction.
The BNB closing price on the day of the transaction.
When researching a potential investment or investigating on-chain activities, block explorers are an invaluable resource. They are a public, permanent, and immutable record of everything that has taken place on a blockchain. In part 2 of the guide, I’ll go into more detail about mapping wallets and tracking transactions, as well as some tools and resources available to analyze the data.
Have a question, comment, tip, inside info, or anything else? Email KnowYourCrook@ProtonMail.com
SCAM REVIEW: Validate Your Wallet
Bottom Line Up FrontSomeone claiming to be a project support team or admin DMs asking if a question you posted in the channel was ever answered. Regardless of your answer, they will find some pretext to say you need to validate your wallet, and will send you a link to do so. The link is to a phishing site, and will most often ask you to enter your wallet seed phrase.OverviewThe particular approach used in this scam usually comes after a project makes some big announcement, and takes advantage...
Keeping Your Wallets Safe
Updated 4/28/2022: added “Bookmark Frequently Used Sites” sectionBottom Line Up FrontKeeping your funds secure is an ongoing process that requires regular attention and action. Wallets should be disconnected from dapps and websites you are not currently using, and permissions should be revoked for projects you’re no longer invested in. Use separate wallets for holding, DEX trading, and yield farming. If you have high value NFTs, they should be held in separate wallets as well. Never store fun...
SCAM REVIEW: Send Me a DM
updated 5/3/2022: Updated ‘Name Spoofing’ section examples and tipsBottom Line Up FrontAfter replying to or quote-tweeting a popular Twitter account, you get a reply from someone impersonating them asking you to send a DM. If you do, there will usually be a short exchange about whether you invest in crypto, and if so, what projects and how much. This is followed by a claim that they can make you some quick money, and directions to join an exchange or investment site. These sites are honeypots...
SCAM REVIEW: Validate Your Wallet
Bottom Line Up FrontSomeone claiming to be a project support team or admin DMs asking if a question you posted in the channel was ever answered. Regardless of your answer, they will find some pretext to say you need to validate your wallet, and will send you a link to do so. The link is to a phishing site, and will most often ask you to enter your wallet seed phrase.OverviewThe particular approach used in this scam usually comes after a project makes some big announcement, and takes advantage...
Keeping Your Wallets Safe
Updated 4/28/2022: added “Bookmark Frequently Used Sites” sectionBottom Line Up FrontKeeping your funds secure is an ongoing process that requires regular attention and action. Wallets should be disconnected from dapps and websites you are not currently using, and permissions should be revoked for projects you’re no longer invested in. Use separate wallets for holding, DEX trading, and yield farming. If you have high value NFTs, they should be held in separate wallets as well. Never store fun...
SCAM REVIEW: Send Me a DM
updated 5/3/2022: Updated ‘Name Spoofing’ section examples and tipsBottom Line Up FrontAfter replying to or quote-tweeting a popular Twitter account, you get a reply from someone impersonating them asking you to send a DM. If you do, there will usually be a short exchange about whether you invest in crypto, and if so, what projects and how much. This is followed by a claim that they can make you some quick money, and directions to join an exchange or investment site. These sites are honeypots...
Educating readers on how to identify and avoid crypto scams, phishing schemes, and other financial crimes.
Educating readers on how to identify and avoid crypto scams, phishing schemes, and other financial crimes.
Share Dialog
Share Dialog

Subscribe to Know Your Crook

Subscribe to Know Your Crook
<100 subscribers
<100 subscribers
No activity yet