{% extends "base.html" %}
{% import "components/loader_fullpage.html" as loader %}
{% block body_classes %}overflow-y-scroll{% endblock %}
{% block footer_classes %}hidden{% endblock %}
{% block content %}
|
Hash
|
{{ block_hex }}
Copy to clipboard
|
| Age |
{{ timestamp|human_time }} |
| Unix Timestamp |
{{ block_info.timestamp|to_i128|render_integer|safe }} |
| Mined on |
|
| Mined by |
{{ coinbase_data|render_miner }} |
| Difficulty |
{{ difficulty|render_difficulty|safe }} |
| Size |
{{ block_info.block_size|render_human_size }}
({{ block_info.block_size|to_i128|render_integer_smallify|safe }} B)
|
| Transactions |
{{ block_info.num_txs }} |
Advanced block data
| Coinbase data |
{{ coinbase_data|string_from_lossy_utf8 }} |
| Coinbase hex |
{{ coinbase_data|hexify_u8_vector }}
|
{% call loader::render() %}
{% endblock %}