> For the complete documentation index, see [llms.txt](https://docs.gurunetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gurunetwork.ai/framework/block-explorer.md).

# Block Explorer

The block explorer has slightly expanded tool set including other dex.guru’s ecosystem tools.

<figure><img src="/files/gEKatiUhht93Jl6Cu1l4" alt=""><figcaption></figcaption></figure>

{% embed url="<https://scan.xfi.ms/>" %}

Basic features are similar to well known explorer’s services such as block (1), transaction(2), or chain (3) info.

<figure><img src="/files/4OJGkQpZ8Qyvkz7kRCAL" alt=""><figcaption></figcaption></figure>

{% embed url="<https://scan.xfi.ms/blocks>" %}

<figure><img src="/files/DxGnsDX5fr7rE9gAvR5F" alt=""><figcaption></figcaption></figure>

{% embed url="<https://scan.xfi.ms/txs>" %}

<figure><img src="/files/2R4meNXnRcyWugFcuQ1k" alt=""><figcaption></figcaption></figure>

{% embed url="<https://scan.xfi.ms/chain>" %}

Top ERC-20 top tokens (1) and ERC-20 top tokens txs (2) (tba)

<figure><img src="/files/iGMkyfuS4JX2T5kZbTXa" alt=""><figcaption></figcaption></figure>

{% embed url="<https://scan.xfi.ms/tokens>" %}

<figure><img src="/files/R6MwLXJ1dr9eO8JwyI0N" alt=""><figcaption></figcaption></figure>

{% embed url="<https://scan.xfi.ms/tokentxns>" %}

With Developers Console (1) you get the access to our data API. On verification page(2) you can  verify any network related contract. In a warehouse (3) you can play with a data making queries and building dashboards, as it is briefly described on a dedicated [docs page](/framework/warehouse/getting-started.md).

<figure><img src="/files/pZ02wIfbEQ4kbsDfUVsx" alt=""><figcaption></figcaption></figure>

{% embed url="<https://developers.dex.guru/>" %}

<figure><img src="/files/23C8fqofMXU2zrEsOzIS" alt=""><figcaption></figcaption></figure>

{% embed url="<https://scan.xfi.ms/verifyContract>" %}

<figure><img src="/files/iq6Cr4sD1KGXyFOPqepk" alt=""><figcaption></figcaption></figure>

{% embed url="<https://warehouse.xfi.ms/>" %}

Finally on a dex.guru(1) you can get vibrant dashboards with aggregated data from dexs statistics. So as gas tracker (2), and dashboards made at and published from our warehouse.

<figure><img src="/files/USaXJJxURKcVPRw2BJEe" alt=""><figcaption></figcaption></figure>

{% embed url="<https://dex.guru/markets?chain=xfi_test>" %}

<figure><img src="/files/ji8Lnrm7tAmOKW3qBy8E" alt=""><figcaption></figcaption></figure>

{% embed url="<https://scan.xfi.ms/gastracker>" %}

<figure><img src="/files/6UQnqZl1PaMMSXtMbi9f" alt=""><figcaption></figcaption></figure>

{% embed url="<https://scan.xfi.ms/charts?tab=blockchain-data>" %}


---

# 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.gurunetwork.ai/framework/block-explorer.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.
