Loading Tool

Explorer IconExplorer

Memory Pool

31,905 transactions
18.57 vMB
0.04693384 BTC
Random Selection Loading Transactions
Max Size: 99.24/200 MB

Candidate Block

Mining Attempt 7f9a2e560ea1ed7c8ee5a5f114493b79ef060c34eb99e40d04db07c880119a91
Version 20000000
Previous Block 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51
Merkle Root e367a86f49a2424d15615e157e4cbdb75780f3a2892c3e9bdd949072dbd47f21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,702
Size: 1.00 vMB
Total Fees: 0.01171081 BTC
Feerates: 150.77 > 1.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,128 (807,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,674 106,674 0000000000025677fb7103b372873cac7962b8aa27bd5ced02fc5630deac5235 1 0.00/1.00 vMB 0
106,673 106,673 00000000000186688a89e98a0a4f48bc900cc021469b7e3fa277b529fa42682e 1 0.00/1.00 vMB 0
106,672 106,672 000000000001764ed5657265f29434864b03539b95373d3f2244eb897dbecc7f 1 0.00/1.00 vMB 0
106,671 106,671 0000000000015665f0ba9542ca13716aaf90b7636fbbe9456f36360d8dd47bda 2 0.00/1.00 vMB 0
106,670 106,670 0000000000008e2db2397b2ea080078ccc9acaacf4114d84fbda751722fbd7c2 5 0.00/1.00 vMB 0
106,669 106,669 00000000000111b98c718ca240ffd1f1989e420e8591dae207dc0199b730d60d 18 0.01/1.00 vMB 0
106,668 106,668 0000000000013707b0244e7293250b2c70e60845136fe9bfb464b8627863bed3 2 0.00/1.00 vMB 0
106,667 106,667 0000000000014170b797079be0cbb670a6111226437f89d47f540ad9b24c8ba1 1 0.00/1.00 vMB 0
106,666 106,666 0000000000012305e02dcbca5803c6c10a7c89cc025780ebcf6d521841adc081 1 0.00/1.00 vMB 0
106,665 106,665 000000000001c85dde313e4fd6cee613b3d50d4b2e7c89d3d65087ebd5865c4e 1 0.00/1.00 vMB 0
106,664 106,664 000000000002a56293b39df310e666f66c3b34a13350f6f2878e74eead477a26 2 0.00/1.00 vMB 0
106,663 106,663 0000000000014a8ec09ad58fcb76b8c4ca2c33e4a89bba4e4ad9394bc6db8671 1 0.00/1.00 vMB 0
106,662 106,662 0000000000022a8459acf3c77db69be400422c0b1f2c666408bb99150e24d625 2 0.00/1.00 vMB 0
106,661 106,661 0000000000010e6ac4adcdc54eef1391eeb57f081237f7d2bba9f99d3625efc9 3 0.00/1.00 vMB 0
106,660 106,660 000000000000ca0cc28d637c5430f8b868f06f0a725103f35e99ae00f9e0ba0d 31 0.01/1.00 vMB 0
106,659 106,659 000000000001c827f3a833a3351b71e7e6f1815b11e69ee82f9c98d8da689529 1 0.00/1.00 vMB 0
106,658 106,658 0000000000003a98a55885a3cbd9a90957a7c4ca794bfcd055b4b44544ed91b3 1 0.00/1.00 vMB 0
106,657 106,657 000000000000e51db6752ebecf3f4b5886538af668a9102ee7cfc670e1e02e4e 1 0.00/1.00 vMB 0
106,656 106,656 000000000002948f786d1b7be5035f2dbabce3318b59c2ef14923cc7ef74c8d1 1 0.00/1.00 vMB 0
106,655 106,655 0000000000019720945f7db094fc75e3bad24f1e449286c1403b1b6fd9191ee4 3 0.00/1.00 vMB 0
106,654 106,654 0000000000025f813d308a4d0cb26304f393028bae83293a8c78e39565e10439 4 0.00/1.00 vMB 639
Previous 10 blocks ↓
Total Size: 780.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 561.41 GB
    • Received: 7.39 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.