> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-dependabot-github-actions-step-security-har.mintlify.site/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-dependabot-github-actions-step-security-har/tLwWWHa39wNSfL2L/images/networks/community-mirror-nodes/community-mirror-nodes-1.png?fit=max&auto=format&n=tLwWWHa39wNSfL2L&q=85&s=7c0f2b1d0265df3c29ddf9c309a91e36" 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-dependabot-github-actions-step-security-har/tLwWWHa39wNSfL2L/images/networks/community-mirror-nodes/community-mirror-nodes-2.png?fit=max&auto=format&n=tLwWWHa39wNSfL2L&q=85&s=f0d5f76385f5b5f2322a4fd0e5fb9de5" 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-dependabot-github-actions-step-security-har/tLwWWHa39wNSfL2L/images/networks/community-mirror-nodes/community-mirror-nodes-3.png?fit=max&auto=format&n=tLwWWHa39wNSfL2L&q=85&s=c4c53a3fbda60def52525ddfa72c2a6b" 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-dependabot-github-actions-step-security-har/tLwWWHa39wNSfL2L/images/networks/community-mirror-nodes/community-mirror-nodes-4.png?fit=max&auto=format&n=tLwWWHa39wNSfL2L&q=85&s=ac6967cca9d15dc55605d4f28d3af1ac" 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](/hedera/sdks-and-apis/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](/hedera/support-and-community/contributing-guide) 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>
