When using the Aptos blockchain, one of the most common questions users ask is:
“Has my transaction gone through?”
Whether you are transferring tokens, interacting with a dApp, or testing a smart contract, the most reliable way to verify the result is by using Aptos Explorer, the official blockchain explorer for the Aptos network.
This guide walks you through how to check an Aptos transaction step by step, even if you are completely new to blockchain explorers.
What Is an Aptos Transaction?
An Aptos transaction is any action submitted to the Aptos blockchain, such as:
- Sending tokens to another address
- Swapping assets on a decentralized exchange
- Minting an NFT
- Executing a Move smart contract function
Once submitted, the transaction is processed by the Aptos network and permanently recorded on-chain.
What You Need to Check an Aptos Transaction
To look up a transaction on Aptos Explorer, you only need one of the following:
- A Transaction Hash (Tx Hash)
- A Wallet Address involved in the transaction
In most cases, wallets and dApps will provide a transaction hash after submission.
Step 1: Open Aptos Explorer
Go to the official Aptos Explorer website.
From the homepage, you will see a global search bar at the top. This search bar accepts transaction hashes, addresses, and block numbers.
Step 2: Enter the Transaction Hash
Paste the transaction hash into the search bar and press Enter.
Aptos Explorer will redirect you to a transaction details page showing all available information related to that transaction.
If you do not have the transaction hash, you can instead search for your wallet address and locate the transaction in the address history.
Step 3: Understand the Transaction Status
At the top of the transaction page, you will see the transaction status, typically one of the following:
- Success – The transaction was executed and finalized
- Failed – The transaction was included on-chain but did not execute successfully
A failed transaction still consumes gas, but no state changes are applied.
Step 4: Review Key Transaction Details
On the transaction detail page, Aptos Explorer displays several important fields:
- Timestamp – When the transaction was finalized
- Block Height / Version – The order of the transaction on-chain
- Sender Address – The account that initiated the transaction
- Gas Used – The amount of gas consumed
- Execution Output – The result of the Move execution
For advanced users and developers, this section is especially useful for debugging.
Step 5: Inspect Move Execution and Events (Optional)
If the transaction involves a smart contract, you can expand the Move execution and Events sections to see:
- Which Move functions were called
- Which resources were modified
- Events emitted by the contract
This is particularly helpful when interacting with DeFi protocols or NFTs on Aptos.
What If the Transaction Does Not Appear?
If you cannot find your transaction, consider the following possibilities:
- The transaction was never submitted by the wallet
- The network request failed before reaching the blockchain
- You are viewing the wrong network (mainnet vs testnet)
Always ensure you are checking the correct Aptos network.
Aptos Explorer vs Wallet Transaction History
While wallets show recent activity, Aptos Explorer is the source of truth.
| Tool | Purpose |
|---|---|
| Wallet | Submit transactions and manage assets |
| Aptos Explorer | Verify and analyze on-chain transactions |
If there is ever a discrepancy, the blockchain explorer is the authoritative reference.
Conclusion
Checking an Aptos transaction is straightforward once you know where to look.
By using Aptos Explorer, you can:
- Verify whether a transaction succeeded
- Confirm timestamps and gas usage
- Analyze smart contract execution
For anyone using the Aptos blockchain, learning how to read transactions on Aptos Explorer is an essential first step.