# Address Details

The transactions screen tracks BDAG coin movements, provides detailed transaction information like addresses and values, shows transaction statuses (pending, confirmed), allows searching and filtering by criteria such as transaction hash or sender, presents a transaction history for analysis, offers fee insights (gas fees), and updates in real-time with the latest blockchain transactions.

<figure><img src="https://126349725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz6Eka3ZszH6j0B9pIhsV%2Fuploads%2FsNwZLYHYiO8vBU4RSQf0%2Fimage.png?alt=media&#x26;token=af71e909-fbb9-42ea-8314-fa3166f11e76" alt=""><figcaption></figcaption></figure>

The ***“Wallet Address”*** section displays the selected To or From address of the transaction made from that selected wallet address. &#x20;

The ***“Copy”*** option allows the user to copy it as a clipboard.&#x20;

The ***“Balance”*** section displays the balance in the overview section of the transactions screen on Etherscan shows the total amount of  BDAG currently held in the specified wallet address.

The ***“BlockDAG Value”*** section displays the BDGA value in the overview section displays the total value of all transactions *(in BDAG)* associated with the specified wallet address. This includes the sum of incoming and outgoing transactions.

The ***"Last Transaction Sent"*** is the transactions screen that displays the details about the most recent outgoing transaction from the specified wallet address.&#x20;

The ***"First Transaction Sent"*** is the transactions screen that displays the details about the last outgoing transaction from the specified wallet address.&#x20;

The ***“Transaction Hash”*** is the unique identifier for each transaction on the blockchain.

The ***“Block Number”*** section displays the block number in which the transaction was included.

The ***“Age”*** section displays the block’s age of the time elapsed since the transaction was mined.

The ***“From”*** section displays the sender's BDAG address.

The ***“To”*** section displays the recipient's BDAG address or the contract address if interacting with a smart contract.

The ***“Value”*** section displays the amount of BDAG transferred in the transaction.

The ***“Transaction Fees”*** section displays the fees paid for executing the transaction, including gas fees.

The ***“View All Transactions”*** option provides a detailed view of all the details transactions.


---

# 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.blockdagnetwork.io/block-explorer/evm/address-details.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.
