Memory Pool Memory Pool Refreshing

23,079 transactions
43.08 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,093 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,997 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,092 (146,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,906 696,906 000000000000000000009419e10cd3cc359275adfdd163c145d6155fe857bf74 1.33 MB 2,122 9
696,905 696,905 000000000000000000038bf45d42c50920a10030cd10ed68586c494b8ecbc1e9 0.07 MB 31 5
696,904 696,904 000000000000000000052901a4db5410a5415c070690376650b770ffaf839731 0.69 MB 734 6
696,903 696,903 0000000000000000001042a57397f8216cd33b4227b7f77a9b743b1db77d68a5 0.68 MB 646 15
696,902 696,902 0000000000000000000183d7a552d41df1e94f5920687f2d47467fffab985556 0.93 MB 1,594 9
696,901 696,901 0000000000000000000b71fbf0a95cb5144c4fe950124f38ac4e097bb87bdd2b 1.32 MB 2,336 12
696,900 696,900 0000000000000000000423f8c7037d38227b27c03fd1cae9d9303c4b212c72c9 1.28 MB 2,026 7
696,899 696,899 0000000000000000000ab2016137bf0eb43f02be8fe112ef9910714631a516d1 1.22 MB 1,148 7
696,898 696,898 0000000000000000000750336cb28f7eb1c7a4c219eecc6e92fc4fe8254db4ce 1.39 MB 2,542 11
696,897 696,897 000000000000000000095971eabaeda1acc853f881080c8271c18cd4ca5357ce 0.68 MB 1,469 7
696,896 696,896 00000000000000000005bdfb115eebbe776d4e4ab2a211611b9b4e154ae780ec 1.46 MB 2,403 19
696,895 696,895 0000000000000000000ab0b03b7e85171a3f8e6da9a04d300b940ea6e584e297 1.32 MB 1,180 2
696,894 696,894 0000000000000000000d44483f1d8ec6c4335c4cecb1e6e4b1b427818c6f6cb2 1.42 MB 2,607 12
696,893 696,893 0000000000000000000bc102026a4284e40a1c55acfc01bf09ceeb0824d0a238 1.41 MB 2,828 19
696,892 696,892 00000000000000000010893ad0921635992a9e20b3cf6a063ef18f66ed5993fc 1.50 MB 945 3
696,891 696,891 000000000000000000084e01d87dae6d3c3b7c6a909d3f43d46514a292762ac6 1.37 MB 1,607 14
696,890 696,890 0000000000000000000e05c1b22c83fb4dc4b660e5102b7991a9506b7004dc5d 1.38 MB 3,193 3
696,889 696,889 0000000000000000000544d20cd32fdd241398ea7a067ff9dd2d7b060b4607b1 1.42 MB 2,931 6
696,888 696,888 00000000000000000003d93f35e5d4979eb051cf797393a6fa90ebd0e92b1ddb 1.44 MB 2,256 13
696,887 696,887 0000000000000000000e6a254339d612d374295eac2bc31a21ccbb06f693981d 1.46 MB 2,750 10
696,886 696,886 0000000000000000000d5fbae9f0aa1fb13947b99a59fc04e72ecb68c5cf3457 1.45 MB 2,571 24
Previous 10 blocks ↓
Total Size: 648.81 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,710.78 GB sent, 54.59 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.