# 什么是哈希值（交易哈希）？

交易哈希（Transaction Hash）又称TxHash，其中的Tx ，就是交易Transaction 的缩写。每笔交易送上区块链时，都会获得一组独一无二的交易编码，也就是转帐记录编号。

每笔交易完成后，在交易记录页面都会显示该笔交易的哈希值.

![](https://261497644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMF2k4MCaxErpZyah2d%2Fuploads%2FL7hETsAqTJhEuz1VJmY3%2FGroup%2018902.png?alt=media\&token=6f97fb72-7e88-4c84-ae2c-a294f7e2f344)

**没有交易哈希怎么查询交易记录？（以BSC为例）**

打开TokenPocket APP，在DApp浏览器内输入<https://bscscan.com/>，进入BSC区块浏览器。在搜索栏输入发送方或接收方钱包地址，找到相对应时间的那笔转账记录即可查看相关信息。

![](https://261497644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMF2k4MCaxErpZyah2d%2Fuploads%2FzGXXggU3xm5RPIFb1LOV%2FGroup%2018894.png?alt=media\&token=1f124199-ddca-419a-bc36-4eecc0c5b829)

![](https://261497644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMF2k4MCaxErpZyah2d%2Fuploads%2FVNsFj5s9qUqkz836Q9Ji%2FGroup%2018900.png?alt=media\&token=78918ffa-daef-4dbf-8013-9e0c53ef028e)


---

# 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://help.tokenpocket.pro/cn/wallet-management/blockchain-explorer-tutorial/what-is-tx-hash.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.
