区块详情
搜索
区块高度:
{{ block.height }}
区块哈希:
{{ block.hash }}
前一区块:
{% if block.previousblockhash %}
{{ block.previousblockhash }}
{% else %} 无 (创世区块) {% endif %}
下一区块:
{% if block.nextblockhash %}
{{ block.nextblockhash }}
{% else %} 无 (最新区块) {% endif %}
确认数:
{{ block.confirmations }}
时间:
{{ block.time|timestamp_to_date }}
难度:
{{ block.difficulty }}
Merkle Root:
{{ block.merkleroot }}
Nonce:
{{ block.nonce }}
版本:
{{ block.version }}
交易列表 ({{ block.tx|length }})
交易ID
{% for txid in block.tx %}
{{ txid }}
{% endfor %}
返回首页