Mempool is empty
Mining Activity
Recent Blocks
| Height | Timestamp | Hash | Size | TXs | Reward |
|---|---|---|---|---|---|
Transaction Mempool
0 unconfirmed transactions waiting to be included in a block
Mempool is empty
No pending transactions. Network is calm.
Tools & Utilities
Convert units, calculate rewards, and integrate the Nerva API in your projects.
Unit Converter
β
1 XNV = 1012 atomic units (piconero)
Mining Calculator
Expected time per block2587 sec
Blocks per day33.3934
XNV per day10.0180 XNV
XNV per week70.13 XNV
XNV per month300.54 XNV
API Quick Start
// Fetch latest Nerva network info
const res = await fetch(
'https://api.nerva.one/daemon/explorer/index.php?endpoint=get_info'
);
const data = await res.json();
console.log('Height:', data.height);
console.log('Difficulty:', data.difficulty);Try the API β