> For the complete documentation index, see [llms.txt](https://docs.xyo.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyo.network/developers/xyo-block-explorer.md).

# XYO Block Explorer

Inspect Sequence blocks, transactions, payloads, and signatures in a web browser.

The XYO Block Explorer is a web-based tool that lets users view blocks, transactions, Bound Witnesses, and payloads stored on XYO Layer One. It is currently running for XYO Layer One's Testnet "Sequence" and provides transparency and insight into the inner workings of the blockchain.

<a href="https://explore.xyo.network/xl1" class="button primary">Try it Out!</a>

<figure><img src="https://2772193239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksLB8OMIe18LYmW7pYCd%2Fuploads%2FIhqP3rZZOeBJaeFVq6jX%2FScreenshot%202025-05-27%20at%205.18.07%E2%80%AFPM.png?alt=media&amp;token=30042b9f-f980-4a5c-90b9-a811d4bdd715" alt="" width="563"><figcaption></figcaption></figure>

**Key Features:**

* View recent blocks, transactions, payloads, and network activity
* Drill into details like gas, payloads, signatures, and elevated hashes
* See the schema and structure of payloads (like transfers or protocol actions)
* Monitor network behavior and Testnet development in real time

<div align="center"><figure><img src="https://2772193239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksLB8OMIe18LYmW7pYCd%2Fuploads%2Fmz6G90B9x5eDV3TP8O6P%2FScreenshot%202025-05-27%20at%205.20.56%E2%80%AFPM.png?alt=media&amp;token=fb46f824-364d-449d-926e-167e199ec61a" alt="" width="563"><figcaption><p>View Payload details in XYO Schema form</p></figcaption></figure></div>

<div align="center"><figure><img src="https://2772193239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksLB8OMIe18LYmW7pYCd%2Fuploads%2F4g82IsmqoJqnvIBoOKHL%2FScreenshot%202025-05-27%20at%205.20.49%E2%80%AFPM.png?alt=media&amp;token=bc421f8f-7ded-467a-8493-6740ad637ddc" alt="" width="563"><figcaption><p>View individual block details, including each elevated payload, bound witnesses, and signatures.</p></figcaption></figure></div>


---

# 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://docs.xyo.network/developers/xyo-block-explorer.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.
