> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-4a9eb0b1.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 — including HashScan, Arkhia, and DragonGlass — for tracking transactions and accounts.

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-4a9eb0b1/TXu-lc3FqPsDfRWx/images/networks/community-mirror-nodes/community-mirror-nodes-1.png?fit=max&auto=format&n=TXu-lc3FqPsDfRWx&q=85&s=a48f7c832d1f1606336eb13eeaa00ed6" 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-4a9eb0b1/TXu-lc3FqPsDfRWx/images/networks/community-mirror-nodes/community-mirror-nodes-2.png?fit=max&auto=format&n=TXu-lc3FqPsDfRWx&q=85&s=13f2e54716278f4650928f2752803d7e" 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-4a9eb0b1/TXu-lc3FqPsDfRWx/images/networks/community-mirror-nodes/community-mirror-nodes-3.png?fit=max&auto=format&n=TXu-lc3FqPsDfRWx&q=85&s=b66a55f75cef238cec43e0d0262726ed" 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-4a9eb0b1/TXu-lc3FqPsDfRWx/images/networks/community-mirror-nodes/community-mirror-nodes-4.png?fit=max&auto=format&n=TXu-lc3FqPsDfRWx&q=85&s=abf5a5b0551e0420e1f5a1783f33a91d" 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>
