Network Status
Latest Block
Validators
Total Transactions
Chain Overview
Project Onboarding
Build on UMBRA
Join the ecosystem and power the next generation of decentralized applications. Submit your project to become part of the Umbra blockchain ecosystem.
Market Activity
Token | Price | Volume (24h) | Change |
---|---|---|---|
UMBRA
|
$3.24 | $12,348,925 | +5.2% |
USUD
|
$1.00 | $8,921,045 | +0.1% |
ETH
|
$3,645.21 | $6,482,301 | -1.8% |
BTC
|
$59,842.67 | $5,910,275 | +0.7% |
USDT
|
$1.00 | $4,326,832 | +0.02% |
User Activity
Active Accounts
New Accounts
Total Accounts
Protocol Metrics
Protocol Revenue
UMB Supply
USUD Staked
Latest Blocks
View All →Height | Age | Transactions | Validator | Gas Used |
---|---|---|---|---|
Loading blocks... |
Latest Transactions
View All →Tx Hash | Block | Age | From | To | Value |
---|---|---|---|---|---|
Loading transactions... |
Blocks
Height | Hash | Age | Transactions | Validator | Gas Used |
---|---|---|---|---|---|
Loading blocks... |
Transactions
Tx Hash | Block | Age | From | To | Value | Fee | Status |
---|---|---|---|---|---|---|---|
Loading transactions... |
Validators
Active Validators
Total Staked UMB
Average Commission
Rank | Address | Status | Staked UMB | Commission | Uptime |
---|---|---|---|---|---|
Loading validators... |
My Wallet
No wallet connected
Quick Apps
My Assets
Transaction History
No transactions found
API Documentation
The Umbra Explorer provides a public API for developers to access blockchain data programmatically. All endpoints return data in JSON format.
Base URL:
https://explorer.umbra.network/api
Get Network Status
GET /stats
Returns the current network status, latest block height, number of validators, and total transaction count.
Example Response:
{ "networkStatus": "Online", "latestBlockHeight": 1023456, "validators": 21, "totalTransactions": 6234567 }
Get Latest Blocks
GET /blocks
Returns a list of the most recent blocks.
Get Block by Height
GET /blocks/:height
Returns details for a specific block by its height.
Get Latest Transactions
GET /transactions
Returns a list of the most recent transactions.
Get Transaction by Hash
GET /transactions/:hash
Returns details for a specific transaction by its hash.
Get Wallet Information
GET /wallets/:address
Returns balance and transaction information for a specific wallet address.
Get Validators
GET /validators
Returns a list of all validators on the network.
Search
GET /search/:query
Search for a transaction, block, or wallet by its identifier.
Search Results
Loading search results...