What is Etherscan? How to Look Up a Transaction

Mastering blockchain navigation becomes very beneficial if you use Ethereum or ERC-20 tokens beyond holding or making occasional transactions. Etherscan serves as an ideal starting point for gaining foundational knowledge. You can access most of its features without connecting your wallet or creating an account. Let's explore the primary methods of using Etherscan.

What is Etherscan?

Etherscan is a blockchain explorer that allows users to access public data related to transactions, smart contracts, addresses, and more on the Ethereum blockchain. Like a search engine, Etherscan allows you to monitor all Ethereum network interactions publicly. You can investigate associated activities using a transaction hash (ID), including tokens and wallet addresses.

Block explorers are blockchain search engines that help users visualize and present intricate blockchain data through a user-friendly interface. Like popular internet search engines such as Google, Bing, or DuckDuckGo that index and provide access to vast internet data stored across global servers, block explorers simplify accessing blockchain data without requiring technical expertise.

While Etherscan doesn't need user registration, creating an account unlocks additional features like setting up alerts for incoming transactions, using developer tools, and establishing data feeds. It's crucial to note that Etherscan does not provide an Ethereum wallet or handle private keys and is not designed for trading. Instead, it exclusively serves as an informational resource and a repository of smart contracts. You'll need a dedicated crypto wallet like Tangem Wallet to transact or store crypto.

Why use Etherscan?

Etherscan stands out as one of the most reputable and widely used block explorers for the Ethereum network. It helps users gain insights into on-chain information and improves their understanding of DApps and transactions. This knowledge facilitates safety and aids in identifying potentially suspicious blockchain activities.

For instance, Etherscan's whale alerts notify users of significant cryptocurrency movements in an exchange, potentially indicating a large sell-off. Monitoring the actions of project founders with their project's tokens through Etherscan can also help detect possible scams or rug pulls, where developers abandon projects and sell their coins.

How to check transaction and wallet details on Etherscan

To look up a transaction or wallet on Etherscan, enter the transaction hash or wallet address into the search bar on the Etherscan website. This will provide a detailed overview of the relevant information, allowing you to go into the specifics of the transaction or wallet activity.

We will use a single transaction as an example to learn how to check transaction details on Etherscan blockchain explorer.
The first and main tab is Overview.

Transaction hash

The first component is the transaction's hash, which is also its unique identifier, created with an encryption algorithm.

Why do we need it? 

To analyze information available by unique identifier.

To give you the most obvious example, the seller asks you to confirm the transfer if you buy something for crypto and pay for it, the seller asks you to confirm the transfer. You copy the hash and send it to the seller. The seller can check the sender's and the receiver's addresses, the amount of crypto, the time of transaction, and other details on the explorer.
If you received crypto (or you sent it to yourself), compare the hashes to ensure you received the transfer that was sent.

Status

Transaction status. Check the state of the transaction at least 30 seconds after sending crypto. There are four types of statuses:

  • Success: the transaction was completed;
  • Failed: the transaction was not completed, an error occurred, and everything was canceled as if there were no transaction;
  • Pending: the transaction is in progress. It is waiting in the memory pool for a miner to create a block.
  • Dropped and Replaced: the transaction parameters were changed to complete it faster. Later, we will discuss which transaction parameters can be changed.

Why do we need it?

We need it to be sure the transaction was successful or to repeat the transaction if it has failed, or to change the parameters if it has been pending for a long time.

Block

Here, you can check the total number of blocks mined in the Ethereum blockchain and the number of blocks containing your transaction records. Those blocks were mined after your transaction.

Why do we need it?

Each new block includes a hash of the previous one, providing multiple, mutually certifying and irreversible backup of information. More blocks in the network and more blocks containing your transaction records mean more reliable protection for your crypto.

Different services require a different number of confirmation blocks to complete a transaction. For example, Binance requires12 confirmation blocks.

Timestamp

The date and time the first block with the transaction record was mined. In other words, the moment the transaction was fixed in the blockchain. Additional Information

Why do we need it?

It is at least another transaction identifier for you to view the transaction, sender’s address, the period it took and so on. Please, keep in mind the transaction status is not dynamic, the timestamp will not change automatically. Therefore, if you made a transaction a day ago, and the timestamp is still showing 1.5 hours ago, just refresh the page.

Transaction action

The field shows different parameters regarding the transaction structure: the amount of sent crypto, the service involved, and so on.

Why do we need it?

For advanced analysis of transactions, as well as for checking the state of the network.

Transaction Action field shows us Revoked USDT From Trade On Metamask: Swap Router. Now we know the transaction was not a transfer of crypto, payment, etc. The user needed to revoke Metamask (exchange service and popular browser wallet) permission to exchange ETH for USDT.
Etherscan shows you which dApps have token approvals in your wallet: click on Token approvals.
Below are the From and To fields: the address that sent the transaction and the address to which the transaction is addressed to. But in our example, To contains the smart contract address, a protocol in the USTD blockchain with the transaction details ensuring its completion.

Value

Transaction value: the amount of crypto sent.
If we transfer 2 ETH, the Value field would contain 2 ETH (the commission would not be displayed). However, in our example, for some reason, the value is 0 ETH for some reason. Why is that? 
The answer is clear from Action: as it was not a transfer or payment, sending of crypto coins, or something like that. The transaction was to revoke the dApp's access to transactions with the tokens in your wallet. It was not, therefore, a crypto transfer; the user just paid the network commission.
The commission is charged to any blockchain for any transactions. The commission is the reward for miners validating transactions.
The commission fee is calculated depending on different factors based on transaction parameters. For example, if you want the transaction to be completed as soon as possible, you can pay a high commission. If it is not urgent, you can spend less.

Transaction Fee shows the amount of commission in ETH and USD for revoking access. The following two fields show the gas price and ETH value.

Why do we need it?
For checking the network state and its dynamics, for selecting commission fee for transactions.

Gas limit and use, commission components

The following field will be available after clicking Show More:

  • Gas limit and the gas used by transaction: the first number shows the maximum amount of gas the user was willing to pay for the transaction, and the second shows how much of this amount was actually spent (in absolute values ​​and percentages).
  • Commission options are available at the time of block generation. The base fee is the essential part of the commission. Gas is spent during the transaction. For basic operations such as transfers, it can reach 21,000 Gwei, but in our example, we see 20,600 Gwei. Max is the maximum Gwei the user is ready to pay for the transaction, and Max Priority is the transaction priority fee for the miner who created the block (tips).
  • Burnt & Txn Savings Fees: Burnt is the amount of gas burnt as part of the transaction fee. The Saving Fee is the difference between the fee that the user was ready to pay and the actual fee amount.

Why do we need it?

For checking the network state and for selecting commission fee. For example, we see that the base fee is lower than 21,000 Gwei, meaning that the network is not busy, and you can pay less fees. And if only 60.7% of gas reserved for the commission was burnt, it also means the network was not busy.

Other

In our example, we see the following fields:

  • Txn type: 2 (EIP-1559). This means it was a Type 2 EIP-1559 transaction in the London, a hard fork of the Ethereum. It is a new technology for calculating transaction fees: the gas price is multiplied by the gas spent. These transactions are considered to be Type 2, while Type 0 transactions support the previous algorithm.
  • Nonce: the count of transactions sent out of the account.
    Position: position of this transaction in the Ethereum (do not confuse with the block showing the number of the block in the blockchain)

Why do we need it?

Reference information for experts

Input data

Additional information about the transaction. In our example, we can see the spender address, the address of the smart contract, and the value of transferred funds in a 256-bit value. It is 0, as the crypto was not actually sent.

Why do we need it?

Reference information for experts