> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/dehero/koren/1-4.md).

# 트랜잭션 확인 방법

블록체인 브라우저는 사용하기 매우 편하고 유저는 블록체인 브라우저를 통해 블록체인에서 모든 트랜잭션의 상태 및 정보를 확인할 수 있습니다.

‌바이낸스 스마트 체인 브라우저: [https://bscscan.com](https://bscscan.com/)

**검색창에서 바이낸스 스마트 체인 주소 혹은 트랜잭션 해시(TXID)를 입력하면 트랜잭션 내역 확인 가능합니다.**

![](/files/-M_ymj4QlXaMDA5nN5As)

**확인 가능한 트랜잭션 내역은 아래와 같습니다.**

트랜잭션 해시(TXID), 트랜잭션 블록 높이, 트랜잭션 상태, 트랜잭션 시간, 트랜잭션 발송자, 트랜잭션 수신자, 트랜잭션 토큰 유행 및 금액, 트랜잭션 가스비&#x20;

![](/files/-M_ymvlFqEA49e2DCyVR)


---

# 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, and the optional `goal` query parameter:

```
GET https://mixmarvel.gitbook.io/dehero/koren/1-4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
