Memory Pool Memory Pool Refreshing

33,772 transactions
43.52 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,031 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,430 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,030 (585,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,342 255,342 000000000000003b86164f1e6a4442ade9fc96d69fe2f75c0ff1e418ee0c1219 0.11 MB 186 88
255,341 255,341 00000000000000223e111500da4aa1c69ab5092df95245c15924e20ed94f94fa 0.11 MB 252 117
255,340 255,340 0000000000000008e7453f21b76cd3ceac0c3cbc9c59aeca5257038921b99d6e 0.03 MB 69 105
255,339 255,339 0000000000000015c0d1309f586f5f3501b4d16e14add65b07f177ed13298d6b 0.07 MB 136 78
255,338 255,338 000000000000000b029d0962f866479265b82dc9dfa71f2483a1c094a8b52de8 0.11 MB 220 102
255,337 255,337 0000000000000013626afcb18d076dbb5ec73363cc956110b9957f6003430ae5 0.20 MB 376 100
255,336 255,336 00000000000000193c3704cbacdd26bfd68a0efedeaf4d75e8996b992be36f2c 0.25 MB 228 49
255,335 255,335 0000000000000004a9d15bda53b3d191a1061f18d05bea16858086bcb3d3d870 0.16 MB 338 94
255,334 255,334 000000000000002a83a9bf163d5337d22892e4072815eaceed880791b93acf57 0.22 MB 495 256
255,333 255,333 000000000000002b286fe6af0b409fc2a5759d339b5189fd5c261714cf757c7e 0.12 MB 149 59
255,332 255,332 0000000000000037753f8e81bf0134fdc344c1082ca60ff74fcf0e44c08ed004 0.10 MB 202 107
255,331 255,331 000000000000002e75fb6b8e44866cf80802ef124c6bc52d1969e332d4b09345 0.03 MB 85 163
255,330 255,330 0000000000000013bb3427b52561bb36d2cdeb1c08924b58df1d399433e81891 0.05 MB 95 116
255,329 255,329 0000000000000039f29f3f2f8662ac39c8a0974c43f878994b15c77255c4d928 0.01 MB 17 86
255,328 255,328 000000000000001f123d5d7769ce4c5469baf29f099c68875bc7942d566156e5 0.17 MB 395 112
255,327 255,327 00000000000000212562008f892df7df8ddeabecf8c14120e7a64cae36c32d8e 0.05 MB 118 225
255,326 255,326 000000000000000d0d87d45a0fd244da5512e4e48e5d03062c9546a75b88ffce 0.13 MB 274 130
255,325 255,325 0000000000000027b15664f7175b0b6d4a3154dc6d42068e3a2b39754ae40ce6 0.15 MB 364 160
255,324 255,324 000000000000003f35f9b50ce96ee6a865c396c577c348d7e386073e84f92314 0.07 MB 123 99
255,323 255,323 00000000000000152bf7db07d8ff6ead1019a14b6770b90fd06541f58918ad77 0.12 MB 292 117
255,322 255,322 0000000000000031e4313f1ad201e65a3ced70bda9d53772c26e50f56d874295 0.17 MB 385 130
Previous 10 blocks ↓
Total Size: 644.95 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,156.21 GB sent, 29.80 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.