# Understanding transaction hashes

A transaction hash, also known as a transaction ID, is a **unique string of characters** that is assigned to every transaction that occurs on the blockchain. This hash can be used to track and verify the status of a particular transaction. To view the details of a transaction, users can use a tool called a block explorer, such as [etherscan.io](https://etherscan.io/) or [bscscan.com](https://bscscan.com/).&#x20;

These tools allow users to enter the transaction hash and view information about the transaction, including the amount, the sender and recipient addresses, and the status of the transaction.&#x20;


---

# 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.usdfi.com/getting-started/understanding-transaction-hashes.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.
