Memory Pool Memory Pool Refreshing

39,941 transactions
29.78 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,208 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,925 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,207 (609,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,842 232,842 000000000000015a1b7fd54777da0b1b7e95a186f343cdd6ea12090d180f5997 0.18 MB 428 144
232,841 232,841 000000000000012485050976d8ba28772c5c817cd9ff7c2007c2203f342acd6c 0.05 MB 158 13
232,840 232,840 0000000000000016ae4ecf1205181b946030ea093913e8e57d91db438eed91db 0.08 MB 136 207
232,839 232,839 00000000000001c102e207b9c734c73160192c7334425c7f563bef163cbc634f 0.25 MB 550 185
232,838 232,838 00000000000001d18a9c4e387743bce389fe37cc9d62882881e3869152a5e952 0.29 MB 629 174
232,837 232,837 0000000000000194f04ef8594f7fd91f9a971729da39101e0a5d36b42aec7213 0.01 MB 24 166
232,836 232,836 00000000000001109baaa2f63dc833e8cb76f51039d43f23adf1ff0030711ca2 0.25 MB 348 106
232,835 232,835 000000000000016800cf9a0062b16af4ee45ff7c9a8c83015ed3f8c093c6f9c6 0.25 MB 211 67
232,834 232,834 00000000000001db120b64e7ea24a5413ff19b5af11cfe9edd5a0d19173d661b 0.20 MB 404 175
232,833 232,833 00000000000001d097ba2652193c8a00c383cf4665579bd671023e51284f8c42 0.25 MB 239 91
232,832 232,832 000000000000001f498e5886bba15b86a0e101c4f622bbf6060f49d6c5f04da0 0.10 MB 192 179
232,831 232,831 000000000000000c454943da991ac430bbddb2adac2318513a9f28d21fcc902f 0.21 MB 509 188
232,830 232,830 000000000000018d56690d185aa7f18f5fdd3ecbc0d4e1fd6d672bad2df3b5e5 0.21 MB 467 168
232,829 232,829 0000000000000181c2256579f13d7ca0d7c84f581483ada225230236ced43f18 0.04 MB 75 157
232,828 232,828 0000000000000026ae01134230fc0cee4c65c96110b6ab0b9a0635c69362217d 0.09 MB 213 195
232,827 232,827 0000000000000060efa715428ac6f5a8350c3aa927c24f8f37c62a1f8c84b097 0.17 MB 418 191
232,826 232,826 000000000000016565701fbd0b6cfd6a49fc81d6d88ecc99a4213c757daf0aa1 0.34 MB 595 138
232,825 232,825 000000000000005cf5f6d6a472c10575afa66018b76951e6579b1452138c8c52 0.12 MB 307 209
232,824 232,824 00000000000000c080c5d4840479d982c394cf438613f19937259dce381b9953 0.25 MB 512 155
232,823 232,823 00000000000000009281fa323618cd2d9d0210398e9a70c7c06eb447f06b333d 0.25 MB 724 224
232,822 232,822 00000000000001d4cc5afa6bfaac7653f1cb4cc8227bbeafaa4d52e76a5bb45f 0.25 MB 337 112
Previous 10 blocks ↓
Total Size: 647.12 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,457.12 GB sent, 43.34 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.