Memory Pool Memory Pool Refreshing

3,450 transactions (1.34 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (840,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,368 68,368 00000000025b49a09c5799d27445a7f1287ab10f4de3ee086171e32a090f3a97 0.00 MB 1 0
68,367 68,367 000000000146da6e516114a4f8ee9eadc0416b67b3a536a96986d3ffed03426c 0.00 MB 2 0
68,366 68,366 0000000005408bf32cf0606030a2756589a244565977c8ac40b09fd34e56e542 0.00 MB 1 0
68,365 68,365 0000000002186cf0ffd235348a6ca8d08f5872b15d6d211364e220131c86061d 0.00 MB 2 0
68,364 68,364 0000000004049553f937e744d8d15e4da9bfe340c1944a62891f118e12bd69f0 0.00 MB 1 0
68,363 68,363 000000000272d7b4a3170011e9648c9c70df9dbfe6077d836c8ff4b1668fc8d1 0.00 MB 1 0
68,362 68,362 0000000003d55246603abdc97d91669f8f48f532f3533a93a896b8ef9ad81dc4 0.00 MB 4 0
68,361 68,361 0000000003150f1dd56ca967160005878718c85785d60fe25cda651aecf14880 0.00 MB 1 0
68,360 68,360 0000000004169b0e02ead14ded69185e3665413737d03f3e1e178f375c9dccd5 0.00 MB 1 0
68,359 68,359 00000000044cbb39f49350111d97cd61dfca3ceac408bbf4d5fdc2ab9fb0ceca 0.00 MB 1 0
68,358 68,358 0000000000f6f9a5b738ef9c502becec24be5d70e29a76599848ef8a0063d526 0.00 MB 2 0
68,357 68,357 00000000059e3498c1caa4de7e5c3e3dfb055b06fe1d975d7eafb9ea47dbdffd 0.00 MB 1 0
68,356 68,356 00000000036f0f8d062a27e01d65db1638b57d6e40ab69c4ccf5331b3775b12c 0.00 MB 1 0
68,355 68,355 00000000011b9b522c5735203f31b766044cd8dfadf456b9560d5654602907ec 0.00 MB 1 0
68,354 68,354 000000000003d823e23768752cafeb9b03392b2bbce1cce4a6e492287983bf4e 0.00 MB 2 0
68,353 68,353 0000000005313c34c2e32b3bf5194ac874dd18897c15a9ed4389b9f51f9d7d48 0.00 MB 1 0
68,352 68,352 000000000318989f4e1b0e16f00a17e4f9f3197b6122b03010e949c85a42f180 0.00 MB 2 0
68,351 68,351 0000000000c0bdba1d14a5d51b611536e94c264c84fc160907ace267bb60d6e9 0.00 MB 1 0
68,350 68,350 00000000037381f89ac40c75dc6a0047884504f14308a7e1803dde6e19fc7976 0.00 MB 1 0
68,349 68,349 0000000003544dd56efacb83377050811650c6233e3a02e5710378fbdd63a5d3 0.00 MB 2 0
68,348 68,348 000000000420f889ea2f7271bd466c058df13a6c750dbbabe59326cb7ff91352 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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,856.54 GB sent, 102.63 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.