Memory Pool Memory Pool Refreshing

25,425 transactions
26.10 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,260 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,787 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,259 (407,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,740 434,740 0000000000000000008c04ca84a11afc95d7449ab2bce91d11676857e3b7af0e 1.00 MB 2,537 60
434,739 434,739 000000000000000000051e2d2b0a8ef4f86dbc68734516241f7107076504b477 1.00 MB 2,516 64
434,738 434,738 00000000000000000205e9ce49de9b0eaf353765d1ffabcb74d2c6e9f416ddda 1.00 MB 2,366 76
434,737 434,737 00000000000000000409dc08dd2468082ba7582dc708e144be044bf4a889183f 1.00 MB 2,413 80
434,736 434,736 0000000000000000012cd6160186fc922bceaba0487fd7b392d20c8f6232d4e5 1.00 MB 1,960 116
434,735 434,735 00000000000000000265b63cc70e39ec3390f79230e47c9e11faacc4343b6aa3 0.99 MB 1,839 55
434,734 434,734 0000000000000000024fa8ab4a725beb9c638a2c3f7488b343251e0bad285efc 1.00 MB 2,611 68
434,733 434,733 000000000000000002f39c1127074f57b4da96ec5c188e477602eabc10b6d22d 1.00 MB 2,187 67
434,732 434,732 000000000000000001647708d174a6a08778bf94438cd2f610cdedf05c3dc790 1.00 MB 2,505 77
434,731 434,731 000000000000000003fe396cdb1c71fcfcb638a90a1eca01cef94e65dce5f6f0 1.00 MB 2,431 109
434,730 434,730 0000000000000000007328eb334674f3f8d81974a9d56ecbeab39065f3c2efc7 1.00 MB 2,529 73
434,729 434,729 00000000000000000325e1dd51fb9847d484b1478414e10a9a40cc7cc3d68f5d 1.00 MB 1,474 31
434,728 434,728 00000000000000000328c7b28b2d51837f59f15ee9cacf4fd66f4b82f0ea69ef 1.00 MB 2,371 67
434,727 434,727 00000000000000000116e3b2d82ce167ae37e8e98cd884222e0c4177761abeb7 0.00 MB 1 0
434,726 434,726 00000000000000000318c164ec7a0d42af3ceae1adb50c853a44ce193d80b5e6 1.00 MB 1,876 54
434,725 434,725 00000000000000000335784bb4cbd0ded666e6878b8e9c898c801f65ead5604b 1.00 MB 2,161 45
434,724 434,724 0000000000000000019757c859bb7b38a5761c91cb095dfa8fcd62b6a39675ca 1.00 MB 2,497 56
434,723 434,723 000000000000000002c1d06d99295ad0464ddbef56288594524f54caf2f80004 1.00 MB 3,094 96
434,722 434,722 0000000000000000042353a9b11b23164e2f5f36cc9b76fbe41a62ed82881257 1.00 MB 1,365 41
434,721 434,721 000000000000000001605d53a848200d6cd2bb18896f7f840acbb6219f9a806f 1.00 MB 1,966 49
434,720 434,720 000000000000000000c12fac49de86b08b69d6c56a875cef8d5e3b003dad8299 1.00 MB 2,044 42
Previous 10 blocks ↓
Total Size: 647.21 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,463.39 GB sent, 43.92 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.