Memory Pool Memory Pool Refreshing

25,850 transactions
38.67 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,618 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,620 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,617 (774,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
68,527 68,527 00000000044f3da63ba86460d5048334ced94cbfde7411fad95127294bb58ed4 0.00 MB 4 1,355
68,526 68,526 0000000002284cecf536676f9a1322fce20672e65444ecc0342c9f1653c26127 0.00 MB 1 0
68,525 68,525 000000000580a87133e3ec149d004a206cd28ddfa59c39a051bb4ec9771a4a32 0.00 MB 4 1,557
68,524 68,524 0000000003ea801088f0821f0afc10d8cd3c32293e54157e3fcef990563d9dda 0.00 MB 5 1,037
Previous 10 blocks ↓
Total Size: 647.90 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,554.61 GB sent, 48.41 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.