Memory Pool Memory Pool Refreshing

79,970 transactions
33.34 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,358 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,632 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,357 (362,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,669 482,669 0000000000000000000e9287fe67b8b633b14302c9673d538edd66d3c3a26350 1.00 MB 2,412 482
482,668 482,668 00000000000000000119358695775b9f7fe645ed3b0d5e37f161a40206f2e70a 1.00 MB 2,284 463
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
Previous 10 blocks ↓
Total Size: 653.07 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,296.90 GB sent, 79.17 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.