Loading Tool

Explorer IconExplorer

Memory Pool

2,264 transactions (0.73 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.12/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,294 000000000000000000022b910000000000000000000000000000000000000000 2,257 0.02198833 BTC 0.73 vMB 2.29
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,293 (857,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,434 54,434 000000000b0b71be1addccbd30fff844331e7f60519522047554cdea69e879a0 0.00 MB 1 0
54,433 54,433 000000000f76b9c8e836c8da57f586c9f846955e9933cc01835c9c847b580cdb 0.00 MB 1 0
54,432 54,432 00000000021df73bddc56ff2bae4637099c096a1eba98ae631623d21b58877d6 0.00 MB 1 0
54,431 54,431 0000000006dc436c3c515a97446af858c1203a501c85d26c4a30afa380aba4a1 0.00 MB 1 0
54,430 54,430 0000000010ab61c5cb768cd349a0b5d4509acb02a575e93957e8330794a993e3 0.00 MB 1 0
54,429 54,429 0000000003496cefaff821531961bc04d675053d54b61d2bf4f94e6a7ea54cb0 0.00 MB 1 0
54,428 54,428 0000000004b50bf525e1e04d66c976ebff2a2854af2235b228b01b859cee254d 0.00 MB 1 0
54,427 54,427 00000000143adde81bd2a154d125491555728d666e11da2fb8e7969526efa006 0.00 MB 1 0
54,426 54,426 000000000c5d47dbe3a4774aaaad214c3e182d98f87fec8fb71b6d27e0870dbc 0.00 MB 1 0
54,425 54,425 000000000ac235b25259f124834f849aea20f340c495d1bf86eb5939ae44a18f 0.00 MB 1 0
54,424 54,424 00000000042e7eec7facf5f73a6664c944d1fdad6db836dd387d42f17088bc59 0.00 MB 1 0
54,423 54,423 0000000011d9e9d427bab05227f021810c0ccb0f5910a5d9e5e888ffadd68c69 0.00 MB 1 0
54,422 54,422 000000000a6ce5446efee91d2f6c9099b566bcf5d27dbc0341e26f732ae2f101 0.00 MB 1 0
54,421 54,421 00000000104bb78fee4b8dceba5d06afeb693e400004dd34c0d37d752a87b4e3 0.00 MB 1 0
54,420 54,420 00000000128a521363bb3dca90e26b526df9e76ead56393929adff03486c503f 0.00 MB 1 0
54,419 54,419 0000000007debae30b2c21032ec5c0048397199b4f0f6fe6d0c3bb5907d40087 0.00 MB 1 0
54,418 54,418 0000000002d67b0c9e7da673663e21bf8f544ca0354907383105b41e1da0e84b 0.00 MB 1 0
54,417 54,417 0000000007bc0953a9eb80b7dea61423e7e5109dbd160092dc1534ff51686c26 0.00 MB 1 0
54,416 54,416 0000000002dd9d3d3d939db999556069247624c767fba65a1459f7962b5274e3 0.00 MB 1 0
54,415 54,415 000000000b19407e20db4aa1bec84b6becbd6979e71999f296d7dd27f743082f 0.00 MB 1 0
54,414 54,414 000000000a9cf15c6dad8b1754b52d5b9e48e4890f2163662ce8875ce7b2e729 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.23 GB
    • Received: 136.44 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.