Memory Pool Memory Pool Refreshing

71,804 transactions
35.56 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,175 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,575 311
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,174 (573,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,622 268,622 00000000000000001a3d1fccbc015b4103d8f6f9e3f35fb2fbd6e61a3846ddbc 0.20 MB 371 49
268,621 268,621 000000000000000670ed14fa8b6be73215a6eecf4653b814723942ce44467098 0.21 MB 397 83
268,620 268,620 00000000000000039c89c9e928dc60fa2d6afd4da177550e76a7b10c6a0c912d 0.15 MB 173 43
268,619 268,619 00000000000000002a57d4b0252ed28b4d1259b0d963fa8d4164448f889fe4c5 0.20 MB 465 26
268,618 268,618 00000000000000016b104c9afd6539708cb783d8a6d21c87cbda1994edb0e496 0.25 MB 515 127
268,617 268,617 0000000000000005b9971db0507cb9d9733e5ad6d7b2bddccbd99504c950a4c1 0.19 MB 303 41
268,616 268,616 0000000000000007ea4ed220dba707c62ce2f5b8a5c030b9a8a844bc938d54b7 0.25 MB 399 64
268,615 268,615 0000000000000003dd8ec8a02cd472a30b3700135cf5a23e9ffa292d829054c4 0.25 MB 549 68
268,614 268,614 0000000000000005aba3b72715407f81101ecab4a5b5ce36030c164ca70aca9c 0.33 MB 453 57
268,613 268,613 00000000000000066e09f59e065ba5deb3bf6a361c0a9c9331cd3a741fa2d5e9 0.70 MB 842 21
268,612 268,612 0000000000000008572adf53a6d0fc505a078a5a29580ceec81011f3eb6d431f 0.25 MB 393 62
268,611 268,611 0000000000000002d95672c37eec008553773d0a05d13ce9dc3ae462d5bbdb44 0.28 MB 180 15
268,610 268,610 0000000000000000c5cb59640ee28e0c904b9d146e9d94011dc0b47d5ee169a2 0.50 MB 1,214 89
268,609 268,609 000000000000000050d5901f438760000bc88cebafd541ea3a8b6eb30b28eb53 0.25 MB 569 79
268,608 268,608 0000000000000007ff421c8db4bcc8f7585abc8cf13529aad0aa13ffb5dd3d03 0.25 MB 587 4,132
268,607 268,607 000000000000000276eec105c28c1be910abacca13e419c8a494978dec9ce2b7 0.17 MB 371 75
268,606 268,606 000000000000000269bf7b5be0d4ac1d4fe0aefbaf10aa2a5386dd326bd60575 0.13 MB 180 59
268,605 268,605 000000000000000867b39ce491fb0b624b50e7229ed4f1aed0e4715577bb3c86 0.15 MB 150 35
268,604 268,604 00000000000000056f730197b3c5b7795870b9bd15edd6920e73a0e718f2e78f 0.16 MB 379 67
268,603 268,603 0000000000000008115e9818aa72688149fbec2982ef5e9a7f2d91f868ad3b0f 0.21 MB 193 23
268,602 268,602 00000000000000058187a8f168876a2d06fcdeba93f31eef2fe8fde6630f4dca 0.50 MB 1,104 95
Previous 10 blocks ↓
Total Size: 647.06 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: 8,450.93 GB sent, 42.85 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.