> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Network Explorers and Tools

> Browse community-hosted Hedera network explorers and mirror node tools for tracking transactions, accounts, tokens, and contract activity in real time.

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.

<Columns cols={2}>
  <Card title="NETWORK EXPLORER" href="https://explorer.arkhia.io/#/mainnet/dashboard" arrow img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/ziCKGOgsAcuQ9RPD/images/networks/community-mirror-nodes/community-mirror-nodes-1.png?fit=max&auto=format&n=ziCKGOgsAcuQ9RPD&q=85&s=998146f698de12338f4ea92f556b4412" width="500" height="500" data-path="images/networks/community-mirror-nodes/community-mirror-nodes-1.png" />

  <Card title="NETWORK EXPLORER" href="https://app.dragonglass.me/hedera/home" arrow img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/ziCKGOgsAcuQ9RPD/images/networks/community-mirror-nodes/community-mirror-nodes-2.png?fit=max&auto=format&n=ziCKGOgsAcuQ9RPD&q=85&s=e3929670c056f9afb8a585eb69d57adb" width="500" height="500" data-path="images/networks/community-mirror-nodes/community-mirror-nodes-2.png" />

  <Card title="NETWORK EXPLORER" href="https://hashscan.io/" arrow img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/ziCKGOgsAcuQ9RPD/images/networks/community-mirror-nodes/community-mirror-nodes-3.png?fit=max&auto=format&n=ziCKGOgsAcuQ9RPD&q=85&s=942062f16cb6d8155cd6a143d45328c1" width="752" height="564" data-path="images/networks/community-mirror-nodes/community-mirror-nodes-3.png" />

  <Card title="NETWORK EXPLORER" href="https://hederaexplorer.io/" arrow img="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/ziCKGOgsAcuQ9RPD/images/networks/community-mirror-nodes/community-mirror-nodes-4.png?fit=max&auto=format&n=ziCKGOgsAcuQ9RPD&q=85&s=dc904ec5b551b02d763c50b034bbbba0" width="752" height="564" data-path="images/networks/community-mirror-nodes/community-mirror-nodes-4.png" />
</Columns>

## FAQ

<AccordionGroup>
  <Accordion title="How do I search for a transaction?">
    To search for a specific transaction, you can use the unique transaction ID.

    The transaction ID should look something like this: `0.0.48750443@1671560120.085845879`
  </Accordion>

  <Accordion title="How do I get the transaction ID?">
    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.
  </Accordion>

  <Accordion title="How do I search for an entity (account, topic, tokens, smart contracts)?">
    You can search by the unique ID of the entity you are looking for. The entity ID format is `0.0.entityNumber`.

    For example, `0.0.2` is an account ID and you search for that account using that ID.
  </Accordion>

  <Accordion title="How do I get the entity ID?">
    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.
  </Accordion>

  <Accordion title="Can I host my own Hedera network explorer?">
    Yes, you can! You can create your own custom Hedera network explorer using the [Mirror Node REST APIs](/reference/rest-api) or take a look at the [Hedera Mirror Node Explorer](https://github.com/hashgraph/hedera-mirror-node-explorer) open-source project.
  </Accordion>

  <Accordion title="How can I add a network explorer to this page?">
    To add a network explorer to this page, refer to the [contributing guide](/support/contributing) and open an issue in the `hedera-docs` [repository](https://github.com/hashgraph/hedera-docs). Please include the following information within the issue:

    * Network explorer name
    * Link to network explorer
    * High-resolution logo
  </Accordion>
</AccordionGroup>
