Memory Pool Memory Pool Refreshing

52,785 transactions
44.01 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,047 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,015 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,046 (418,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,569 423,569 0000000000000000044044f4beb1f7a86eaca2be599ffde7f004d7fe1542e2aa 0.95 MB 1,485 40
423,568 423,568 000000000000000002d140e959fab16866df938095dee53ba0dd31fd611a6a7e 0.96 MB 2,024 50
423,567 423,567 0000000000000000032ea71d1bea29b7c09a68b68152469f7ac6fa87e0c76d4d 0.75 MB 1,704 60
423,566 423,566 000000000000000003b3fead81c7096261752b81358a1c06af3b42d9c682144a 1.00 MB 2,135 67
423,565 423,565 0000000000000000006b98dead3d1ea95c6f4d54c20799a6d13a809743bad069 0.99 MB 1,529 42
423,564 423,564 0000000000000000011b977e80b2d0ba36980e9f6caf3f3fc867ebf74f9da255 1.00 MB 664 18
423,563 423,563 0000000000000000044160b65a162edb4f3488e7afd588147086df49fe6ad134 0.01 MB 49 55
423,562 423,562 000000000000000000cb6f0ed5e09a91381235f03b73091b1447d257d8f5cb64 1.00 MB 516 15
423,561 423,561 00000000000000000464b83b2fbde49a9cfd910f9520986fecf876ed71c5b934 1.00 MB 2,565 64
423,560 423,560 000000000000000004cbef0311e0f5efe337c1e0957a0669eb8f71276c74234b 1.00 MB 2,254 59
423,559 423,559 0000000000000000041b53dcc129acf93059683d8b850437ea1728f9edbdd8b0 0.41 MB 980 54
423,558 423,558 0000000000000000006a8a81df4eb7cfd377358ec2bde78dae85c6aa18023bdc 0.42 MB 1,153 57
423,557 423,557 0000000000000000053773a29a0d9657b7b39cdd489d6bc3f7ae4c45b87f5592 0.50 MB 1,244 55
423,556 423,556 0000000000000000045a7a9fc94bf7d4bf970c884fcd5f425c3a99d4d3099017 0.69 MB 1,679 55
423,555 423,555 0000000000000000040c8bcde4a57e5c5bca80f6610f44c893bb804a60b0ab2d 0.20 MB 485 54
423,554 423,554 000000000000000003a619d475cacdb96a92e5049fe94d8226f0af138326eced 0.01 MB 32 54
423,553 423,553 0000000000000000043bfaf7356d6ab58e6debbcab8c603175d2ebd563ee0312 1.00 MB 865 22
423,552 423,552 00000000000000000553cf2e97435fb789eeb7883a29976d1caa75f7bfbfe6d9 0.44 MB 840 50
423,551 423,551 000000000000000005612c8f5155b8f5f61e44562126cf6128444a7f24cb6ec1 1.00 MB 296 9
423,550 423,550 00000000000000000346e617ec3ddbddbd366d5e77838346e84123a9f5b71e46 0.33 MB 654 57
423,549 423,549 000000000000000000cb3e8692c8c529cc5352d32017fc3f7a946711846a7c2e 0.98 MB 480 17
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,426.01 GB sent, 40.65 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.