{% extends "base.html" %} {% block title %}LocalScan - Blockchain Explorer{% endblock %} {% block content %}
{{ error }}
The easy-to-use, minimal blockchain explorer for all your indexing needs. Track blocks, transactions, and addresses in real-time.
{{ block.timestamp | timeago }}
{{ block.tx_count }} Txns
{{ block.gas_used | default(0) }} Gas
{{ tx.block.timestamp | timeago }} From: {{ tx.from_address[:8] }}...
{{ tx.value | from_wei }} ETH
To: {% if tx.to_address %}{{ tx.to_address[:10] }}...{% else %}Contract Creation{% endif %}