Memory Pool Memory Pool Refreshing

56,948 transactions
34.75 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,890 (433,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
416,340 416,340 00000000000000000377ed456a72ad00fb5c996efff00b8cb0e5cf018e261bf9 1.00 MB 1,286 44
416,339 416,339 00000000000000000524590f4fbcc63d0aca75762646ca120759ae323c61be08 1.00 MB 1,631 53
416,338 416,338 00000000000000000465b30bed0bd24f0761c385a25d036003d5e029d17845a5 1.00 MB 1,712 37
416,337 416,337 0000000000000000027c63728271e84b2be7a843f42824c37cc27c5f169577a7 1.00 MB 1,784 24
416,336 416,336 00000000000000000532fb9fd32d0d6882cda64e75fb59386338bfda2cddf3a7 1.00 MB 2,060 37
416,335 416,335 00000000000000000408b5a6a181e2afbfe2bff0f22c506915f94daa38c05d63 0.00 MB 1 0
416,334 416,334 00000000000000000378b5d76d20efa7bdffd0bc9e7a2c04192cf9df7b742da2 1.00 MB 1,476 33
416,333 416,333 00000000000000000047c260d46424caf89bac2904235abcdf9ecc038f3e7ce3 1.00 MB 2,145 59
416,332 416,332 0000000000000000036f66b628d14ad9fa3f41ca37848bcceb134c3a69de64b1 1.00 MB 2,232 46
416,331 416,331 0000000000000000021127c8010a4856cb76995d35fe2261748a0085b5405bd6 1.00 MB 2,028 55
416,330 416,330 000000000000000002e5433ade6555d9732fb925c8a97cdde4683555dc8d9517 0.01 MB 24 90
416,329 416,329 00000000000000000341a9bfb362e0a52bab4d642fd63dcda16d728a8f8efa5b 1.00 MB 1,131 36
416,328 416,328 00000000000000000534dc63700b716b5882895bee6b3a59d5b08fe7f63eb0f8 1.00 MB 2,491 52
416,327 416,327 000000000000000001e17f79a7777f1d8a0653a7428ae193276fdeb29e9b2d24 0.99 MB 2,756 78
416,326 416,326 000000000000000001fb0ba094dc9dba187ed54505ff547f6c7358652fb52f3b 1.00 MB 1,926 39
416,325 416,325 000000000000000002221b25fada57b2d275e3f4f0cae015a7c2677c92d9aa97 1.00 MB 2,781 71
416,324 416,324 0000000000000000046865d228b407d653561107c1b2e229a96c14a8383e22f6 1.00 MB 1,885 44
416,323 416,323 000000000000000002aca2461685faff4b1b349482cd67e72531cc6b405eb98b 1.00 MB 2,903 83
416,322 416,322 000000000000000001c36717db68291649742531f30782764a12af49b6369849 0.93 MB 2,028 60
416,321 416,321 000000000000000003df950f8011e1d718f0c3a4de14e9d17ea91b0b348c287c 0.00 MB 1 0
416,320 416,320 00000000000000000347ed8e32a957d2429b9482d717e415daa1e0274548aa6c 1.00 MB 2,542 64
Previous 10 blocks ↓
Total Size: 661.30 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: 820.50 GB sent, 5.54 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.