Memory Pool Memory Pool Refreshing

44,079 transactions
28.41 vMB
Show Random Selection Loading Transactions
Max Size: 103/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,986 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,278 119
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,985 (563,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,306 283,306 0000000000000001db85cdb5d98eb57774124643d58bba331ad0a915ad77a75f 0.23 MB 450 52
283,305 283,305 00000000000000013020b03e1db3f1fd96c5988ae11cc21978eab7a1bb0038b1 0.01 MB 36 53
283,304 283,304 00000000000000015bd3e97d5de7af1a391de8fd8786c21c8d663f4429b39039 0.01 MB 26 32
283,303 283,303 00000000000000007b246335ea8d610cc00ca06b4e4f6be2c5a100b0b011d5d5 0.11 MB 273 44
283,302 283,302 0000000000000001ca53305f22a01ffe6ef482d153688996c803e738841350d2 0.03 MB 62 36
283,301 283,301 0000000000000001c39cd832b500feb3e7c14049fb3d24e98eb370f85016a131 0.13 MB 233 39
283,300 283,300 00000000000000010a202e93c0da60fc605c2fed845f304e980e090cbb4359da 0.01 MB 9 28
283,299 283,299 00000000000000017cd147d256efd52163827d7c36a8310ff2b786b6d994cf75 0.07 MB 151 21
283,298 283,298 0000000000000001db85a843d5f28fd3973149def08a8f3f0a4c42dfdb574f2a 0.12 MB 253 41
283,297 283,297 0000000000000001a0b32313c3e1e4d9d1c1e5d6956df52a849dd87d112d9dd2 0.02 MB 50 39
283,296 283,296 00000000000000006b4d2039ffe8828fe19da26e76e057e76592415d9b5c8170 0.35 MB 817 58
283,295 283,295 000000000000000055783520881b601b01a71359058c1ccc74a51e9a61cddfa0 0.23 MB 497 38
283,294 283,294 0000000000000000a93ea2502eb75fec4301b16f66e1f8f0a91e27dc8d9b35d1 0.05 MB 150 87
283,293 283,293 00000000000000013eb53b92d3eba139fb2f6d2e110d42c8c256cd7b5a398728 0.23 MB 445 42
283,292 283,292 0000000000000001e3dd78d961b7cfc34994baf19b5a2ca19722201176200ba0 0.05 MB 136 52
283,291 283,291 00000000000000018877cefe6d80bd782f8b154cbc13aa423f97e94b8ee4708b 0.09 MB 85 14
283,290 283,290 000000000000000127101028b8b9231b2dad56b5d882255812f6abd3d99c50a5 0.06 MB 128 34
283,289 283,289 00000000000000003e75175d2a3e11e13ec0de7f82d0556cc6faf8b7f01917c3 0.02 MB 14 17
283,288 283,288 0000000000000000bb5065872fc539ab55535075694dd0c03865e57fd15a4770 0.31 MB 432 13
283,287 283,287 0000000000000000de25c79dbd4c0ae891a91822f5c6d67e26a96b745fd9430f 0.35 MB 721 42
283,286 283,286 0000000000000001200d039689b10a401611458ab3ff5c73b0aba1a66ac9f732 0.10 MB 107 10
Previous 10 blocks ↓
Total Size: 655.95 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 9,516.19 GB sent, 99.50 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.