# 如何查询交易

区块链浏览器是一款非常好用的工具，通过它，用户可以了解每一笔链上交易的状态和信息

币安智能链浏览器：<https://bscscan.com>

币安智能链浏览器（**测试链**）[：https://testnet.bscscan.com](< https://testnet.bscscan.com>)

**在搜索栏中输入币安智能链的地址或交易哈希即可查看交易详情**

![](/files/-MYiIi3NWVcM_Lz7QsMJ)

**交易明细中可以查询的信息有：**

交易哈希、交易块高、交易状态、交易时间、交易发送方、交易收款方、交易代币种类和金额、交易gas费用

![](/files/-MYiCriN2qW30vaGLeUa)

**账户详情中可以查询的信息有：**

账户地址、地址内的代币种类和数量、最近的交易详情等

![](/files/-MYiCzs1tNSjI1H4bRuR)


---

# 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://mixmarvel.gitbook.io/dehero/english-2/1-6.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.
