Memory Pool Memory Pool Refreshing

66,372 transactions
35.34 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,766 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,314 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,765 (289,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
560,270 560,270 00000000000000000020313e81cf5a9d5f1833468c5081ca5f0b2564edb119cb 0.78 MB 2,425 15
560,269 560,269 0000000000000000001d5493f1ada4276036167f6bf1797942dd9044cf8795e2 1.20 MB 3,485 17
560,268 560,268 0000000000000000002143c7563c017ac8b035c93529725ba8b2bde5b7923803 0.21 MB 654 6
560,267 560,267 000000000000000000086957d04e2adba3b9ac6aa5b95e9408db28e48f3a4e7c 0.82 MB 2,408 13
560,266 560,266 000000000000000000196e263dc92aea0f4dfaa4edb232a4bbf41cf40df35370 1.15 MB 3,151 9
560,265 560,265 0000000000000000001a806088bc1f300bbc677979703a4d0b8dc2c1f20a6008 1.19 MB 2,059 14
560,264 560,264 0000000000000000001f4afaceee86ce67c21bdba9d2f29aef0844e13259d3d3 0.07 MB 154 16
560,263 560,263 000000000000000000268fa43f28072bcde847b6388a5611c77ca301b3414ae0 0.63 MB 1,854 11
560,262 560,262 00000000000000000022a4e9d4c8b971836f373d9b2521a4247d0ca84c9f30d8 0.11 MB 280 10
560,261 560,261 0000000000000000001c8e0817cd7354a9221714368907a2bfa646860fb1148b 0.27 MB 688 15
560,260 560,260 0000000000000000002a21805cc2e9bda9c6919304698aa503e0309d90ff298c 0.21 MB 595 12
560,259 560,259 0000000000000000001f22ccba5c340f1779849e6835821ec7f8792212362257 0.03 MB 84 4
560,258 560,258 00000000000000000020570e4e15c85c7771b14a4bc9df4efd825faf84212950 0.29 MB 767 14
560,257 560,257 00000000000000000008a451b2835b7a7adccd17f1409520f7a0b164d737f14d 0.08 MB 248 5
560,256 560,256 00000000000000000026c95406f7cc3ca001e74017170222f19b56a3b67cfd33 0.10 MB 287 28
560,255 560,255 0000000000000000002986740fe2a8d42d71d82bf6c296bd69c99cae0b49ce8f 0.23 MB 698 12
560,254 560,254 00000000000000000003765924931a90df7f1082185117eafab54bba36b639ea 0.83 MB 2,418 12
560,253 560,253 0000000000000000000e67ed3bd1b9add4234d607f1516ed4ef8072c3d5b2d6f 0.27 MB 734 57
560,252 560,252 0000000000000000002c361bb5dd4c457da2faba6d4e528af3a63d927e41a107 0.60 MB 1,892 8
560,251 560,251 0000000000000000001e0ec772ea128269ca125e4bd105ee9b822b9f617ffa23 0.59 MB 1,476 13
560,250 560,250 0000000000000000002229402646b5c70c2a192de6dfa49a5977ebb29c487892 1.18 MB 3,129 17
Previous 10 blocks ↓
Total Size: 661.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 709.25 GB sent, 4.42 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.