Loading Tool

Explorer IconExplorer

Memory Pool

34,232 transactions
27.11 vMB
0.05541503 BTC
Random Selection Loading Transactions
Max Size: 135.54/200 MB

Candidate Block

Mining Attempt 5fb72159616ce010bdd1a178ac4aebc643c75b6b185b724752f5dca4250bb81d
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 178194b6d92e44337a0055dc159b1c6ae10848a57a45ee4fa880357aaf797ca9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,470
Size: 1.00 vMB
Total Fees: 0.00433727 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (732,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,698 181,698 0000000000000a5a7a917dffd5a5107c84651c728da1ee95c8c0037256a28e03 199 0.08/1.00 vMB 154
181,697 181,697 00000000000008f267bc1bd5bb19d70a749230b3c8579d2e2f0fa20e2df9d003 118 0.05/1.00 vMB 99
181,696 181,696 00000000000009237094d3b0c192656b72f4ad53fcaf31c4c7afc5f7725d1f25 232 0.12/1.00 vMB 157
181,695 181,695 00000000000001522ac06fa0fb1741898750f00f285e3a19bb2f8ae84890b4b1 194 0.09/1.00 vMB 134
181,694 181,694 000000000000029ec8215ed7201041a67e84c1d018cbb1ac8e30ecb4bc274051 644 0.25/1.00 vMB 165
181,693 181,693 0000000000000767d722d488a89cb0773860e8f2f88f4112a17cc048df9b1d7f 115 0.05/1.00 vMB 157
181,692 181,692 00000000000003fc662cefd5d27dee34cd0d26b5a5afe27ed27807388e0808d8 145 0.12/1.00 vMB 78
181,691 181,691 0000000000000780f5f9cc5a178fa8db88550cd080b2c43b12ff0c3c029a02a0 398 0.19/1.00 vMB 136
181,690 181,690 00000000000000f370e3e7c503fa204cc50e36f9d25bddf5013b3e2e0d5af404 8 0.00/1.00 vMB 150
181,689 181,689 000000000000003819523220da9b189c9c9d0b67ccdcaf1dc5a5691b6ef67bab 128 0.07/1.00 vMB 149
181,688 181,688 000000000000034362b44168ae040fdf0025c2abab152e92e75e11ba5abd343b 264 0.11/1.00 vMB 159
181,687 181,687 00000000000006d6116a2290bf480895a12f641a519b91bc6870e1dffd1cccd8 159 0.08/1.00 vMB 91
181,686 181,686 0000000000000996cfd489cbfb86d8e228b96d68a69d66fb12431866bf28d0a8 345 0.17/1.00 vMB 122
181,685 181,685 000000000000046741a5f00fa49c145d1e3ed0df42881058d8dd33493d73fa19 28 0.01/1.00 vMB 126
181,684 181,684 000000000000082c01d8f3d2a94f0e113e1986a24949a81786ed283af01e3eae 115 0.04/1.00 vMB 97
181,683 181,683 000000000000035d86850f6af197b61591a31ac098e5c663f31abb20c1ddb95a 124 0.05/1.00 vMB 182
181,682 181,682 00000000000009fbbb94bff3fad8408233210ef774ec0190f0f00b7114a5f7d5 220 0.09/1.00 vMB 159
181,681 181,681 000000000000079a1f511a17b0c6b7f2e01f699bdcafad6de331626f6396227c 232 0.10/1.00 vMB 138
181,680 181,680 000000000000035620ddcf2203e0c166615a9b44a9bb9e8e3f47d484c9e93deb 1 0.00/1.00 vMB 0
181,679 181,679 00000000000004d5702f686d8a320fff4cde3ad8a003ec11cad272ad8789381a 256 0.12/1.00 vMB 84
181,678 181,678 000000000000094bc5d6e2a547a6de4551dff9acf131ffd3e0ab7c7903b9dcb9 409 0.19/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 781.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.47 GB
    • Received: 12.04 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.