Memory Pool Memory Pool Refreshing

36,439 transactions
47.33 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,270 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,716 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,269 (496,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,257 345,257 00000000000000000a53b5553d6fffb2f4318c842ad089a1e84dff21ae6d1a7c 1.00 MB 1,962 29
345,256 345,256 000000000000000011b01bbce5c2cb7a2f75ff5c5654f02a8bc31ea6b093eb47 0.52 MB 900 18
345,255 345,255 00000000000000001694166d4efd5e33de59d4d9706afa7c2da28cfa94cbe053 0.15 MB 512 66
345,254 345,254 000000000000000011435a240a9e672aa1f7ccbf9ccf26dae0fce576b054e982 0.55 MB 843 19
345,253 345,253 000000000000000006e52dc09d27ce79ff3e5d4029f9e5d16613a25dcd3a26a7 0.45 MB 582 20
345,252 345,252 000000000000000014c42e7ae808176638688b5324ff45e7dca41ce118f61065 0.15 MB 355 106
345,251 345,251 0000000000000000118dafad574d8470e381438a60b007338f658900a0eda135 0.08 MB 256 39
345,250 345,250 000000000000000000a2ba20e0331d5194dbd011cc1c2bd3ccd1620daa6342e8 0.99 MB 1,060 17
345,249 345,249 000000000000000012c156857817f7b5d71ed2f50f6109646d89c0d88b08510c 0.75 MB 1,004 22
345,248 345,248 00000000000000000085a2823a51503edd88e7c988184cc87ae5063ee2dba683 0.75 MB 987 20
345,247 345,247 00000000000000000c0ee655d1eb197e73c50e5ff40a06546d63040181cc538b 0.75 MB 2,168 41
345,246 345,246 000000000000000010db0f68680f01d1518d0549cb0276f565d08099812e3af3 0.40 MB 771 24
345,245 345,245 00000000000000000a5d6be969782cae63861cd19a0bdc885a3a59ac03e6e3fb 0.68 MB 1,371 27
345,244 345,244 000000000000000014fe0f9bd379ec226e605cf93480cf63a1a4f464bd480ef3 0.10 MB 58 6
345,243 345,243 00000000000000001038bfc05b4e904e246dd82e021d6d1f025530f968cba857 0.61 MB 1,075 25
345,242 345,242 00000000000000000bb15a98f7731febd490f8f0195c21428690759ad07fded2 0.14 MB 253 27
345,241 345,241 00000000000000000fc7bff4e8a3b77e44197e9b98fc4bf45efd52428fe31738 0.18 MB 363 24
345,240 345,240 000000000000000011d6dbfbde95486099f16393d7273b0dd3d062a527f52bed 0.13 MB 232 18
345,239 345,239 00000000000000000b2b68ac66283544ae308a7ed3e080e1e7839ddcee19bc14 0.00 MB 1 0
345,238 345,238 0000000000000000131b8bf44b39d7eaf827464479867e2246b8eb415183653d 0.16 MB 284 22
345,237 345,237 00000000000000000b860accc0e6f9d85dbe990f2ef06532cf9d4c8961f476b9 0.66 MB 1,116 23
Previous 10 blocks ↓
Total Size: 645.38 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,241.00 GB sent, 32.06 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.