> For the complete documentation index, see [llms.txt](https://scroll-zkp.gitbook.io/scroll-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scroll-zkp.gitbook.io/scroll-guide/user-guide/rollup-explorer.md).

# Rollup Explorer

{% hint style="danger" %}
**Scroll Alpha Testnet is now deprecated.**

Please visit our new documentation for the Scroll Sepolia Testnet at <https://docs.scroll.io/>
{% endhint %}

The Rollup Explorer displays basic information about Scroll L2 batches and their rollup status.

<figure><img src="/files/Qk4uaOejvjvSdl4ZVfgz" alt=""><figcaption></figcaption></figure>

### Rollup Status

There are 3 rollup statuses for Scroll L2 batches in the Alpha Testnet:

* **`Precommitted`** indicates a block has been included in the Scroll L2 blockchain. Although Precommitted blocks are not yet part of the Scroll L2 canonical chain because they have not been posted on Goerli, users who trust the Sequencer can consider the block to be tentatively finalized.
* **`Committed`** indicates the transaction data of this block has been posted on the rollup contract on Goerli. This ensures that the block data is available, but does not prove that it has been executed in a valid way.
* **`Finalized`** indicates the correct execution of transactions in this block has been proven by verifying a validity proof on-chain on Goerli. Finalized blocks are considered part of the Scroll L2 canonical chain.

### Rollup Table

The table gives information about the rollup status of Scroll L2 batches. The columns are:

* `Batch Index` shows the batch index. Clicking the `Batch Index` will open the batch detail page.
* `Transactions` shows the number of transactions in the batch.
* `Blocks` shows the number of blocks in the batch.
* `Batch Created Timestamp` shows the time elapsed since the batch is generated.
* `Commit Tx Hash` shows the abbreviated transaction hash of the Goerli transaction that posted the transaction data of this Scroll L2 block. Clicking the hash will open a new tab of the *Transaction Details* page in the Goerli Block Explorer.
* `Commit Timestamp` shows the time elapsed since the transaction that commits the batch's data to L1.
* `Finalize Tx Hash` shows the abbreviated transaction hash of the Goerli transaction that submitted the validity proof of this Scroll L2 batch to the rollup contract on Goerli. Clicking the hash will open a new tab of the *Transaction Details* page in the Goerli Block Explorer.
* `Commit Timestamp` shows the time elapsed since the transaction that posts the batch's proof to L1.


---

# 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:

```
GET https://scroll-zkp.gitbook.io/scroll-guide/user-guide/rollup-explorer.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.
