# Search by Address

ch 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 search box to obtain more information regarding a specific wallet address or clicking on the address presented on transaction details (as outlined in the [<mark style="color:blue;">Search by Tx ID</mark>](/tutorials/decenomy-explorer/search-by-tx-id.md#detailed-tx-id-info-case-1) guide ) the user will be redirected to a screen similar to the following:

<figure><img src="/files/8KSUBUsSYuY50UVejMhd" alt=""><figcaption></figcaption></figure>

**" Height "**\
Refers to the block height at which a transaction containing the queried address occurred.\
\
\&#xNAN;**" Timestamp "**\
Exact date and time when the transaction event occurred.\
\
\&#xNAN;**" Confirmations "**\
Indicates the number of times the transaction has been confirmed on the blockchain by the time of the query.\
\
\&#xNAN;**" Tx ID "**\
The transaction ID\
\
\&#xNAN;**" Amount "**\
Shows the number of coins that were moved in the transaction.\
The field is color-coded to indicate whether the transaction resulted in a credit or debit to the wallet.\
\
\&#xNAN;**" Balance "**\
The balance the wallet has after the transaction happens.

To obtain more details about a specific transaction, the user can select the Tx ID on this screen, which will provide access to a more detailed view with additional information.\
For further in-depth information, please refer to the [<mark style="color:blue;">Search Tx ID</mark>](/tutorials/decenomy-explorer/search-by-tx-id.md) guide.


---

# 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-address.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.
