# Block explorer

{% hint style="success" %}
**What is a Block Explorer?**

A Blockchain Explorer is a tool similar to a search engine that shows both the current and historical state of a blockchain. Anyone with internet access can use it to view all public blockchain transactions.
{% endhint %}

## Silicon Scope (L2)

Silicon Scope provides features like L2 block times, transaction searches, detailed information views, smart contract interactions, and insights into deposits, withdrawals, batch transactions, and contracts.

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Silicon Scope</strong></td><td></td><td><a href="https://scope.silicon.network">https://scope.silicon.network</a></td><td><a href="/files/7Znk9m2Gy82dwLdHp0bH">/files/7Znk9m2Gy82dwLdHp0bH</a></td></tr></tbody></table>

## Etherscan (L1)

Etherscan is a Block Explorer for the Ethereum (L1) network, allowing you to view transactions rolled up from Silicon (L2) that are recorded on Ethereum.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Etherscan</strong></td><td><a href="/files/I2nmQSIdJR9DyI7xfUR3">/files/I2nmQSIdJR9DyI7xfUR3</a></td><td><a href="https://etherscan.io">https://etherscan.io</a></td></tr></tbody></table>


---

# 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://docs.silicon.network/user-guide/block-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.
