# Welcome to Zcash explorer

{% hint style="info" %}
The goal of this project is to make available a simple, reliable,  privacy-friendly & open-source Zcash explorer built with modern frameworks.
{% endhint %}

The block explorer aims to serve the needs of Zcash users who need a reliable source of their Zcash transactions data and the status of the network while not depending on third party non-Zcash focussed explorers who often fail to keep the explorers updated per the changes happening in the Zcash ecosystem.

Zcash explorer is an Elixir /Phoenix based application that allows users to search transactions, view blocks , accounts and balances.&#x20;

It also has features to allow users to broadcast a raw Zcash transaction, use  payment disclosure functionality, viewing keys.&#x20;

{% hint style="info" %}
an instance of this project is hosted at <https://zcashblockexplorer.com/>
{% endhint %}


---

# Agent Instructions: 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://nighthawkapps.gitbook.io/zcash-explorer/master.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.
