Memory Pool Memory Pool Refreshing

64,324 transactions
30.25 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,443 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,412 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,442 (360,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,642 488,642 00000000000000000099750137029edc295091c03025c3e2b11a2f1ba1e6f04b 0.01 MB 24 107
488,641 488,641 0000000000000000000fb4710cc3ec2a53ad367365a5c8b31453ea36679168cd 0.15 MB 213 117
488,640 488,640 000000000000000000ea70d5b45847938dedf1808cec26cfebbe465b26c2cb7f 0.39 MB 774 112
488,639 488,639 0000000000000000009039de3c3a5078cfbea0cd2da2ca325dc138f3c84514ec 0.91 MB 1,941 105
488,638 488,638 00000000000000000057b153a28a93b1f76f490a25c71bd9095fe1598d66344b 0.63 MB 1,460 46
488,637 488,637 0000000000000000009105d78950a17b7d16e6829b9715fcb9231651a53807a2 1.00 MB 1,594 162
488,636 488,636 0000000000000000008b8af8733bd4e6f528e609a72d0ac8b518eb80460b2d86 0.33 MB 663 98
488,635 488,635 0000000000000000004f3fdac1e15e422fbfe0882d57488c6259a5ae540acdd7 0.25 MB 661 109
488,634 488,634 000000000000000000203b662837d1650231a1817e4b9a0dc8ec6376b940bffb 0.91 MB 1,149 47
488,633 488,633 000000000000000000e6f811eef6db54954b29572ef97e3c11857e4ae2ca3300 1.04 MB 2,264 90
488,632 488,632 00000000000000000000aef1a92eb4cff2c0e3cb2fefc1b41622f561b531ba41 1.06 MB 2,142 55
488,631 488,631 0000000000000000000ef244cb0eb411825b809ed8988a0f9e033652589aa11c 0.21 MB 344 54
488,630 488,630 000000000000000000c58a16e00c9f47c056193ead1825a9d89c50ab9498b52d 1.03 MB 2,096 150
488,629 488,629 0000000000000000000fb08ab0fbff40e8f52c8e962340e02ae2b2459b6a7c0f 1.00 MB 2,700 57
488,628 488,628 00000000000000000007893f26295819422c55bc3ebbbdb670d746405419d92c 0.01 MB 33 143
488,627 488,627 000000000000000000afd991c2b2d49204b2928e76e03a9231de94b6158c69d5 1.00 MB 2,508 76
488,626 488,626 0000000000000000004b986b728e23b4a650cb46979a9fd3548bad8742ed79c7 0.02 MB 33 133
488,625 488,625 000000000000000000ce4f26ea1318a4e1f20a4982b6912db920ed701a66ebde 1.04 MB 2,214 94
488,624 488,624 000000000000000000978f371c9264ab046b87ca7cdf7d2d404dc51f526c813d 1.00 MB 2,374 174
488,623 488,623 0000000000000000004f51f9c1f92a58eaac1b04dac40e39f418288d6a13241d 1.00 MB 2,096 74
488,622 488,622 000000000000000000c75a58fa00a2e75094ec1be90005c245ccfd3954231ebe 1.04 MB 2,627 111
Previous 10 blocks ↓
Total Size: 660.45 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 94 incoming
  • Data Transfer: 359.55 GB sent, 1.54 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.