********************************************************************************
MobileCoin Blockchain Explorer
-
Block {{ block_num }}
+
********************************************************************************
Size (txos)
{{ txo_count }}
Size (kB)
{{ size_of_block }}
Hash
{{ block_hash.hex() }}
Key Images
{{ key_image_count }}
{% if signatures|length %}
********************************************************************************
Signatures
********************************************************************************
Url
Signer
Signature
Signed at
---
------
---------
---------
{%- for signature in signatures %}
{{ signature.src_url }}
{{ signature.signature.signer.data.hex()[:5] }}...
{{ signature.signature.signature.data.hex()[:9] }}...
{{ signature.signature.signed_at|datetime }}
{%- endfor %}
{% endif %}
********************************************************************************
Key Images
********************************************************************************
{%- for key_image in key_images %}
{{ loop.index }}
{{ key_image.data.hex() }}
{%- endfor %}
********************************************************************************
Transaction Outputs
********************************************************************************
{%- for txo in txos %}
{{ loop.index }}
TXO Pubkey
{{ txo.public_key.data.hex() }}
Target Addr
{{ txo.target_key.data.hex() }}
Amount
{{ txo.amount.commitment.data.hex() }}
{%- endfor %}