Memory Pool Memory Pool Refreshing

59,979 transactions
21.08 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,743 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,528 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,742 (561,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,336 283,336 0000000000000001423899b1487d661125918fccfc71b5b4c829bbe4d9850baa 0.11 MB 219 46
283,335 283,335 000000000000000100c4375d715139d0b898b2f4c6119a0772e74ad75ec9b405 0.18 MB 315 36
283,334 283,334 0000000000000000f5bf5a3a7865a353e326703a6af3cbab1e5dc32689a867e7 0.11 MB 264 67
283,333 283,333 0000000000000000cad5d0e6267de695bc65c78f7e7964cdd4ff17d2423db46e 0.32 MB 600 48
283,332 283,332 0000000000000001cc831b2d84fba2238622112b8542d124fda66e8ce9491526 0.25 MB 519 38
283,331 283,331 0000000000000000fd8f4efdd04a099008af214d70cad3ae8278e70b4affb259 0.00 MB 9 29
283,330 283,330 00000000000000003aa552e656448cab0c5de5ffc5c972ad9f7a6313b9ef7d6a 0.04 MB 69 49
283,329 283,329 0000000000000000c108f7ee1b41f045c71ec17460e44bcf9419e1f16ae2afb6 0.11 MB 224 45
283,328 283,328 0000000000000000668dd77f02d92d2476e91d7a1daa502cc567ca72c0d21a41 0.02 MB 33 53
283,327 283,327 0000000000000000a7267eeac3dd2cba5b64993a35e8b74dbc805e3525048bcf 0.02 MB 40 26
283,326 283,326 0000000000000000a229ac952073ac8363e054b6b300d166aa222b42f691ca01 0.09 MB 182 25
283,325 283,325 00000000000000016864ffbb954cfa3e695333d7ed60c0e7e3dbb268f733019b 0.23 MB 443 35
283,324 283,324 00000000000000003078dede5819fbf5a449f2c281eb5520b669ced4d99e5e5b 0.05 MB 153 65
283,323 283,323 00000000000000001662dec516e15c267eb582347e5bb8e821b4216f90f0cb61 0.05 MB 144 193
283,322 283,322 000000000000000146273ffa8ac7893bac1ad18287f46c1d2e1d092cc4636217 0.08 MB 183 36
283,321 283,321 00000000000000014390c2aa96f6a344184ee6338baaaae6ab83ec3dfa43dec8 0.25 MB 571 49
283,320 283,320 00000000000000017239271d40563187c7e5917461581939cae6a47d0010fc39 0.16 MB 263 36
283,319 283,319 0000000000000000f087c429c5c4c1607123061063b241d21d08680423fe4778 0.07 MB 114 23
283,318 283,318 0000000000000000e845de9fa810619d781f656bea0b50408cb1a24d27f4e72a 0.29 MB 617 45
283,317 283,317 00000000000000017be9591a032b8d02d9a87a6ed2b9881a1eef7b061a41cfbf 0.25 MB 634 39
283,316 283,316 00000000000000017fca0d72f1312b32c6d4b3b694811f57c1598e5cc74ca47d 0.64 MB 1,033 29
Previous 10 blocks ↓
Total Size: 651.91 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: 9,183.32 GB sent, 71.48 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.