| Hash |
{{ block.id | shortenString : 13 }} |
| Timestamp |
|
| Size |
|
| Weight |
|
| Health |
= 99"
[class.badge-warning]="blockAudit?.matchRate >= 75 && blockAudit?.matchRate < 99"
[class.badge-danger]="blockAudit?.matchRate < 75"
*ngIf="blockAudit?.matchRate != null; else nullHealth"
>{{ blockAudit?.matchRate }}%
Unknown
|
|
|
|
|
|
| Fee span |
{{ getMinBlockFee(block) | number:'1.0-0' }} - {{ getMaxBlockFee(block) | number:'1.0-0' }} sat/vB |
| Median fee |
~{{ block?.extras?.medianFee | number:'1.0-0' }} sat/vB
|
| Total fees |
|
|
| Subsidy + fees |
|
| Total fees |
|
| Subsidy + fees |
|
| Miner |
{{ block.extras.pool.name }}
|
{{ block.extras.pool.name }}
|
|
|
|
|
|
| Version |
{{ block.version | decimal2hex }} Taproot |
| Bits |
{{ block.bits | decimal2hex }} |
| Merkle root |
{{ block.merkle_root }} |
| Difficulty |
{{ block.difficulty }} |
| Nonce |
{{ block.nonce | decimal2hex }} |
| Block Header Hex |
|
{{ i }} transaction
{{ i }} transactions
Error loading data.
{{ transactionsError.status }}: {{ transactionsError.error }}
Error loading data.
{{ error.status }}: {{ error.error }}