# Block Explorers

이 블록체인 도구를 통해 블록체인에 대한 실시간 및 과거 정보를 검색할 수 있습니다. 클레이튼의 블록 탐색기에는 클레이튼에 대한 정보가 포함되어 있으며, 사용자는 클레이튼의 블록, 트랜잭션, 잔액, 주소, 컨트랙트 등을 검색할 수 있습니다.

클레이튼이 지원하는 탐색기 목록은 아래와 같습니다:

* [Klaytnscope](https://scope.klaytn.com/)
* [Klaytnfinder](https://www.klaytnfinder.io/)


---

# 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://archive-ko.docs.klaytn.foundation/content/dapp/developer-tools/getting-started-2.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.
