Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,932 transactions (4.46 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,279 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,778 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,278 (844,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,822 64,822 00000000014d633bf4e749ac01d59d71fe7b8c7bcada8f7ddb25b8b3ff992262 0.00 MB 6 0
64,821 64,821 00000000013f52055b4e70e79faf58bbf83f007fd6f3e1229c5564b18da56e6c 0.00 MB 2 0
64,820 64,820 0000000005f49934ca270ec651f8905df150a64771768cee84ab5559e280ceb2 0.00 MB 2 0
64,819 64,819 000000000662a6bcbebb262c449ea2ac4b03038818bddcfc7506c97ee4055ce2 0.00 MB 1 0
64,818 64,818 000000000636285216ace02625f2494eab03a731c452d2075c4722ea266afcdb 0.00 MB 1 0
64,817 64,817 00000000048222235b41facba106e0b4687d506c3fb3f12193386a2063928613 0.00 MB 1 0
64,816 64,816 00000000070fb5416e79b795cb7f7a14fd225a5445661f07cd577d063fdb52ae 0.00 MB 2 0
64,815 64,815 000000000acb304d0c7eb9be5a87702e0c89374f2e5f1340b003146be3c6f394 0.00 MB 1 0
64,814 64,814 0000000003dc79708015cd5a88d67d5c2138f953d656d510f75b748484a385e0 0.00 MB 1 0
64,813 64,813 0000000001724c23fa5f310dcee0ce8052dc4a91f450b8ffddfc57fc0af9ef03 0.00 MB 4 0
64,812 64,812 000000000323ef294d7b80100645bcf942403660d6fdd3c986681ff80ffb1825 0.00 MB 1 0
64,811 64,811 00000000021da88cd4e7dedcad38b7d7802aa1e46fbfadb677ddc106ca6a2caf 0.00 MB 1 0
64,810 64,810 0000000001de3f1098edb1620a0c2e5775fb6dec602a601dcf36d99e94aef293 0.00 MB 1 0
64,809 64,809 000000000685e3b45ded5d036ef5385ef064e266d60ff4652c6f7e508bbaa7cb 0.00 MB 1 0
64,808 64,808 000000000a5d150fba655873e3a4e0758a0b754e8a3a450e99f8dbab4bbf6512 0.00 MB 1 0
64,807 64,807 0000000009979f55fe0179586c233f8e57bd736926d22d8d6aff407b800478bc 0.00 MB 1 0
64,806 64,806 000000000594741f2be956fdf126dcfa9b9370e034206fc28a76af5e3d7a2397 0.00 MB 2 0
64,805 64,805 0000000007677c8aa397fb3accc7404bba630277cb69af6bb371039245b51863 0.00 MB 1 0
64,804 64,804 0000000007b9bb7fd8c04f1c3200425266d50ca2e0fd9d10574d4e16eef13c95 0.00 MB 1 0
64,803 64,803 0000000008bd97ceccc4198c28c5d0dcd34feaaf5586922d2ab51a8d91f854ae 0.00 MB 2 0
64,802 64,802 0000000002e0a1cfc6f2432e7227b1aaa98794006e62a81c7b4bad15f4f0d2a8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,046.74 GB sent, 108.34 GB received

Notes

  • This page updates every 5 seconds.
  • 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.