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

# Transaction Detail

The transaction detail screen provides in-depth information about a specific transaction. Users can verify transaction details *(hash, status, block number, timestamp)*, track sender and recipient addresses, check the transaction value, review gas information *(price, limit, used)*, view input data, confirm block inclusion, explore contract interactions, analyze logs and events, and check the nonce.

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

**Transaction Hash&#x20;*****(Txn Hash)***

* Displays the unique identifier of the transaction *(e.g., \`0xcd7141bde1dd977648e2c1ddd9d69974805b89b494ec...\`)*.
* A ***“Copy”*** icon allows users to easily copy the transaction hash to their clipboard, enabling quick sharing or further analysis.

**Transaction Details**

The Transaction Details page provides a deep dive into a specific transaction on the BlockDAG blockchain, displaying critical information such as the transaction hash, sender and recipient addresses, gas fees, execution status, and input data.

* **Block No. :** Block #7283 indicates the block in which the transaction was confirmed. Confirmed transactions are finalized once they are recorded in a block.
* **Status:** This section indicates whether the transaction was successful, pending, or failed.
  * **Success:** Transaction executed and recorded successfully.
  * **Pending:** Waiting to be confirmed in a block.
  * **Failed:** Error occurred due to insufficient gas, invalid contract call, or other reasons.
* **Time:** In the time section, **"4 days ago&#x20;*****(March 7, 2025, at 12:42:29 UTC)*****"** is the exact date and time when this transaction was confirmed on the blockchain.
* **From&#x20;*****(Send Address)*****:** This ***"0x321b06B6073760945539E04f23218201d4435Cde"*** is the wallet or contract address that initiated the transaction.
* **To&#x20;*****(Recipient Address)*****:** In the to section this is the ***"0x321b06B6073760945539E04f23218201d4435Cde"*** recipient wallet or smart contract that **received the transaction**.
* **Value:** Represents the amount of ***BDAG coins*** transferred.
* **Transaction Fee:** It's the total ***fee paid*** to process the transaction on BDAG.
* **Gas Price:** The Gas price ***"0.000000000000064551 BDAG"*** represents the amount of BDAG paid per unit of gas. If the network is congested, users might have to increase the gas price to speed up transactions.
* **Gas Used:** The total gas consumed by the transaction execution ***"98,364 Gas Units"***. Each transaction requires a minimum amount of gas, depending on whether it's a simple BDAG transfer or a smart contract interaction.
* **Input Data:** The input data field contains encoded contract execution details.


---

# 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:

```
GET https://docs.blockdagnetwork.io/block-explorer/evm/transaction-list/transaction-detail.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.
