# 트랜잭션 확인 방법

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

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

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

![](/files/-M_ymj4QlXaMDA5nN5As)

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

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

![](/files/-M_ymvlFqEA49e2DCyVR)


---

# 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/koren/1-4.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.
