Memory Pool Memory Pool Refreshing

87,358 transactions
29.99 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,168 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 7,293 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,167 (511,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
334,479 334,479 000000000000000000136526ceab9d6e97c82ebf977a2981508ce517d1429903 0.90 MB 1,491 24
334,478 334,478 000000000000000019b84e9a33205b22f38b69d7d161d5c6d1bba56113299958 0.05 MB 81 18
334,477 334,477 0000000000000000161a27d0a0ec35d41d58bca469319ef4276c9168b79a19bc 0.32 MB 587 22
334,476 334,476 00000000000000000006a3e9a0ff88e7df8e3b9db51ec2ef86c51c52198e2f9e 0.75 MB 1,484 23
334,475 334,475 00000000000000000a215763beb32009327e04e6e7f652f9fd5285452a7586f5 0.05 MB 128 82
334,474 334,474 000000000000000017a99cdcb4dcd175910c46ec681d79d94793ac114a1b6095 0.32 MB 655 26
334,473 334,473 0000000000000000069c95ae4568b450336153b41da52b175a8ae915a9dd0aa8 0.01 MB 32 13
334,472 334,472 000000000000000001777ca4a4fa7a8461546ed664514c6320ed12b6bdc2e9b6 0.21 MB 476 41
334,471 334,471 0000000000000000023f50ce03d5c5c5b4d37cee0258384b820c94fc9310b554 0.72 MB 1,314 25
334,470 334,470 000000000000000012700bc25532352c70c33655bec82e991d2111afd37355db 0.21 MB 449 28
334,469 334,469 0000000000000000011fbd65e3404a70f150b5896240e9270d8c98a19d4da634 0.30 MB 536 24
334,468 334,468 00000000000000001559466852e5b9929465e7a89b08ce5a6a14b7c5b4233727 0.17 MB 313 20
334,467 334,467 00000000000000000ffeffb4f39016157ee1ce07f31326d743ecdccfdf36632a 0.60 MB 914 21
334,466 334,466 0000000000000000088a26a3f6c8f44fc2ff483ff7d3240fcfc36e4984d2f75a 0.25 MB 663 36
334,465 334,465 000000000000000018c5dd3431ade4f36e5be17f542d66f2be1ef575b26b2eef 0.70 MB 1,258 31
334,464 334,464 00000000000000001b62197088516f7cb4717c2a62e4280c8810ea77de5418c0 0.12 MB 287 32
334,463 334,463 0000000000000000016e396ac0e72eebb453c199ed81a0e3041dec0471174fef 0.65 MB 791 18
334,462 334,462 0000000000000000146750d22151a927e2846d710416d914ae5530381f595a90 0.75 MB 1,414 31
334,461 334,461 00000000000000001484a58550381cc769a64cd70b9522ce6d54be9fd381455f 0.12 MB 275 30
334,460 334,460 00000000000000000296be16fdfeccaba7c3ed1914d676a86457369c462c385c 0.67 MB 1,179 23
334,459 334,459 00000000000000000d832c89b706a8afcced980c6a024315d23f70fdeb07b013 0.15 MB 211 21
Previous 10 blocks ↓
Total Size: 654.52 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,378.76 GB sent, 89.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.