{% extends "base.html" %} {% import "macro/opengraph.html" as opengraph %} {% block opengraph %} {{ opengraph::og( title="DEBUG - Sanctioned by Pool", description="Block Inclusion of Sanctioned Transactions by Pool", url="/debug/sanctioned", image_url="/og_image/index.png" ) }} {% endblock opengraph %} {% block content %}

Sanctioned by Pool

Block Inclusion of Sanctioned Transactions by Pool

This table shows the number of sanctioned transactions included or not included in blocks by pool. When a pool repeatedly doesn't include sanctioned transactions in his block, then it's likely that the mining pool filters and blocks sanctioned transactions. {% for row in sanctioned_table %} {% endfor %}
Pool included in block not included in block
{{ row.pool_name }} {{ row.in_both + row.only_in_block }} {{ row.only_in_template }}
{% endblock content %}