{% extends "base.html" %} {% import "components/loader_fullpage.html" as loader %} {% block body_classes %}overflow-y-scroll{% endblock %} {% block footer_classes %}hidden{% endblock %} {% block content %}

Mempool transactions

Transactions {{ num_txs }}
Total size {{ total_size|render_human_size }} ({{ total_size|to_i128|render_integer_smallify|safe }} B)
Finalized transactions {{ num_finalized_txs }}
Total finalized size {{ total_finalized_size|render_human_size }} ({{ total_finalized_size|to_i128|render_integer_smallify|safe }} B)
{% call loader::render() %}
{% endblock %}