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

# Explorer

ZokaScan is the public block explorer for ZOKA Network:

<https://www.zokascan.cc>

## Search Modes

The explorer can route searches for:

* Block height.
* Block hash.
* Public transaction hash.
* Private transaction hash when anchored in blocks.
* Commitments, nullifiers, roots, and privacy-safe private records.
* `zka1...` receive addresses, without exposing public address history.
* Scan-key based mining reward checks performed client-side.

## Privacy Boundary

ZokaScan does **not** reveal:

* Wallet balances.
* Address histories.
* Senders.
* Receivers.
* Transfer amounts.
* Recovery phrases.
* Scan keys.
* Spend keys.

For scan-key based mining reward checks, the browser derives the relevant private address locally and compares public coinbase commitments. The scan key is not sent to the server.

## What It Shows

* Chain height and public status metrics.
* Recent blocks.
* Block timestamps, hashes, difficulty, nonce, and transaction counts.
* Public transaction hashes.
* Private transaction hashes anchored in blocks.
* Privacy-safe record pointers.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zokanetwork.gitbook.io/zokanetwork/zokascan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
