Live PROTON scan interface

PROTON Explorer

A high clarity explorer interface for blocks, transactions, wallets, contracts, token movement, validators, and live PROTON network activity.

Latest Block8,492,118+12 blocks/min
Transactions24.87M98.9% success
Avg. Fee0.0003PROTON
Validators128active nodes

Latest Transactions

Auto refresh

Network Health

Stable
1

Consensus finality

Fast confirmation simulation for PROTON transfers.

2

RPC availability

Public gateways and indexing nodes remain responsive.

3

Indexer sync

Explorer database follows the newest block stream.

Blocks

Deep block overview

Block production

Track height, timestamp, producer, transaction count, fees, and finalized status for every PROTON block.

Finality view

Monitor the distance between proposed, confirmed, and finalized blocks so users can understand settlement confidence.

Block payload

Each block page can display transactions, token events, contract calls, and validator signatures in a clean layout.

Recent Blocks

Live feed

Transactions

Transfer intelligence

Transaction detail page

Every transaction can be expanded into status, block height, signer, fee, events, logs, token transfers, and contract execution trace.

$ proton tx inspect 0x7fa9...91be
status: success
finality: finalized
fee: 0.00031 PROTON
events: transfer, contract_call, token_mint

Transaction Types

Native transfers

Wallet to wallet PROTON movements.

Contract calls

Interactions with onchain apps and protocol logic.

Token events

Mint, burn, swap, LP, bridge, and asset transfer events.

Recent Transactions

Mempool + confirmed

Addresses

Wallet & contract profile

Wallet profile

Shows balance, holdings, nonce, transaction history, first activity, latest activity, and risk indicators.

Contract profile

Shows verified source, ABI, methods, events, creator wallet, deployment transaction, and contract analytics.

Portfolio snapshot

Displays token balances, NFT assets, LP positions, and historical activity in one readable dashboard.

Top Addresses

By activity

Tokens

Asset explorer

Token intelligence

The token page explains supply, holders, transfer velocity, liquidity signals, contract metadata, and market activity for assets launched inside the PROTON ecosystem.

Featured asset

Ticker$PROTONnative asset
Holders42.8Ksimulated

Token List

Verified contracts

Network

Validator and node layer
TPS3,284peak simulation
Finality1.2saverage
Uptime99.98%last 30 days
RPC Nodes46available

Validator dashboard

Network pages explain validator performance, stake weight, skipped blocks, vote history, geographic spread, and node reliability in a clean explorer format.

Infrastructure map

A future version can connect to live RPC endpoints and display geographic node distribution, latency, and gateway status.

Validator Set

Active

PROTON Docs

Project explanation

What is PROTON Explorer?

PROTON Explorer is a public transparency layer for the PROTON network. It helps users inspect onchain activity, understand asset movement, verify contracts, and follow network performance from a single interface.

How to connect real data

Replace the demo arrays inside the script with API calls from your own indexer, RPC endpoint, block database, or backend service. The UI is already structured for live explorer data.

Frontend

Single HTML file, responsive layout, hash routing, searchable demo explorer, and embedded logo.

Backend path

Use Node.js, PostgreSQL, Redis, and an indexer worker that reads blocks and writes normalized tx data.

Public links

X and GitHub are placed in the footer, not the top navigation, to keep the main bar focused on explorer pages.