# Omnex Explorer

### Blockchain Explorer <a href="#blockchain-explorer-overview" id="blockchain-explorer-overview"></a>

**Omnex Layer** provides a user-friendly, fully customizable blockchain explorer designed for Layer 2 ecosystems, featuring multi-dimensional visualization tools that enhance transparency and traceability.

### Key Features

#### **Hierarchical Data Representation:**

Transaction verification data is systematically structured into batches, blocks, and transactions.\
It monitors the complete cross-layer proof lifecycle, including:

* L2 transaction execution stages
* L1↔L2 interoperability (deposits & withdrawals)

#### **Extensible Architecture:**

The modular frontend and backend architecture of **Omnex Layer** allows seamless adaptation to evolving Layer 2 network requirements.\
\
It supports plug-and-play functional extensions for tailored visual analytics and enhanced user experiences.

***

### Omnex Layer Observable System

The **Omnex Layer observation system** enables both end users and developers to visually explore transactions, analyze system latency, and measure service call throughput. Its advanced query capabilities make it possible to observe and understand the calling relationships and link durations among Layer 2 system components. This helps developers analyze software performance, transaction behavior, and overall Layer 2 network operations in a more comprehensive, three-dimensional way.

**Enhanced by OpenTelemetry (OTEL):**\
Building on the foundational link observation capabilities of OpenTelemetry (OTEL), the Omnex Layer observation system extends functionality with advanced data statistics and link analysis. Users can access detailed observation and statistical data through APIs, front-end interfaces, and terminal programs.

**Key Features:**

* **Easy Integration:**\
  Provides agents supporting multiple programming languages, enabling low-code applications to insert instrumentation and metadata tags at specific points. Layer 2 components can then identify distinct stages of the transaction lifecycle using this metadata.
* **Link Observation:**\
  Collects link information reported by system components through the native OTEL collector, offering powerful link query capabilities.
* **Statistics Dashboard:**\
  Delivers a visual dashboard that presents statistical data on call relationships, call counts, and latency metrics (maximum, minimum, and average) across Layer 2 system components.
* **Expanded Link Delay Statistics:**\
  Using custom metadata-based filtering, the observation system calculates detailed latency and performance statistics.\
  Designed for **TEE/ZK dual-proof systems**, it provides Layer 2 proof generation delay and Layer 1 confirmation delay insights across **transaction**, **block**, and **batch** dimensions.\
  It also reports the **average Layer 2 proof generation time** within a specified time range, offering precise visibility into cross-layer performance.


---

# 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://omnex-layer.gitbook.io/omnex-layer/guides/omnex-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.
