Skip to main content

Use the Aptos Explorer

The Aptos Explorer lets you delve into the activity on the Aptos blockchain in great detail, seeing transactions, validators, and account information. With the Aptos Explorer, you can ensure that the transactions performed on Aptos are accurately reflected. Note, the Aptos ecosystem has several other explorers to choose from.

The Aptos Explorer provides a one-step search engine across the blockchain to discover details about wallets, transactions, network analytics, user accounts, smart contracts, and more. The Aptos Explorer also offers dedicated pages for key elements of the blockchain and acts as the source of truth for all things Aptos. See the Aptos Glossary for definitions of many of the terms found here.

Users

The Aptos Explorer gives you a near real-time view into the status of the network and the activity related to the core on-chain entities. It serves these audiences and purposes by letting:

  • App developers understand the behavior of the smart contracts and sender-receiver transaction flows.
  • General users view and analyze Aptos blockchain activity on key entities - transactions, blocks, accounts, and resources.
  • Node operators check the health of the network and maximize the value of operating the node.
  • Token holders find the best node operator to delegate the tokens and earn a staking reward.

Common tasks

Follow the instructions here to conduct typical work in the Aptos Explorer.

Select a network

The Aptos Explorer renders data from all Aptos networks: Mainnet, Testnet, Devnet, and your local host if configured. See Aptos Blockchain Networks for a detailed view of their purposes and differences.

To select a network in the Aptos Explorer, load the explorer and use the Select Network drop-down menu at the top right to select your desired network.

Select Network in Aptos ExplorerSelect Network in Aptos Explorer

Find a transaction

One of the most common tasks is to track a transaction in Aptos Explorer. You may search by the account address, transaction version and hash, or block height and version.

To find a transaction:

  1. Enter the value in the Search transactions field near the top of any page.
  2. Do not press return.
  3. Click the transaction result that appears immediately below the search field, highlighted in green within the following screenshot:
Search Aptos Explorer for a transactionSearch Aptos Explorer for a transaction

The resulting Transaction details page appears.

Find an account address

The simplest way to find your address is to use the Aptos Petra Wallet.

Then simply append it to the following URL to load its details in the Aptos Explorer: https://explorer.aptoslabs.com/account/

Like so: https://explorer.aptoslabs.com/account/0x778bdeebb67d3914b181236c2f1f4acc0e561482fc265b9a5709488a97fb3303

See Accounts for instructions on use.

Explorer pages

This section walks you through the available screens in Aptos Explorer to help you find the information you need.

Explorer home

The Aptos Explorer home page provides an immediate view into the total supply of Aptos coins, those that are now staked, transactions per second (TPS), and active validators on the network, as well as a rolling list of the latest transactions:

Aptos Explorer home pageAptos Explorer home page

Click the Transactions tab at the top or View all Transactions at the bottom to go to the Transactions page.

Transactions

The Transactions page displays all transactions on the Aptos blockchain in order, with the latest at the top of an ever-growing list.

In the transactions list, single-click the Hash column to see and copy the hash for the transaction or double-click the hash to go directly to the transaction details for the hash.

Aptos Explorer Transactions page with hash highlightedAptos Explorer Transactions page with hash highlighted

Otherwise, click anywhere else in the row of the desired transaction to load its Transaction details page.

Use the controls at the bottom of the list to navigate back through transactions historically.

Transaction details

The Transaction details page reveals all information for a given transaction, starting with its default Overview tab. There you can see a transaction's status, sender, version, gas fee, and much more:

Aptos Explorer Transaction Details tabAptos Explorer Transaction Details tab

Scrolling down on the Overview, you can also see the transaction's signature (with public_key) and hashes for tracking.

The Transaction details page offers even more information in the following tabs.

Events

The Transaction details Events tab shows the transaction's sequence numbers, including their types and data.

Payload

The Transaction details Payload tab presents the transaction's actual code used. Click the down arrow at the bottom of the code block to expand it and see all contents.

Changes

The Transaction details Changes tab shows the addresses, state key hashes, and data for each index in the transaction.

Accounts

The Accounts page aggregates all transactions, tokens, and other resources in a single set of views starting with its default Transactions tab:

Aptos Explorer Accounts pageAptos Explorer Accounts page

You can load your account page by appending your account address to: https://explorer.aptoslabs.com/account/

See Find account address for more help.

On the Accounts > Transactions tab, click any transaction to go to its Transaction details page.

As on the main Transactions page, you may also single-click the Hash column to see and copy the hash for the transaction or double-click the hash to go directly to the transaction details for the hash.

As with Transactions, the Aptos Explorer provides tabs for additional information about the account.

Tokens

The Tokens tab presents any assets owned by the account, as well as details about the tokens themselves (name, collection, and more). Click any of the assets to go to the Token details page.

Token details

The Token details page contains:

  • Overview tab including token name, owner, collection, creator, royalty, and more.
  • Activities tab showing all transfer types, the addresses involved, property version, and amount.
Aptos Explorer Token Activities tabAptos Explorer Token Activities tab

On either tab, click an address to go to the Account page for the address.

Resources

The Resources tab presents a view of all types used by the account. Use the Collapse All toggle at top right to see all types at once.

Modules

The Modules tab displays the source code and ABI used by the account. Select different modules on the left sidebar to view Move source code and ABI of a specific module. Use the expand button at the top right of the source code to expand the code for better readability.

Aptos Explorer Modules tabAptos Explorer Modules tab

Info

The Info tab shows the sequence number and authentication key used by the account.

Blocks

The Blocks page presents a running list of the latest blocks to be committed to the Aptos blockchain.

Aptos Explorer Latest Blocks pageAptos Explorer Latest Blocks page

Click the:

  • Hash to see and copy the hash of the block.
  • First version to go to the first transaction in the block.
  • Last version to go to the last transaction in the block.
  • Block ID or anywhere else to go to the Block details page.

Block details

The Block details page contains:

  • Overview tab including block height, versions, timestamp, proposer, epoch and round.
  • Transactions tab showing the version, status, type, hash, gas, and timestamp.
Aptos Explorer Block details pageAptos Explorer Block details page

On the Overview tab, click the versions to go to the related transactions or double-click the address of the proposer to go to the Account page for that address.

On the Transactions tab, click the desired row to go to the Transactions details page.

Validators

The Validators page lists every validator on the Aptos blockchain, including their validator address, voting power, public key, fullnode address, and network address.

Aptos Explorer Validators pageAptos Explorer Validators page

Click the validator address to go to the Account page for that address. Click the public key or any of the other addresses to see and copy their values.