Memory Pool Memory Pool Refreshing

63,095 transactions
38.84 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,123 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,557 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,122 (600,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,105 242,105 0000000000000087a89b250ab69543d2c06872e3c84377136a3f92ef6b693528 0.10 MB 241 174
242,104 242,104 000000000000005e6f73fa50cc33caa18b1f20ca234257e5038562ce6b63d3ef 0.09 MB 128 54
242,103 242,103 000000000000007fc624e1953da0e2c95f9edb707222697facbede7bbe0b9845 0.19 MB 415 170
242,102 242,102 000000000000003c3c6c6e7ccecf170bd79df1770bc8f6743ddad275644d6c66 0.00 MB 4 9
242,101 242,101 00000000000000b265c3858ebc160a940cbe402affe90bbda6a281c42440106a 0.03 MB 45 102
242,100 242,100 0000000000000049985ed88109ec48805640290c50b837effaadc01eb4d5964b 0.19 MB 452 206
242,099 242,099 000000000000002787aa5afac9fda1fbfb6a921d04ec4b0a2b9a535846887978 0.00 MB 15 112
242,098 242,098 00000000000000cc9325203ae87cb44089090599b96c6da38418413abaa992d3 0.05 MB 104 129
242,097 242,097 000000000000006fcd09ec0d2050c99cfecc298b282095c2ceb7a4d21801b1d4 0.18 MB 309 160
242,096 242,096 000000000000006330357abfed8d89b77d3e6f522301c336036bbad768276a66 0.14 MB 301 161
242,095 242,095 00000000000000abcd23a821fb9db87b5fc73d14da28b399bff87a5e69c74a84 0.11 MB 278 205
242,094 242,094 0000000000000031ac715c13b09b164cb5abc4299a1a728a740111485732c138 0.09 MB 181 125
242,093 242,093 000000000000004fceff752953575255ef968be742376b3885722353d073a265 0.04 MB 65 101
242,092 242,092 00000000000000cb815d60f363f9db9ac7a1d937d6955ba1bbf7854e3dcf1923 0.16 MB 380 156
242,091 242,091 0000000000000028f56cce59af0d7276ab5ad68d118930123b4b8940f0c7f84d 0.22 MB 372 118
242,090 242,090 000000000000000313b8402f6281e4f080609fb6cb928fb729bb7b16ca41b99f 0.25 MB 610 232
242,089 242,089 00000000000000b188001447695cb7bd897af0a9b4007d64d328d022f34883cc 0.05 MB 86 133
242,088 242,088 00000000000000c3122dece9f514c9f8857eb8aaffcd50d5594fff1f0f2774eb 0.12 MB 241 151
242,087 242,087 000000000000004f9c3ffac8565ecebbbac381e7a2d4e7319e1b7b3dfd07d2aa 0.00 MB 4 164
242,086 242,086 0000000000000027df1242d67a4f30213c11be90f43bddf6c949f74bd77c52e3 0.08 MB 154 122
242,085 242,085 000000000000003f4a1183ec29cf29acca1608cf4efb69bab5b92766603ebac4 0.10 MB 152 145
Previous 10 blocks ↓
Total Size: 646.97 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,442.06 GB sent, 42.03 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.