# Block explorer

[The Block Explorer](https://explorer.adifoundation.ai/) is a tool designed to provide comprehensive insights into all activities occurring on the ADI Network. This tool is especially useful for users and developers who need to monitor or interact with the blockchain. Block Explorer consists of three main components:

* **Block Explorer App:** This is the user interface that enables users and developers to navigate and examine transactions, blocks, batches, contracts, tokens, and other elements within the ADI Network.
* **Block Explorer API:** This component provides an HTTP API for accessing structured data from the ADI Network. It retrieves data from the database maintained by the Block Explorer Worker.
* **Alternative Block Explorer URL:** <https://explorer-bls.adifoundation.ai/>

{% hint style="warning" %}
Currently, the block explorer's contract verification functionality does not work properly
{% 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://docs.adi.foundation/how-to-start/block-explorer.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.
