Memory Pool Memory Pool Refreshing

51,993 transactions
43.75 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,046 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,900 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,045 (773,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
68,548 68,548 00000000010db5d7d49055b8d9fe59567053247907523b232b75efb990d8e631 0.00 MB 9 1,655
68,547 68,547 0000000000f96a0bd08528c4c55da4ed8b59bdd6beebbef5a666cc3c998472ef 0.00 MB 11 430
68,546 68,546 0000000001626b9c6467fce10777d42306dba54205674de2cd95a91d9ed46bcd 0.00 MB 8 0
68,545 68,545 0000000001141c33395e9ab4ba575eba3aebe2c58fd45b383d388aa760a9fe30 0.00 MB 3 0
68,544 68,544 0000000000519051eb5f3c5943cdbc176a0eff4e1fbc3e08287bdb76299b8e5c 0.00 MB 3 0
68,543 68,543 0000000003dfbfa2b33707e691ab2ab7cda7503be2c2cce43d1b21cd1cc757fb 0.00 MB 4 0
68,542 68,542 000000000309acbdff835b017a4a9f11adfb09d810db7602dad203274c9efc0c 0.00 MB 2 0
68,541 68,541 0000000002b4c380325a48d1c613a9de513b0019082b47ec38c31f7a20d71b6d 0.00 MB 3 0
68,540 68,540 00000000002e970f84c5d038b432ffbe9011e475fb27da4b256f09b0c905b241 0.00 MB 7 1,230
68,539 68,539 000000000466610dcc0e9d64efe292aeb32a818c9556fc8aaf73a5f8a4dfa54a 0.00 MB 1 0
68,538 68,538 00000000056543f1edaefadd9e87abc59ee564474080fe378471f36879559df5 0.00 MB 2 3,875
68,537 68,537 0000000001e2084d0d18cfb3bc9cb7edc0577bb2b9621cbc61ccb46d70e1c53e 0.00 MB 2 3,891
68,536 68,536 00000000010803a3f929ef7d455f1ff392564f33af51f0dbd11bc2903758a471 0.00 MB 2 0
68,535 68,535 00000000011cb8bb7fe85adf986f94def73cedfaf2a8c980cea5864c0257f1a0 0.00 MB 1 0
68,534 68,534 000000000566bc28e84edc4be0a7f0fe3361dad95aaa5ae50bb3349b48d20c8d 0.00 MB 1 0
68,533 68,533 00000000031209970eff0ff2067519d8919ed06b311834014af8f871a9fbc3a4 0.00 MB 2 0
68,532 68,532 0000000002d94b12bd8ffab81a75712172ac9b9f09d8d81b4e93bc4f7f5058ea 0.00 MB 1 0
68,531 68,531 00000000034ecfddff299e21b08d938b323d8b837b9b78e852afd79ae94588e3 0.00 MB 3 0
68,530 68,530 000000000574ede94cf9d4605cfe07210adadaf15d43efe3ae807acf5c074280 0.00 MB 1 0
68,529 68,529 00000000048a72bbbaeb01c7a5f6dca74eaab75da2fd070b05ddbe4dd25abccf 0.00 MB 2 0
68,528 68,528 000000000052453e8f594a9e8f139706f5849b516ea4d0e608b9247b25082dab 0.00 MB 4 1,567
Previous 10 blocks ↓
Total Size: 646.84 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,425.78 GB sent, 40.61 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.