Memory Pool Memory Pool Refreshing

14,577 transactions
30.05 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,174 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,211 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,173 (706,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
155,677 155,677 00000000000004676fccff36181fa2395e7b4d5ec63e6ca660735491959a5e03 0.01 MB 16 180
155,676 155,676 00000000000001b81fe049991bb39e40bc22c9e06139bfe1c7c38b5be0f98416 0.05 MB 60 34
155,675 155,675 0000000000000be789d07247e3000a75c8c30140a257244ce8dd472537acf0af 0.00 MB 1 0
155,674 155,674 0000000000000bcad0d4824985381f749dea5ac4f337e9ebbef841db4854d276 0.01 MB 22 45
155,673 155,673 000000000000096f664f85059a07baf3bb78e662096cfddfa2e5711e42b39ad9 0.00 MB 10 756
155,672 155,672 000000000000064c8e8b05166ff6f4f52d352991559990ecd50b94fc34150aaf 0.00 MB 8 32
155,671 155,671 0000000000000963103e3772fc6e9d95adfecaba06be06fcb237a4019a68a08d 0.02 MB 68 59
155,670 155,670 0000000000000615b95bccf8ea4161994934dc45c13657e01389ed4ee22c9651 0.02 MB 55 338
155,669 155,669 00000000000008df0bd0c11a2b4f64eb342e3d54438cdb82b00859919a6fba50 0.00 MB 8 0
155,668 155,668 00000000000004573d3f8300869ac00b049012e62102655d37a4e654faae40f6 0.06 MB 179 147
155,667 155,667 0000000000000852ace33dde0b59497a97cdd22a455027e291bbae0b966c90b1 0.00 MB 10 167
155,666 155,666 00000000000004cce99df44007e01a3d8ba4b3111e44f363ae89dc282e348040 0.05 MB 113 121
155,665 155,665 0000000000000267ed60c00ad3d0085d2b05ec1a54b1b600553b7048bf47c41a 0.03 MB 41 17
155,664 155,664 0000000000000af1ec8dedd91e31661d6815861d04888aab657d601738ae2511 0.04 MB 77 99
155,663 155,663 0000000000000286fe7e355e992b889a6376b368fd800fc7895290e4ee50ea38 0.00 MB 6 37
155,662 155,662 0000000000000dbf9769c3107874ee5e84958043784dacd89393f7410452e79d 0.01 MB 20 17
155,661 155,661 0000000000000458f7a925844f63f1303dc62a562014dc7162968354c5e4ca03 0.02 MB 58 0
155,660 155,660 00000000000005eb558eea259caafe904e3c9716eafb783beb7b7a390ae8bfdc 0.00 MB 4 143
155,659 155,659 0000000000000aed1b4db8a97dec14ca7b56ba4d65f15367293086528babe549 0.00 MB 13 164
155,658 155,658 0000000000000b527aaeb5415bec84b795d4b86f148fd59bf309cc111086a84e 0.02 MB 43 217
155,657 155,657 0000000000000255d6f72b87dd85ec006aa2c5a3e31778b8b1cdd8613d961c98 0.00 MB 11 53
Previous 10 blocks ↓
Total Size: 684.49 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,344.91 GB sent, 101.41 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.