Memory Pool Memory Pool Refreshing

63,556 transactions
28.25 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,743 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,154 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,742 (476,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
373,625 373,625 000000000000000005f31c87da35ee59888c366d5fe5ed9727600fa7d2f03c29 0.91 MB 509 11
373,624 373,624 00000000000000000899789dd244ccabd425e0476735ffeaf7a7e4c98c38a4b6 0.27 MB 635 42
373,623 373,623 00000000000000000e8a6aa70a2698718d732589994b2c08f6655c6137688159 0.86 MB 1,473 33
373,622 373,622 0000000000000000105cbeaa1dc2106cadef1ca4353b90fcfa86c20f0fb88a6a 0.21 MB 457 41
373,621 373,621 00000000000000000a18e03376d05c9f5c8b61bb88869c46c1fb294377d4d6e0 0.15 MB 398 51
373,620 373,620 00000000000000000524055a4606ed21eacbd64da82028c689d4ebcabbd59a74 0.00 MB 1 0
373,619 373,619 000000000000000000d17075536f8a992120cff689e06d0a0ed9cf5d77c62ee7 0.92 MB 518 10
373,618 373,618 00000000000000000c5e03784f201c8788e8f9ac0312db5b11f41d9a224ae868 0.70 MB 605 16
373,617 373,617 000000000000000006a4d610a12708dd692961ee9205c8eeac564032d734b5af 0.28 MB 514 37
373,616 373,616 000000000000000012a2908b02d6ba0e2b9268ecbb0e701fe7dd2a9aa2fbe4eb 0.93 MB 115 3
Previous 10 blocks ↓
Total Size: 661.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 690.76 GB sent, 4.14 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.