{% extends "base.html" %} {% block title %} - Found Monero blocks{% endblock %} {% block content %}
{% if refresh %} Autorefresh is ON ({{ refresh }} s) {% else %} Autorefresh is OFF {% endif %}

Recent Monero blocks found by P2Pool miners

{% for b in blocks_found %} {% if b.parent.height is defined %} {% else %} {% endif %} {% if attribute(pool.sidechain.effort.last, b.main.id) is defined %} {% else %} {% endif %} {% if b.miner_alias != "" %} {% else %} {% endif %} {% endfor %}
Monero Height P2Pool Height Age [h:m:s] Effort Found by Total Reward Outputs Coinbase Transaction Coinbase Tx Private Key
{{ b.main.height }} {{ b.height }}* {{ b.height }} {{ date_diff_short(b.timestamp) }} {{ attribute(pool.sidechain.effort.last, b.main.id)|round(2) }}% unknown{{ b.miner_alias|shorten(10) }}{{ b.miner|shorten(10) }}{{ monero_to_xmr(b.coinbase.reward) }} XMR {{ b.coinbase.payouts|length }} {{ b.coinbase.id|shorten(10) }} {{ b.coinbase.private_key }}
{% endblock %}