Memory Pool Memory Pool Refreshing

41,125 transactions
34.77 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,823 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,578 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,822 (407,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,693 434,693 000000000000000003207b186b010265c97ed157540b7b983a4ef72e3e9c4122 1.00 MB 1,924 65
434,692 434,692 000000000000000000535686890e3747e07e2cd3f7bb70030a455ce29c9698c9 1.00 MB 2,519 88
434,691 434,691 000000000000000003b5e67708ef0d9bc14f271c2f51ef6fd159ea0f5350011f 1.00 MB 3,134 69
434,690 434,690 00000000000000000289765a21c97312438f263917e3df2dc458b37fcc6428e5 1.00 MB 2,477 59
434,689 434,689 00000000000000000404262bd004733b8e6084f82c050180815bd9568240d557 1.00 MB 2,794 74
434,688 434,688 000000000000000002482be986c2318b54978ba0b7d6d6a24716070facf52d21 1.00 MB 1,440 71
434,687 434,687 0000000000000000029707d33e0d1e642349874dfc0ea9dfca774a8ec5289193 1.00 MB 2,120 84
434,686 434,686 000000000000000002d2fdea7e2ae8b2e7fb8255c7dc35165d8ba2a133faca57 0.75 MB 700 67
434,685 434,685 000000000000000003ece777fa1df8fdb412a16dd1496f052b01f596809148f2 1.00 MB 1,936 68
434,684 434,684 0000000000000000042ca2cf84a9fd921d5de00e590187526e31000d346c9760 1.00 MB 2,352 96
434,683 434,683 000000000000000003cb73173cafe67c11b3b5673a5cd83f09ccbdb6c9a7e21d 1.00 MB 2,715 68
434,682 434,682 0000000000000000032ef31685c74fdfca7a25e34c121e6ef05ce4863be4a5d4 1.00 MB 2,632 65
434,681 434,681 0000000000000000012ea09ad27b0bbdfa004c110cc8c4ea914d75b28a5c8df0 1.00 MB 2,446 68
434,680 434,680 00000000000000000077fe1bdf32fa91337fdae902d5d8fb9f20f4e9d01b03dd 1.00 MB 2,588 67
434,679 434,679 00000000000000000187c64605c0ad338cc2c8b26b1d20d9e418636f51a5106e 0.46 MB 1,099 60
434,678 434,678 0000000000000000035830f67a3d0828e81f359fa0d36694ed768c77918ea9d4 0.55 MB 1,295 58
434,677 434,677 000000000000000001192e6170dd52aa266e50503be55a51b7544eac28855da8 1.00 MB 759 17
434,676 434,676 0000000000000000029598ecdb4b0c8530d32ef04caf33ab957c83a5839a92cf 0.82 MB 1,183 30
434,675 434,675 000000000000000001098ca51df212af6ce6946eadf4c0525c4f95e85ac74ce5 1.00 MB 1,194 35
434,674 434,674 00000000000000000307c32f8fee2c755518908afb452faf442a048306f4b907 0.00 MB 1 0
434,673 434,673 000000000000000002b75deec05f8aebacdde63a29154bb867b2524fcaf1cdb1 1.00 MB 1,807 68
Previous 10 blocks ↓
Total Size: 646.43 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,351.74 GB sent, 37.72 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.