{% extends "base.html" %} {% import "macro/transaction.html" as transaction %} {% import "macro/missing.html" as missing %} {% import "macro/pagination.html" as pagination %} {% import "macro/opengraph.html" as opengraph %} {% import "macro/template_and_block.html" as block %} {% block opengraph %} {{ opengraph::og( title="Missing Transactions", description="A transaction is considered missing from a block, when the block template includes it, but the block mined by a mining pool does not. This page lists transactions that are missing from multiple blocks.", url="/missing", image_url="/og_image/missing.png" ) }} {% endblock opengraph %} {% block content %}
A transaction is considered missing from a block when the block template includes it, but the block mined by a mining pool does not.
This page lists transactions that are missing from multiple blocks.
Transactions can be missing from blocks for different reasons:
For example, a transaction has not propagated to us or the pool yet, a template transaction conflicts with a block transaction, the mining pool prioritizes, or even filters transactions.
For more details, read: FAQ: Why can a transaction be missing from a block?