Memory Pool Memory Pool Refreshing

69,277 transactions
36.12 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,800 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,282 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,799 (151,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
698,152 698,152 0000000000000000000bb3a8c7bdd73657f8f4d77624d2627279fbf27512467b 0.24 MB 561 9
698,151 698,151 0000000000000000000bd57758a0546399adc388da132fe6f216874b2f39030a 0.53 MB 1,253 6
698,150 698,150 0000000000000000000160d34f123c3e6f55a2e875cac2606b2d0d241b64212f 1.45 MB 3,003 11
698,149 698,149 0000000000000000000419270edee2e9c1e43bfd3acc6a10ab6c59c6939c1a54 0.98 MB 1,760 8
698,148 698,148 000000000000000000088b578c36c5fd6f9312fb892f48a7ebb7091cbd5292e8 1.50 MB 1,183 4
698,147 698,147 000000000000000000078f18c0b48a36d58f95fbb170457b053a4a64ffc3eeb9 1.65 MB 1,335 5
Previous 10 blocks ↓
Total Size: 661.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 742.93 GB sent, 4.78 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.