Memory Pool Memory Pool Refreshing

35,627 transactions
28.81 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,261 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,900 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,260 (165,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,173 698,173 00000000000000000005e3dc2ff1ed4cfc12e5653a44136d83d153ddc4669c68 0.60 MB 767 6
698,172 698,172 0000000000000000000a003a38f51e254f6c0a824ed499aaa63321b836c1628e 0.21 MB 138 3
698,171 698,171 0000000000000000000e7d7f586760d08763d697dbae78e2c983cec89fcea20f 1.45 MB 3,046 9
698,170 698,170 000000000000000000072b2138301239943163e3835a90c4d5542a3ad2a7b4a8 1.22 MB 2,521 9
698,169 698,169 000000000000000000047006d803a5d2fe7d0fa180deb18f8d693c80993908a7 0.23 MB 438 9
698,168 698,168 0000000000000000000838a5e0b187f5bf77b1e9013b3506b7e3ed0956a2183a 0.07 MB 189 11
698,167 698,167 0000000000000000000854d8329785af665e83cc310316e706e5d26208e42a35 1.31 MB 2,148 8
698,166 698,166 000000000000000000053f6aab8a62045f93195f3d287478d4b6bef153c51b0d 0.17 MB 345 11
698,165 698,165 00000000000000000009324dcabf569a2dea551ff05575b44dfbdd36c16f49c5 0.40 MB 670 9
698,164 698,164 0000000000000000000dc8e8b420e33f212e49d23941ef7ea935145acf628187 0.69 MB 1,387 5
698,163 698,163 0000000000000000000af8273493bae751c6f3d2170a41aa33fe092087d99b93 1.41 MB 3,057 12
698,162 698,162 000000000000000000013d2143d0b2f29d9bc2a860a253813320379b50d9e5d7 1.09 MB 2,174 9
698,161 698,161 000000000000000000084da00b831f212b201cea58fd31e4a1c98b1fbea9e450 0.15 MB 356 10
698,160 698,160 00000000000000000001858e423642f8d88993b867daf0e623c4222c70b14e64 0.08 MB 227 13
698,159 698,159 000000000000000000026e4541a168679e7d17075f520ec65136316863bc547c 0.20 MB 326 11
698,158 698,158 00000000000000000001013ea272fee959d145d98c1ad7a8fce2ed5f609261c0 1.12 MB 1,883 8
698,157 698,157 00000000000000000003fd01af799a038e0af8f688a938177159a6337818c866 1.23 MB 1,229 5
698,156 698,156 0000000000000000000f56d85f4b0f954b5a94594923716fd05590defd5aa0a3 1.62 MB 1,352 6
698,155 698,155 0000000000000000000d542783f5a68a35c368722d510d3528f547fe651e7614 0.19 MB 495 12
698,154 698,154 00000000000000000003bcfd90ba8d00e1591cf8e780c3f290d085c86605793c 0.66 MB 1,141 9
698,153 698,153 00000000000000000007f07935aa402a3bfd0413d1677a034edcbbe9130da42a 0.95 MB 1,478 9
Previous 10 blocks ↓
Total Size: 686.61 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,484.67 GB sent, 115.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.