Memory Pool Memory Pool Refreshing

76,996 transactions
31.98 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,722 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,988 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,721 (625,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
224,629 224,629 000000000000022549376a606e764e162220ca0d4760d28e407d4452051a390c 0.25 MB 673 279
224,628 224,628 000000000000035cbdf8c003f14f3a5350a1aeab33c604967fe8358843df94dc 0.25 MB 573 199
224,627 224,627 0000000000000391f0eebe5e6278542fd1512e4ecd4b3cd18a25158a29672c07 0.25 MB 378 133
224,626 224,626 0000000000000306121630a671cbb63f20e132790f1c11634a4db90de6c0f2dd 0.25 MB 470 159
224,625 224,625 0000000000000216bcba524c433f171e35b842895aaf9a8c1d1a2545fc003302 0.25 MB 361 123
224,624 224,624 000000000000034283a37d95a346af0035e15d0d008ee69ac622f2f3c13a4c15 0.25 MB 594 227
224,623 224,623 0000000000000288c6814f45fd12b18905b6512e7fc8e8c511c37f57fd8cd5ef 0.00 MB 9 304
224,622 224,622 0000000000000002c3b3ff6e8873eaa959b05502b1021cc644c58da4bba27df9 0.25 MB 499 156
224,621 224,621 00000000000000b0b3fd6142f98de6dd0ca13adac1aab705fc14eee4caa8a4c5 0.25 MB 819 344
224,620 224,620 00000000000003b54d59a0ef04d3b95eae0b76bafdf67b001c4c1707e8698654 0.25 MB 176 60
224,619 224,619 000000000000013a97f8da0bc402762a30ae78c7b6efeda5fcfd9f31c829f0db 0.25 MB 553 178
224,618 224,618 00000000000000963bbe6c5221244daa0918ef6f68f81d940d76b657673446a4 0.25 MB 652 171
224,617 224,617 00000000000002c8af6892c7c0040298c706ba294583db655f8fbf5919e965db 0.25 MB 859 386
224,616 224,616 0000000000000044fea1dc9416ccb2488ed2d66cc1694e13baab959d52ad657d 0.00 MB 9 0
224,615 224,615 000000000000009bd0c06f6885e1df8e1790d9155fc37aa4c884a5a22429f61d 0.05 MB 126 31
224,614 224,614 000000000000019adf8f83f9bf46fc51695a0cdbb2e8dc4d0dc05a291c3138ed 0.05 MB 127 86
224,613 224,613 0000000000000118f965cd58d3bc5f004131dd66286d964697e6f4368ba64d64 0.25 MB 462 146
224,612 224,612 0000000000000159ebf27b633cb36166bcb67bd7492ffdea2ec71b7ad6414a49 0.25 MB 726 245
224,611 224,611 0000000000000065c645424be64d4995557360d72da3f8f6b925915e9ba8caf6 0.19 MB 324 201
224,610 224,610 000000000000038f9e919cd7c59704d022f3729a88928f07c74884d88fb0331c 0.25 MB 570 248
224,609 224,609 0000000000000031350e76276a80e141401ef05bc602f334bc48959c6828830a 0.21 MB 141 76
Previous 10 blocks ↓
Total Size: 660.98 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: 676.70 GB sent, 3.98 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.