Memory Pool Memory Pool Refreshing

56,647 transactions
23.79 vMB
Show Random Selection Loading Transactions
Max Size: 132/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,252 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 4,317 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,251 (80 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,171 867,171 00000000000000000002806c04cae10a31a0c046a98e31f3655d7ba5f7cf5aa1 1.45 MB 4,477 73
867,170 867,170 0000000000000000000018917e6c8172b757d3b3692040a2ddcba995ba99c1ad 1.48 MB 5,520 41
867,169 867,169 000000000000000000008b15e5598407d79a35bde767d36a52a8573a6ab4e038 1.55 MB 4,761 41
867,168 867,168 00000000000000000002be1b20b7c6a2c593fb7aff41217d8d0015810a1bd1d9 1.54 MB 5,079 47
867,167 867,167 000000000000000000026e1d5ce94820f42396129f56b71a1e9702c642fef82c 1.55 MB 5,736 45
867,166 867,166 00000000000000000002ec4a127bbd5a81ab94226d517c45a7cab09bda5b3d42 1.62 MB 3,960 54
867,165 867,165 00000000000000000002068f9355f6787570cee29b8849a0ec4bc4d0a4b04a7a 1.56 MB 6,018 42
867,164 867,164 00000000000000000002afa29f2351819672eac8d34f6612ee4555d29d9a20f5 1.49 MB 5,375 48
867,163 867,163 0000000000000000000159b5b6e361e859abf9e6ec40ccbb10aa86390ab17cad 1.56 MB 5,884 47
867,162 867,162 00000000000000000001467c90ee1ab2b1f8217711c771f408e31d623fee96b3 1.51 MB 4,018 58
867,161 867,161 000000000000000000002d3bd764d8605f1ac4003399466316b483f8048a6905 1.47 MB 6,647 42
867,160 867,160 00000000000000000000016caf0a4428cb79a210e707ad992821764acb404b82 1.48 MB 6,468 44
867,159 867,159 000000000000000000003838f6319fbbd47660faafcbe27eaa9821db39c616c1 1.56 MB 6,330 46
867,158 867,158 0000000000000000000165dd3f17fdcbd169f1566df30fe63d1fb3ca3e80967a 1.57 MB 6,620 46
867,157 867,157 00000000000000000000537291056c9ab6dedc1efa1613e7a502c8103e9e3d07 1.49 MB 5,268 49
867,156 867,156 0000000000000000000019adc9e33ade913d7d15610e0818532e62181987e713 1.47 MB 6,410 41
867,155 867,155 00000000000000000000812fec8f63641ece53088a71e986aa671eb7031d407d 1.47 MB 5,809 42
867,154 867,154 00000000000000000002da06787fe86324e1cc1421861d899b7bd1e340aa1930 1.50 MB 5,731 45
867,153 867,153 000000000000000000006cc202b58b76de7704308003f6ddbd7763e87a085374 1.57 MB 6,182 38
867,152 867,152 000000000000000000024a89cefba970c5fd79bf5db9a02c85e3d9896b980a7c 1.66 MB 5,114 35
867,151 867,151 00000000000000000000f41753c52a18c974917eb9d1cf3097a2241000c82418 1.60 MB 5,347 42
Previous 10 blocks ↓
Total Size: 694.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,901.34 GB sent, 173.72 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.