Memory Pool Memory Pool Refreshing

46,029 transactions
42.29 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,251 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,726 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,250 (147,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,353 696,353 0000000000000000000be3ef64b99b12a07babb9a3c9745e8409b702c47141ea 0.74 MB 842 5
696,352 696,352 00000000000000000008faf2b62cd7c1d2d223c48082843864a92696911b3521 1.30 MB 1,587 7
696,351 696,351 000000000000000000045f0fcc40bd76c487bf36a17e01df0b49212ee3d9cef6 1.54 MB 2,395 16
696,350 696,350 0000000000000000000f8fa5d947c69c3c34280a6613d0817263a224c288bed2 0.59 MB 1,129 15
696,349 696,349 0000000000000000000c0eb22635546139a99c969ca148e43cbadcbc032a4633 0.04 MB 98 18
696,348 696,348 000000000000000000011386ee25218067d943cc420477e2d5047cad66b19c41 1.19 MB 2,262 10
696,347 696,347 000000000000000000003022b3ea0e2538a3b62be296423b5046584a7b17fb17 0.10 MB 245 11
696,346 696,346 0000000000000000000e3af8d81911a00b7056a589db23eb7f757595f0b5b947 1.24 MB 1,764 13
696,345 696,345 00000000000000000000003c5c9269d93153a4eb8fabef76318d849a2ec2b29e 0.61 MB 976 10
696,344 696,344 00000000000000000004b2e3f0f472897f35f5474a0f71946344bb97fa06a09e 1.13 MB 1,137 9
696,343 696,343 0000000000000000000af27e406bd81b78cfbeddd00cfee8a3ea5e4d05a4e6ae 1.25 MB 1,782 12
696,342 696,342 00000000000000000006900b6a663338ac2c33ae8a63337c3587130b613f8d4d 1.15 MB 617 3
696,341 696,341 000000000000000000101a089676ad932aa9f813acd65249075fa9e648ba4636 1.37 MB 1,621 12
696,340 696,340 000000000000000000039f860c2dc92a66afd29b32f4fd862d22b51626ede948 1.21 MB 1,407 9
696,339 696,339 0000000000000000000c8f8c9fe6d5c5111c4bd0a0cc739d25e1db5b4956c292 1.17 MB 843 5
696,338 696,338 000000000000000000018feefa3d418ec8222217b74067d5ec5490fcfa7a3457 0.00 MB 1 0
696,337 696,337 0000000000000000000a7637afcf56900888477e360a0216a1bfbff711785efb 1.07 MB 519 4
696,336 696,336 00000000000000000009f4795998103b703553aa8432fc92b82b8fc6f9011747 1.35 MB 1,713 14
696,335 696,335 00000000000000000002138fd6fe2d379cfe744e1c6d2dd2d787f35c6e41c2a2 1.10 MB 632 5
696,334 696,334 00000000000000000002b53e1b59a8bf80efcd718175779a3d0145f7fdcb71d9 1.18 MB 1,085 8
696,333 696,333 0000000000000000000f5b1d9a26241276f4a21ca8a9bbf2c86ca58d632a9f41 1.32 MB 1,117 7
Previous 10 blocks ↓
Total Size: 650.97 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,053.07 GB sent, 65.95 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.