Timestamp | {{ block.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }} ({{ block.timestamp | timeSince }} ago) |
Number of transactions | {{ block.tx_count }} |
Size | {{ block.size | bytes: 2 }} |
Weight | {{ block.weight | wuBytes: 2 }} |
Status | {{ (latestBlockHeight - block.height + 1) }} confirmation{{ (latestBlockHeight - block.height + 1) === 1 ? '' : 's' }} |