Memory Pool Memory Pool Refreshing

74,105 transactions
32.98 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,939 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,348 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,938 (367,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,667 482,667 0000000000000000004d4f4e9e7d5ee7b8e5d2752ae4ff2f91c3e04f8a841be8 1.00 MB 2,038 268
482,666 482,666 000000000000000000dba1e93426e2038d9462229170dec6b8a440b9a640fd3e 1.00 MB 2,155 455
482,665 482,665 0000000000000000010889b7b77a3c68e642f8047b321bba52292bb5a71e31e5 1.00 MB 2,127 391
482,664 482,664 000000000000000000e92953801f5a37da2d902e354e09973f7cf533e9de140c 1.00 MB 726 57
482,663 482,663 0000000000000000005f230cd8b96e4fbf0af5b2f06939893bba38cc78e1e284 1.00 MB 1,094 129
482,662 482,662 0000000000000000007653017e845632ccf117747fada5a49cd0a5cd7a8cb0af 1.00 MB 2,102 283
482,661 482,661 0000000000000000009124190d57a8099b2f01800648613280313fd0be47389c 1.00 MB 2,348 249
482,660 482,660 000000000000000000d240020cf00a238cbe3342fb0271cbe8b16f6f253e69c9 1.00 MB 1,643 147
482,659 482,659 0000000000000000005e37e8fd68005ecc6ab732b491f546aa8590ac6cd36c60 1.00 MB 2,163 156
482,658 482,658 000000000000000000bc2c3590c6c055295e5f713789dd30be5e832b2e2c3eb6 1.00 MB 2,424 171
482,657 482,657 0000000000000000004e70fb65fe61b2fd4883f9f48c77e194528a2b79b60e93 1.00 MB 2,410 332
482,656 482,656 000000000000000000bb0082f923cbf6394fd1f9e42c08d956100ef9818e6a1e 1.00 MB 1,739 299
482,655 482,655 000000000000000000a844ea8d8f673425cf7df0b4e42a5031a3e9c24dbe8c6c 1.00 MB 1,672 532
482,654 482,654 0000000000000000001ed47cd93712d468b75a53546db74f1e58b219d402cc7e 1.00 MB 1,976 102
482,653 482,653 00000000000000000059b1da07ef95937e5a2a7ab5a883d750de65d28abba4de 1.00 MB 1,787 299
482,652 482,652 000000000000000000bc348f2c5587f206fa874842b99b327c8db015beb4385b 1.00 MB 1,646 313
482,651 482,651 000000000000000000520140ffcfcdf9b014492e1e70f8c4cd1986b22c1bf9fd 1.00 MB 1,570 90
482,650 482,650 0000000000000000002e0e66f325cad17f592f993366ab773aec31920036cd07 1.00 MB 2,130 161
482,649 482,649 00000000000000000115ebaab49dcf1163174e19ead57adb9414f841d800df9e 1.00 MB 1,997 329
482,648 482,648 0000000000000000003c00867a387d5b0eed233a4f786de40109e8ceaa3613eb 1.00 MB 1,837 353
482,647 482,647 000000000000000000d911c691802643c7cc7b4bb3ade02966534381ae5cb98a 1.00 MB 1,932 275
Previous 10 blocks ↓
Total Size: 661.39 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: 875.44 GB sent, 6.02 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.