Memory Pool Memory Pool Refreshing

52,616 transactions
19.83 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,969 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,367 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,968 (9,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
861,192 861,192 00000000000000000000b6ecd60407471f9b045ec48145a17a1287f516728e9c 1.61 MB 2,640 5
861,191 861,191 00000000000000000001143a038583972a72981bf8a0d93c2ba2d81fc13f0c94 1.77 MB 3,442 7
861,190 861,190 000000000000000000029993451478b500fc31ebc0be34c7c43859662b9a862d 1.67 MB 3,284 7
861,189 861,189 00000000000000000000a1ce1bf0245d3ce9c67511b741cd43883bffa99ecc43 1.59 MB 2,612 6
861,188 861,188 00000000000000000000122b336ecafb68e2d76bedbec260c2519114b2e4b0bd 1.65 MB 3,331 7
861,187 861,187 000000000000000000029c01a5247e45e85b5d27497641fde5cd7e9737bf4a95 1.52 MB 2,281 9
861,186 861,186 000000000000000000015c96812efb8f5f6c235be5f4a3751a62377495432293 1.45 MB 3,021 16
861,185 861,185 000000000000000000013c07a123281251ee8bcc8d4bfff6820fe3f2fcc5f4a6 1.92 MB 2,316 4
861,184 861,184 00000000000000000001a3d7dcb98a1c56baf9a9c6f1401045909054b6055d48 1.70 MB 3,203 7
861,183 861,183 0000000000000000000015b34cbac19a8af9d61d0dc4cf4ab667e73c3646b598 1.65 MB 3,363 7
861,182 861,182 0000000000000000000219c3c90ecbfaeaa6f097a9ef824ac72f5232dff4063a 1.71 MB 2,755 7
861,181 861,181 00000000000000000000f7ca9a9cfa56d1587afe193201b14c0c17459ead22e0 1.65 MB 1,181 3
861,180 861,180 00000000000000000000b277bfed681bffe40b558f06c1d6babdc8dcf6e65258 1.64 MB 2,839 4
861,179 861,179 00000000000000000000eda018ef6ddd98dd536b9affc45ad267a01faee027a6 1.89 MB 2,190 5
861,178 861,178 000000000000000000012e3629d50cecf095aa1b70f824d4533e0aa032ddd01a 1.57 MB 2,469 7
861,177 861,177 00000000000000000001cf838cc3340eb5b3bbd699c714f575c5a30b2d71e825 1.65 MB 4,202 7
861,176 861,176 000000000000000000001334ce5775a194c064a252787ad48a30e451d37de057 1.50 MB 2,978 14
861,175 861,175 0000000000000000000293ff530a8e56eb4f34c900ce70fb1dbcdc8197dc6458 1.63 MB 2,433 13
861,174 861,174 00000000000000000001d360a18ff498bab49d2c357b353c930c4db9e055e04f 1.70 MB 3,089 7
861,173 861,173 0000000000000000000069d297e365e1874d30c402ae488c24af369e3221bbf1 1.68 MB 2,383 13
861,172 861,172 00000000000000000001f6b4ef396435344f47d5840974dd40133788ef28f57e 1.86 MB 121 2
Previous 10 blocks ↓
Total Size: 701.29 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: 2,404.33 GB sent, 219.23 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.