Comment on page
Network Explorers and Tools
Network explorers hosted by the community
Hedera network explorers are tools for tracking activity on the Hedera network. Mirror nodes provide real-time data on transactions, while network explorers offer a user-friendly interface for viewing and searching those transactions.
Check out some of the community-hosted network explorer services listed below. Each community-hosted network explorer may have their own unique features and experience.
To search for a specific transaction, you can use the unique transaction ID.
The transaction ID should look something like this:
[email protected]
The transaction ID can be automatically generated by the SDK, manually created and associated with a transaction, or obtained from the receipt or record after the transaction has been processed. It serves as a unique identifier for the transaction and can be used to search for and view its details.
Entity IDs are returned in the receipt of the transaction that created them. Entities include accounts, topics, smart contracts, schedules, and tokens.
For example, if you create a new account using the
AccountCreateTransaction
in the SDK, you can get the new account ID from the transaction receipt.Yes, you can! You can create your own custom Hedera network explorer using the Mirror Node REST APIs or take a look at the Hedera Mirror Node Explorer open-source project.
To add a network explorer to this page, refer to the contributing guide and open an issue in the
hedera-docs
repository. Please include the following information within the issue:- Network explorer name
- Link to network explorer
- High-resolution logo
Last modified 1mo ago