当前区块高度: {{ blockchain_info.blocks }}
当前难度: {{ blockchain_info.difficulty }}
同步进度: {{ (blockchain_info.verificationprogress * 100)|round(2) }}%
链: {{ blockchain_info.chain }}
| 高度 | 哈希 | 时间 | 交易数 |
|---|---|---|---|
| {{ block.height }} | {{ block.hash|truncate(20) }}... | {{ block.time|timestamp_to_date }} | {{ block.tx_count }} |