Memory Pool Memory Pool Refreshing

56,747 transactions
26.35 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,851 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,737 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,850 (373,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
471,318 471,318 00000000000000000171d5e9be5ce1a86c9f0b513e712d260595d008ca67e809 1.00 MB 1,428 212
471,317 471,317 0000000000000000019d607647c4d3f80842b9759da630ed42c72fa98435e329 1.00 MB 2,256 377
471,316 471,316 0000000000000000002fd128085af5cbae6622e75982eaddf7083af160d05ced 1.00 MB 1,757 197
471,315 471,315 000000000000000000bbf0e20d93a587eeddbd710493b848e6ab1f0237f28ea4 1.00 MB 1,509 194
471,314 471,314 00000000000000000163053f7479cd06cf3caad49e05256eaa0ebaed700d3453 1.00 MB 2,457 263
471,313 471,313 00000000000000000125c1ef52637baa7d23a18d5bdc9717ccd7d8377fa49998 1.00 MB 2,190 384
471,312 471,312 000000000000000000cf2c9bab24a17d5d64612b57fcfc8df9f088c334e38419 1.00 MB 1,699 342
Previous 10 blocks ↓
Total Size: 652.12 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,209.38 GB sent, 72.51 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.