Memory Pool Memory Pool Refreshing

74,815 transactions
34.01 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,631 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,373 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,630 (247,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,308 602,308 00000000000000000010f7afa573802800fb083052178b407fa411a078d6b5f6 1.26 MB 2,719 39
602,307 602,307 0000000000000000000c51838ed6d78e9f820695b2ccac2a99877ca34abb1fa9 1.07 MB 2,526 3
602,306 602,306 00000000000000000009b86248b7afe0a52cb9924f527efdd1b0947dc6300092 1.15 MB 2,585 19
602,305 602,305 0000000000000000000e95274aaaea83f4cd2a5535b9398a7aff3af6c5f07397 1.30 MB 3,001 35
602,304 602,304 0000000000000000000da547ab1c830e282914daddf037af2d01d91e40fa814a 1.26 MB 3,150 26
602,303 602,303 00000000000000000003206a045529925d76facbd8e620b8020af730ed31b4d2 1.29 MB 3,180 35
602,302 602,302 0000000000000000000b74e71b9817f633adc20f1c60ea68adb4f0153b39f1b3 1.38 MB 3,376 23
602,301 602,301 000000000000000000002c4c56fc17eaada8c90c9bf94aa88966e9da7944a6f7 1.23 MB 2,832 46
602,300 602,300 000000000000000000072ef64eb476ecc53e525dc88388954f55ae78268d8485 1.62 MB 2,660 45
602,299 602,299 000000000000000000054b387ad5abc7ea6cb0946e9186e805f7bb966f883bcb 1.38 MB 1,869 36
602,298 602,298 00000000000000000012c47c81293c6aaf29445610b7a6adedfe2f69323206d3 1.28 MB 2,622 30
602,297 602,297 0000000000000000000e85fe3a486eb85267f36d93860ee5e44a1a1d341ab256 0.14 MB 352 26
602,296 602,296 0000000000000000000ed25fbdaa6aa663c0aa255d5dab2f653aca0a7cfb4274 0.88 MB 1,711 21
602,295 602,295 00000000000000000014273b0fd49a34f13d1ba1e1b9032a2c287666853c64df 1.24 MB 2,008 16
602,294 602,294 0000000000000000000c6f6f50daf2d277e6868e381179548ba7fc3e530e4f22 1.14 MB 2,318 3
602,293 602,293 000000000000000000086046fbc5c0516f9a751b48ee9129ef58219020b2bac3 1.17 MB 1,672 17
602,292 602,292 000000000000000000143f9d158e4df5047d5ba1d9fd7cc91cee3908ebabb56d 1.28 MB 2,360 24
602,291 602,291 00000000000000000003e2064a7081a3275f14b1ce1f1718a07c3699ce5d6d11 1.28 MB 2,611 17
602,290 602,290 00000000000000000011363853644598f4f3a278ea6acee2a89d54f89c487082 1.25 MB 2,623 41
602,289 602,289 000000000000000000002d904f22524f3e4515e67e97caa2ad192e4c4f4c47aa 1.32 MB 2,785 31
602,288 602,288 00000000000000000013984603882785998257025bc7cb94a861a6ddbf7c3c8d 1.30 MB 2,524 24
Previous 10 blocks ↓
Total Size: 660.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 108 incoming
  • Data Transfer: 569.09 GB sent, 3.21 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.