# Transaction Details

Explore Transaction details and understand the flow of funds in Scopescan. To access this page, you can enter any Ethereum transaction hash in the search bar.&#x20;

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

The Transaction Detail page is divided into 3 main components.&#x20;

1. **Transaction Overview**\
   Main transaction details can be found here including transaction hash, Status, Timestamp, Block where the transaction was minted, Sender, Recipient, Value, and Transaction fee.

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

   Notice: Both ETH value and transaction fee Fiat values are calculated based on historical prices at the time of the transaction.
2. **Token Transfers**\
   All ERC20 and ERC721 transfers that happened in the transaction searched. Sorted by chronological order.<br>

   <figure><img src="/files/vdd88ZdMu1MUh8FmSjqJ" alt=""><figcaption></figcaption></figure>
3. **Balance Changes**\
   The balance change of all addresses that participated in the same transaction.&#x20;

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


---

# 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.scopescan.ai/features/discovery-mode/transaction-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.
