Loading Tool

Explorer IconExplorer

Memory Pool

23,800 transactions
17.01 vMB
0.03429539 BTC
Random Selection Loading Transactions
Max Size: 87.42/200 MB

Candidate Block

Mining Attempt e8218048108ac15f651c6979118d021b228cf40ea67c8c58e9e78af09965f13a
Version 20000000
Previous Block 00000000000000000000629cd38376e7694362af34f33f16480e19bb9002b081
Merkle Root fb099ee50df8eed8fa2e85dae79ccc9742b781659f2c2dca3606ff1d7297760a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,101
Size: 1.00 vMB
Total Fees: 0.00326006 BTC
Feerates: 40.21 > 0.33 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,144 (807,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
106,653 106,653 000000000000f40e109d30959ad00991734d0b269a15307f38fdcae9a4d5cb16 5 0.00/1.00 vMB 0
106,652 106,652 0000000000004e1a81f771bc3d58583b2ea7309e4a5d212a4761e0b4d4e80cea 2 0.00/1.00 vMB 0
106,651 106,651 000000000000131028eaea8912d8e26798d0f679731590cc962f0b1c6df0487b 21 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 563.05 GB
    • Received: 7.51 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.