| Mempool size{{ mempoolBlocksData.size | bytes }} ({{ mempoolBlocksData.blocks }} blocks) | Unconfirmed{{ mempoolInfoData.value.memPoolInfo.size | number }} | 
| Height | Mined | Txs | Filled | 
|---|---|---|---|
| {{ block.height }} | {{ block.tx_count | number }} | {{ block.size | bytes: 2 }} | 
| TXID | Amount (BTC) | Fee | 
|---|---|---|
| {{ transaction.txid | shortenString : 12 }} | {{ transaction.fee / (transaction.weight / 4) | number : '1.1-1' }} sat/vB |