Memory Pool Memory Pool Refreshing

33,617 transactions
40.31 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,743 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,860 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,742 (560,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,289 281,289 000000000000000050e1b0ced4d9ccdbf296357b49fc3f7366558d4fc7000fa4 0.09 MB 112 21
281,288 281,288 0000000000000001fa1f2310a853d0bc2213c22bf0c682031ce36e81168e0838 0.05 MB 87 29
281,287 281,287 0000000000000001c4a77f6b8bda398d9a89035fb7cb2752647a572921a218dd 0.24 MB 418 25
281,286 281,286 00000000000000021991dcf8e7f396270332d507041e04d51fb4df1453133324 0.05 MB 159 144
281,285 281,285 00000000000000017d3017e8ffcad6d53d77e95152c8017e16708674ae8b659d 0.16 MB 328 46
281,284 281,284 0000000000000001e150c1c07d2ea1838eac0c5a8077de860e3932a88eaec753 0.18 MB 385 50
281,283 281,283 00000000000000004bf9d25a417b1312ec5ed294ddd6b8663c5285b539f0e82f 0.10 MB 126 19
281,282 281,282 000000000000000110f85a62407c58b90e3ca9248a77be7d6f31cf7900c949de 0.10 MB 161 19
281,281 281,281 00000000000000016e46643c44d3e8075cae59b66e50b19da99ce853b27184be 0.25 MB 726 62
281,280 281,280 00000000000000004222d1cbcd5132a723e3c42aeec47b320b914a455acda865 0.16 MB 219 24
281,279 281,279 00000000000000000a8109993ce11073f393cbe771c6a23e3ea754cc8e0d1272 0.14 MB 281 53
281,278 281,278 0000000000000001bf601d32bbd10696d4a304232bd2b2d475a770f406adfbbf 0.06 MB 106 32
281,277 281,277 000000000000000107667d9dacc504a1a1cde70bc4dde6432c1cf230107af891 0.23 MB 507 35
281,276 281,276 000000000000000190228e4201a8dc1a2968db2ac2b645a24ddaace76fe47f18 0.05 MB 131 153
281,275 281,275 00000000000000020bfd8fd096f4ab8e4e1d26ff529f32820737d12ec7c01072 0.03 MB 62 39
281,274 281,274 0000000000000000e303ef23b96c99cfa0ed3d8238a35e45505c64be48151bd1 0.06 MB 158 36
281,273 281,273 00000000000000025dac7ff4eb4eeae54647d22379f490235447ddc614e476ed 0.29 MB 351 25
281,272 281,272 00000000000000000d82fb23b35c4d7ec4c0eb8fece2fbbc9dfb26d93e0a5134 0.05 MB 152 71
281,271 281,271 0000000000000000169a6a84b9c0cd687b24b886f24e4c9e0fc61f2d93520996 0.04 MB 49 34
281,270 281,270 0000000000000001abc3776807efc023382f3e614a84e9a3078f59686390ea38 0.02 MB 34 25
281,269 281,269 00000000000000025e14441296b999aa03e9ebb389209e7da24197e99e35b3d9 0.18 MB 324 34
Previous 10 blocks ↓
Total Size: 646.28 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,335.90 GB sent, 36.78 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.