Memory Pool Memory Pool Refreshing

87,409 transactions
29.38 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,080 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,484 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,079 (660,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,499 184,499 000000000000039e6ef4d0234d795d39fb63a2b644c4882d0aa5cebddba954d3 0.39 MB 975 251
184,498 184,498 0000000000000219b44d3d7b6d7d7f03b0f3d63c95442dde11cec26b14c0d9c6 0.25 MB 327 88
184,497 184,497 0000000000000336fa0157b700d553f5bbcda3e05cf13eff9f7d1db9258e41e4 0.25 MB 558 140
184,496 184,496 00000000000005195b005d1b6c47e0c84e0f2654604d9f2070d5cdb6f6820d63 0.25 MB 651 129
184,495 184,495 0000000000000a3d2f28bcb74953301baf0e0e78ccc07e117e8e7352ff8fc075 0.00 MB 4 0
184,494 184,494 00000000000000172d977301dabf1502ba102eb4c8cf5c84c2cada11c8969783 0.25 MB 511 156
184,493 184,493 000000000000008daec3f7c9d863723cc0736b3a8ded7573cc974e3424039a0f 0.42 MB 573 103
184,492 184,492 00000000000002f1c86bea970394eb06f0903ba0252707d0b1b26d3dfd6bc905 0.02 MB 26 149
184,491 184,491 00000000000001a9f0a098ef6f502705f47b934a2505a6352618c91fb440159a 0.05 MB 131 77
184,490 184,490 00000000000009c48b39aa34d1890ffb71ef9f502f88ff06a7c640b90d2a0aa0 0.25 MB 441 156
184,489 184,489 00000000000002ba8123b5d5e611164aebbef6cdfb20eea061f37e32abfbac81 0.05 MB 173 62
184,488 184,488 0000000000000905ff57e7e69939710ef7a37f40e385e8bf283e32409d3763d7 0.42 MB 883 144
184,487 184,487 0000000000000439752e36c79c229847afceb9e124fe6539bf10c417b1a2c122 0.25 MB 443 159
184,486 184,486 000000000000055e3928c9e699c84b2e02d845e537569aeeedc935e42fa8c44b 0.00 MB 9 67
184,485 184,485 0000000000000023cdbc63fb330ce6b10510643f021b5aa9c49f82d975e1bb47 0.05 MB 130 141
184,484 184,484 00000000000007c6f6e5ca084fd4a7c55a6f4486b9c8a6646ff7caabd6f782a7 0.25 MB 504 108
184,483 184,483 00000000000004ec1cc6c03a75b8139fb4789c023fa9282547299b4ea62342db 0.20 MB 512 407
184,482 184,482 000000000000007f7a7ff1d2d16a9bc95bae0392c1d4f876acefe8ea08f547e8 0.25 MB 422 145
184,481 184,481 000000000000065d0dc3a94e8785b2aac5730362df751ce8f8bdf46885808a53 0.25 MB 445 115
184,480 184,480 00000000000008c806ab4055ee4d044ab388bcbf922b2f33d13e55f49211f418 0.26 MB 407 110
184,479 184,479 000000000000036d7fd6c0bf38195c5d61d99feb0281e97c964aa50db83bbb45 0.26 MB 577 129
Previous 10 blocks ↓
Total Size: 652.55 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: 9,270.92 GB sent, 75.46 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.