Memory Pool Memory Pool Refreshing

4,732 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (709,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,356 198,356 00000000000001905cc449d3678072ea045e5816fbf0eb4cb45dc42241ddc472 0.26 MB 543 117
198,355 198,355 00000000000005920878ae80ea92fb899087e9ab75f33cc0e4ee6374f54ca044 0.05 MB 142 766
198,354 198,354 00000000000005b1e041639c1118962ee56e47880f234a4580a8640389e54124 0.00 MB 13 152
198,353 198,353 00000000000004f5c0938ae72c6ea52d0b78227142b1707fad816dae7972ee5c 0.24 MB 618 343
198,352 198,352 00000000000003ff0b098927a98b539e3c0078fdc2ee68bfff4e31b46942d039 0.04 MB 60 237
198,351 198,351 0000000000000095c01ce80ac114916b96f917faf7425e3c6e71a8c86e4b0556 0.14 MB 256 64
198,350 198,350 00000000000000abcb84688a0cabb4596f5b67b67eaedd6565ed9ad00e46ba17 0.11 MB 249 97
198,349 198,349 00000000000002f9a08cc47263a878ab56fcd8800f44d2a124494aff4767a030 0.36 MB 791 119
198,348 198,348 00000000000005a7ead9268f2cc78a047623bc67a3d86c898953327a8073140d 0.17 MB 180 74
198,347 198,347 00000000000000f154678d41fe9673f26bdd81547286c9d1b135a658e52184ed 0.25 MB 644 554
198,346 198,346 000000000000034c21ec974a132f980450e5e1ba69ae05665f27db78f9f9a947 0.00 MB 13 13,270
198,345 198,345 00000000000001cc6e543922dd64d6e1f743f678a9e5db96aaa6bd48c598d9ed 0.00 MB 10 15
198,344 198,344 00000000000000f70a608cf13ef238b4887d9014d26a5475990953db39c4e85d 0.21 MB 510 319
198,343 198,343 00000000000000d923365b244a7d4982446f92dc0c40ea28983270a768a8b161 0.07 MB 239 207
198,342 198,342 00000000000001dd72fc057afd97d87c6c34e7d675b8907595b8b441f50d407b 0.22 MB 512 40
198,341 198,341 000000000000050ad41a273fec91cbefa349b1eba7046491468fef6ab248bee6 0.17 MB 483 141
198,340 198,340 00000000000004ecad635121bdb1501455d261a5f5bc28cc6bad7196edfc56bf 0.25 MB 404 205
198,339 198,339 00000000000001c023afeeed8f00ac2104d6ba5e7caca9f97f04144921686c04 0.17 MB 477 212
198,338 198,338 000000000000026c26626c874087abd1e7586a600c13e3519aeaddd148aa51c1 0.19 MB 350 251
198,337 198,337 00000000000000a36c0397cb82b310c06c024db32e397d225039188ba34b6c60 0.42 MB 886 185
198,336 198,336 00000000000002d73b971646610cfe03f5d647a91428168e4fd532bdbeae7af3 0.00 MB 9 14
Previous 10 blocks ↓
Total Size: 769.00 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: 1,616.87 GB sent, 92.83 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.