How to view transaction status in Ethereum mainnet

Phani Arega
2 min readJul 31, 2019

--

You can view the Ethereum mainnet transaction status on etherscan in two ways :

Method 1 (using sender/receiver ethereum address)
Method 2 (using transaction hash)

Method 1 :
1) Go to block explorer of etherscan by clicking https://etherscan.io/
2) Copy and paste receiver’s/sender’s ethereum address in the search bar as shown and hit search button

3) All the transactions performed by the user can be viewed along with their timestamps under transactions tab with the latest transaction being at the top

4) Click on the transaction hash to view the complete transaction details
5) Transaction status can be viewed here if it is success or failure

Method 2 :
1) Go to block explorer of etherscan by clicking https://etherscan.io/
2) Copy and paste transaction hash in the search bar as shown and hit search button

3) You will be able to see all the transaction related details and verify if the transaction status is success or failure

--

--