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