> For the complete documentation index, see [llms.txt](https://docs.frequencychain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frequencychain.org/3.-network-configuration/3.4-explorer-and-network-observability.md).

# 3.4 Explorer and Network Observability

FreCx provides explorer interfaces that allow developers to monitor and verify on-chain activity.

Through the explorer, developers can track transactions, verify smart contract deployments, inspect block details and monitor validator and reward activity

Explorer URLs:

* <sup>Mainnet:</sup> [<sup>https://frecxscan.com</sup>](https://frecxscan.com/)
* <sup>Testnet:</sup> [<sup>https://testnet.frecxscan.com</sup>](https://testnet.frecxscan.com/)

These tools are essential for debugging, auditing, and ensuring transparency in application behaviour.

## Explorer Images

<p align="center">                           Testnet Explorer Dashboard</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FWjFo5kgJWhO6dQt9T6OH%2Fsec3.5.png?alt=media&amp;token=d8c664fd-5acc-4829-b74b-319e116fed13" alt=""><figcaption></figcaption></figure>

<p align="center">                         Block details in the Testnet explorer</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FaFA9S5KRQaMwPGRYf8wA%2Fsec3.4.1.png?alt=media&amp;token=676882ef-9576-4373-8f3f-e3033741aa77" alt=""><figcaption></figcaption></figure>

<p align="center">                        Transactions details from testnet explorer</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FrkmhOvhkGYupWlUP7wQz%2Fsec3.4.2.png?alt=media&amp;token=c441b351-e093-4639-aa7e-334ebd064a44" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.frequencychain.org/3.-network-configuration/3.4-explorer-and-network-observability.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
