Network Stats
Height {{networkStats.height}}
Transactions {{networkInfo.tx_count}}
Difficulty {{networkStats.difficulty | difficulty}}
Hashrate {{currentHashrate | hashrate}}
Hard fork v{{networkStats.major_version}}
Server time{{serverTime | date}}
supply: {{ Number(18446744.073709551615).toLocaleString() }}
circulating: {{ emissionInfo.toLocaleString() }}
--
Last block time: {{networkStats.timestamp | date}}
Last block reward: {{networkStats.reward | piconero}} MSR
Avg Solve Time (Target): {{avgSolveTime}} ({{networkInfo.target}})s
Transaction pool
Date & Time |
Hash |
Fee |
{{tx.receive_time | date}} |
{{tx.id_hash}} |
{{tx.fee | piconero}} MSR |
Empty
|
Recent blocks ({{blockHeaders.length}})
Height |
Date & time |
Size |
Block hash |
Reward |
Difficulty |
Txs |
{{header.height}} |
{{header.timestamp | date}} |
{{header.block_size | bytes}} |
{{header.hash}} |
{{header.reward | piconero}} MSR |
{{header.difficulty | difficulty}} |
{{header.num_txes}} |