Memory Pool Memory Pool Refreshing

42,993 transactions
40.09 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,121 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,237 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,120 (361,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,679 482,679 0000000000000000010329cc09803e11c7b2571d0e2d4165727e07ea23523c98 1.00 MB 2,214 248
482,678 482,678 0000000000000000011ebba92f50fec98b6c1d7555cd8c25192f143a65c98111 1.00 MB 2,165 265
482,677 482,677 0000000000000000013392ec2fe989b057532c7bfa6d228c506ea3a7a64e08fd 1.00 MB 2,141 225
482,676 482,676 0000000000000000000d041ac78f5433560381613da91f6baeff0299ec19145d 1.00 MB 2,546 310
482,675 482,675 0000000000000000001011ec4d2c45a18c8eb76ae209531282b3341b0449cf42 1.00 MB 2,414 277
482,674 482,674 00000000000000000051442f4a8d570b6fb0a4a30c5c18fa62e0e7e93ca88bd9 1.00 MB 2,292 394
482,673 482,673 000000000000000000d451ed3d5802d732d404f306d2c68f6c4952fc12b8a86f 1.00 MB 2,459 412
482,672 482,672 000000000000000001003cd9edda5261fbbdfdabd3c6eb37bc5faa57f1c4689c 1.00 MB 2,338 469
482,671 482,671 0000000000000000003297494b69af4d8a66bba5cb4eaea769564a9f3d730241 1.00 MB 1,802 414
482,670 482,670 00000000000000000060c473f28ee46805def720a957d4a460fb03d38220c4d0 1.00 MB 2,465 404
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
Previous 10 blocks ↓
Total Size: 650.72 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,014.78 GB sent, 64.53 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.