Memory Pool Memory Pool Refreshing

40,269 transactions
47.52 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,755 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 626 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,754 (468,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,646 373,646 00000000000000000b88501ca0bd3f2332abc12648a2534e4a4eb5e77352451f 0.90 MB 319 5
373,645 373,645 0000000000000000112275b7a40c30bada77dd46be14348dabee23531b1bfa70 0.63 MB 1,429 49
373,644 373,644 00000000000000000535a1b8205e872de9482a5689cdde1b86e1b851205c5104 1.00 MB 1,807 41
373,643 373,643 000000000000000010fa038a5736cc18c2d92a2314c12ee0c1a4495856bbdde4 0.99 MB 299 7
373,642 373,642 00000000000000000e2eab19aceb1ecafb150eabf63c218fc2a176f7a3415130 0.93 MB 82 2
373,641 373,641 000000000000000008b49bd471f6b799a91979cc92da28589b5bab536529eaed 0.90 MB 2,019 44
373,640 373,640 00000000000000000c8b7fd0daf108db88090d9d30331bd4f3e62ee9eedf1fb6 0.87 MB 996 23
373,639 373,639 000000000000000011cdf9f04b68f46471b68c3565abcbcf83aba647e35d0960 0.93 MB 587 14
373,638 373,638 00000000000000000946d8290074bdac128250ff0d2136e4d2441155380ab25c 0.93 MB 1,814 41
373,637 373,637 00000000000000000ec36632b70da16f0f283fcc3281b8397c8f9918d6492588 0.75 MB 1,834 53
373,636 373,636 00000000000000000aefeca1a27cfd076215e90d6968ee5bfc10d80fc3f3f149 0.93 MB 1,293 28
373,635 373,635 0000000000000000088cd533b4f34434d60f3bbb96910dfec6880d6ed304ed76 1.00 MB 2,580 47
373,634 373,634 00000000000000000c448bb0b0e61826cec1be275dec87d32e34131cf256dd47 0.93 MB 286 6
373,633 373,633 00000000000000000cd9ab6d464116687ea2698c3fb87e738f5bb1134fda3947 0.00 MB 1 0
373,632 373,632 00000000000000001345d660b25c23c55c5007097511b89c3e434cbbb229caff 1.00 MB 98 2
373,631 373,631 000000000000000008a0dabed3ba1ce6da4c5692395653e0640c127d9d8fb5b0 0.07 MB 195 54
373,630 373,630 00000000000000001100d8fc602af76fc3342ac3d212529ce485704772bb9047 0.91 MB 973 21
373,629 373,629 0000000000000000066f00105d10a8871072852ba26e707bbfc7ab4d0b304cd4 0.86 MB 1,428 30
373,628 373,628 00000000000000000d33885ff4dabf335d04d9cd915fd22f4509cff6ee797193 0.40 MB 936 50
373,627 373,627 000000000000000012995bee09d80d032f9dfddd6cbe2aabdf1d4c6b84f496c7 0.70 MB 225 6
373,626 373,626 00000000000000000eaa4f04cef3431d02a159fb038cf62a5a49e4289858d320 0.87 MB 1,433 33
Previous 10 blocks ↓
Total Size: 646.30 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,339.72 GB sent, 36.95 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.