the chart shows the feerate at each byte of the block this node would currently generate.
last block: {{ blocks[chaininfo.bestblockhash].height }} ({{ (now - blocks[chaininfo.bestblockhash].time) | timeInterval }} ago) [{{ now - blocks[chaininfo.bestblockhash].time | blockIntervalBar }}]
Transactions: {{ mempoolbins.size }} {{ mempoolbins.size_segwit !== "?" ? `(${mempoolbins.size_segwit} segwit)` : "" }}
Size: {{ mempoolbins.bytes }} bytes
Fees: {{ (mempoolbins.fees / 10**5).toFixed(2) }} mBTC
this bin | cumulative | |||||
---|---|---|---|---|---|---|
limits / sat/b | tx | size / B | amt / mBTC | tx | size / B | amt / mBTC |
{{ bin[0] }} - {{ (bin[1] < 21*(10**14)) ? bin[1] : 'max' }} | {{ bin[2] }} | {{ bin[3] }} | {{ (bin[4]/(10**5)).toFixed(2) }} | {{ bin[5] }} | {{ bin[6] }} | {{ (bin[7]/(10**5)).toFixed(2) }} |
age | height | hash | fees/mBTC | fees/% | tx | txSW/% | log2(work) | size/MiB |
---|---|---|---|---|---|---|---|---|
{{ (now - block.time) | timeInterval }} | {{ block.height }} | {{ block.hash }} | {{ (block.fees*1000).toFixed(2) }} | {{ (block.fees*100/(block.fees + block.subsidy)).toFixed(2) }} | {{ block.tx_count }} | {{ (block.tx_count_segwit*100/block.tx_count).toFixed(1) }} | {{ (Math.log(parseInt(block.chainwork, 16))/Math.log(2)).toFixed(3) }} | {{ (block.size/1048576).toFixed(3) }} |
address | subver | inbound | connected | blocks | recv / MiB | sent / MiB |
---|---|---|---|---|---|---|
{{ peer.addr }} | {{ peer.subver.replace("<", "").replace(">", "") }} | {{ peer.inbound ? "y" : "n" }} | {{ (now - peer.conntime) | timeInterval }} | {{ peer.synced_blocks }} | {{ (peer.bytesrecv/1048576).toFixed(2) }} | {{ (peer.bytessent/1048576).toFixed(2) }} |