> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hedera.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<Columns cols={2}>
  <Card title="NETWORK EXPLORER" href="https://explorer.arkhia.io/#/mainnet/dashboard" arrow img="https://mintcdn.com/hedera-0c6e0218/wocqJi72Op864XrB/images/networks/community-mirror-nodes/community-mirror-nodes-1.png?fit=max&auto=format&n=wocqJi72Op864XrB&q=85&s=6acccbccd3c62878b87f016dc1788a39" 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/wocqJi72Op864XrB/images/networks/community-mirror-nodes/community-mirror-nodes-2.png?fit=max&auto=format&n=wocqJi72Op864XrB&q=85&s=9abb80992c9c3a53e767baed1f89043e" 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/wocqJi72Op864XrB/images/networks/community-mirror-nodes/community-mirror-nodes-3.png?fit=max&auto=format&n=wocqJi72Op864XrB&q=85&s=7bc5d6f3f900064c978eeded2c99f73f" 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/wocqJi72Op864XrB/images/networks/community-mirror-nodes/community-mirror-nodes-4.png?fit=max&auto=format&n=wocqJi72Op864XrB&q=85&s=58b67ccacb90356bf336b0c1b3d0e909" 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>
