Blocks
Deep block overviewBlock 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 intelligenceTransaction 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 profileWallet 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
Network
Validator and node layerTPS3,284peak simulationFinality1.2saverageUptime99.98%last 30 daysRPC 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 explanationWhat 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.