# Blockchain explorer

<figure><img src="/files/9afQL8H3CLTHcZsvZEBj" alt=""><figcaption></figcaption></figure>

The navigation bar is structured as follows:

* Burger menu:

  Here you have access to the various pages of the explorer that are not accessible via the search bar. You also have access to the Bellsight GitHub and the Bellsight Docs and you can access various social media pages via Bellscoin such as the Discord. You can also switch the appearance of the website, when the moon is visible, the dark mode is activated and when the sun is visible, the light mode is activated.
* Logo:

  It acts as a home button which always takes you back to the home page.
* Search bar:

  Here you can search for addresses, domains, blocks and transactions. if you enter a domain, you will be taken directly to the corresponding address. Blocks can be searched via the id or via the height.
* Wallet button:

  This will take you to the wallet tools.


---

# 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.bellsight.xyz/bellsight/blockchain-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.
