> For the complete documentation index, see [llms.txt](https://moltad.gitbook.io/nodehashcoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moltad.gitbook.io/nodehashcoin/explorer.md).

# Explorer

Look up NodeHashCoin blocks, transactions, addresses, nodes, and hash rate.

The explorer is the public view of the chain: [nodehashcoin.com/explorer](https://nodehashcoin.com/explorer).

<a href="https://nodehashcoin.com/explorer" class="button secondary">Open the explorer</a>

## What you can look up

| View         | Shows                                                                |
| ------------ | -------------------------------------------------------------------- |
| Blocks       | Height, hash, timestamp, difficulty, coinbase, included transactions |
| Transactions | Inputs, outputs, fee, confirming block                               |
| Addresses    | Balance and history for any NHC address                              |
| Nodes        | Reachable validation nodes and their advertised height               |
| Hash rate    | Recent network hash rate from the same BLAKE3 work everyone mines    |

Search from the explorer bar with a block height, block hash, transaction id, or address.

{% hint style="info" %}
The explorer indexes the live chain. It does not label coinbases or publish operator address lists.
{% endhint %}

## How it fits

```mermaid
flowchart LR
  miners["Miners"] --> nodes["Validation nodes"]
  nodes --> index["Chain index"]
  index --> explorer["nodehashcoin.com/explorer"]
```

v1 ships as routes on nodehashcoin.com. A standalone explorer repo can come later if operators want to host their own copy.
