Memory Pool Memory Pool Refreshing

48,096 transactions
41.64 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,555 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,232 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,554 (72,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,985 768,985 00000000000000000006109d51c8c219697b0f5fcae7b9b9dbd8bb7df7e09ba3 0.04 MB 84 16
768,984 768,984 00000000000000000002c70214ce5bbd9fd83ccbde568a5abbfbb43bda93dfc6 0.04 MB 115 15
768,983 768,983 00000000000000000005851ab8b56dd2b905e355b3e2997ac26081299ca55484 1.05 MB 1,546 14
768,982 768,982 00000000000000000004d132e53e2d2875b87c881330fd7cbbc729e57fe4171f 0.29 MB 508 15
768,981 768,981 00000000000000000007910fa3877519380e71379c9b5363059bf403bb801996 0.67 MB 1,142 6
768,980 768,980 000000000000000000044362c3033463b7ecbdb409e6cdfb0bece6d46136b3a3 1.36 MB 1,873 18
768,979 768,979 000000000000000000071bee282088e180865f818441425adec81967701e3192 1.57 MB 2,298 6
768,978 768,978 00000000000000000006658203e3f4182f8db99f00c1c78d74b7ee620311cd9b 1.54 MB 2,881 19
768,977 768,977 000000000000000000008506ff4a41f629443341a847ee8d8af20af8de367cc7 1.46 MB 2,944 17
768,976 768,976 00000000000000000007c66077595c44d40d6a6e3a4498762e57183e68d45940 0.42 MB 740 16
768,975 768,975 00000000000000000000b03b921444fd04b5ee533a048045c9d155c21115630e 0.54 MB 950 12
768,974 768,974 00000000000000000001101361d86c7e8b8f91f0dbd6ad6adb9f1d5d63942715 0.97 MB 1,645 15
768,973 768,973 000000000000000000073b14f0a7e24419416482f42ab5ef4f8ee581163e4e4b 0.19 MB 141 11
768,972 768,972 000000000000000000050524e3537bfd03021d8ac427b0e2a67829b87e8e7915 0.07 MB 176 18
768,971 768,971 00000000000000000001dc3e275a26b56420dd33e0ff776e83ef4824588bee80 1.28 MB 1,853 7
768,970 768,970 00000000000000000000b23c3142283b018ade0823f915d37f587eb2bc000412 1.80 MB 1,694 16
768,969 768,969 00000000000000000007dfaa975f99aa6f1d4375e06c6e383dfe0d84398d81c0 1.41 MB 969 15
768,968 768,968 00000000000000000007356bd0c82424302182c264affaaabe1a82c0d572adb1 1.44 MB 1,294 22
768,967 768,967 00000000000000000000b117a8000dac6b6d01d008860f9d690d1dfdd4967342 0.30 MB 575 13
768,966 768,966 00000000000000000005d2f1c5383538a4671150726ddccaa8e65a6bc2ff07fd 0.10 MB 277 16
768,965 768,965 000000000000000000079ccfde882e3cd76a690e069f4c6aceab63aec263c364 1.21 MB 2,132 6
Previous 10 blocks ↓
Total Size: 645.92 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,307.40 GB sent, 34.99 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.