Memory Pool Memory Pool Refreshing

38,505 transactions
57.18 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,668 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,533 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,667 (371,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,339 471,339 000000000000000000d0534ca8a3e9892ca2369a544bbb4334a99e4d92739006 1.00 MB 1,314 202
471,338 471,338 00000000000000000196f4fe1867aa66fba1263973dcada4ed0c5ba35fb5fb93 1.00 MB 1,155 338
471,337 471,337 0000000000000000012ba06560792b41d3d02c9cf9ac6bfeeefcd69793f13761 1.00 MB 192 328
471,336 471,336 00000000000000000154ca6f033724a2c043d14346fe724073f1a20512cbe977 0.99 MB 1,517 395
471,335 471,335 00000000000000000158e5047e92c50e793d28b5933084de1147d1109879defe 1.00 MB 1,090 223
471,334 471,334 000000000000000000e6e7175a4c3652afaddec589f4a6196deddd48a926b6b6 1.00 MB 1,036 152
471,333 471,333 0000000000000000017476a9b43bb28f8e88fef36325d6eb9e3a7d9eb591bedc 1.00 MB 961 199
471,332 471,332 000000000000000000bc7dbd93d144f2d51a2a416227841ffda12d57d546abae 1.00 MB 1,091 178
471,331 471,331 0000000000000000012905d3083cea8e24e7e76c59b1916c24cd531b88cad87f 1.00 MB 1,934 438
471,330 471,330 00000000000000000037b601d0c68be1aec9f520347e878ff847f812c9f73f35 1.00 MB 2,092 284
471,329 471,329 0000000000000000001094a0145695e4228c21cbbc6be40507f728c6b7d6f16a 1.00 MB 2,263 294
471,328 471,328 000000000000000000b741513a6252866489c2e24527979baeb37a68cce34327 0.99 MB 1,367 179
471,327 471,327 0000000000000000010f28658bbe2a9d0df4994b18f35b2fddafd2a009a71e4d 1.00 MB 2,560 378
471,326 471,326 00000000000000000195a8fabf13beef59fa10528472335e97f366bb05c415d3 1.00 MB 2,029 253
471,325 471,325 0000000000000000016e5875cdc47106584da1fdabf6247d493fc119395d8f65 1.00 MB 1,709 186
471,324 471,324 000000000000000000f8470a685cd4d2673b686d501181481638c0de0b7cdd02 1.00 MB 2,126 146
471,323 471,323 00000000000000000009b4ae49aee1dd1c4141a70e64d892e3983e3a3beb088c 1.00 MB 1,596 175
471,322 471,322 0000000000000000005280f7d5cf0d722a917ad7f461611801dde57a2c91ddcb 1.00 MB 2,022 205
471,321 471,321 0000000000000000005b3401639720ffff3f0302d554f64dcb219a71e309a597 1.00 MB 1,542 210
471,320 471,320 0000000000000000003ded8f714b6e98a2c964bdd6d41043123ac47298771057 1.00 MB 1,488 211
471,319 471,319 0000000000000000012000c40ae285df619cdcf6674db6247c54ddf59079a797 1.00 MB 2,069 196
Previous 10 blocks ↓
Total Size: 647.99 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,560.41 GB sent, 49.12 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.