# Search by Block and/or Hash

The search box can be found in all tabs, allowing for precise queries on the explorer.

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

After utilizing the aforementioned search box to obtain more information regarding specific block information, or when clicking on the block or hash value presented on block details ( please check [<mark style="color:blue;">Latest blocks</mark>](/tutorials/decenomy-explorer/latest-blocks.md) guide ) the user will be redirected to a screen resembling the following:

### <mark style="background-color:red;">Detailed block info</mark>

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

#### <mark style="background-color:red;">Section 1 from block info</mark>

This board is dedicated to displaying block details, such as the hash and block height, as well as the number of confirmations the block has at the time of the query.\
Additionally, it includes information on the number of transactions that occurred in that block and the creation date of the block.

#### <mark style="background-color:red;">Section 2 from block info</mark>

This section provides detailed information about the three transactions listed in Section 1.\
\
By selecting one of the transaction IDs, users can view its content in more detail.\
\
For more detailed information, about how to understand the transactions ID tab, please follow the guide on [<mark style="color:blue;">Search by Tx ID</mark>](/tutorials/decenomy-explorer/search-by-tx-id.md#detailed-tx-id-info-case-1) to learn more )


---

# 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.decenomy.net/tutorials/decenomy-explorer/search-by-block-and-or-hash.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.
