Memory Pool Memory Pool Refreshing

51,053 transactions
36.17 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,373 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,682 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,372 (731,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,292 118,292 000000000000ab1bf13cb011d6001c1593f2d4cef07e84f20cd9155fe679e0e6 0.01 MB 28 2,612
118,291 118,291 000000000000651cb0c53ed0cd3b577d7d4295e41e35faf1d3a7c411c451996c 0.01 MB 26 2,629
118,290 118,290 0000000000005881699dd182748b6ff8a974adc4d0b315e9a8151dc0a04954bf 0.01 MB 20 2,305
118,289 118,289 0000000000003393f175794fb2ecb387dfdf6ecbd0766032f0acafc550f760c0 0.01 MB 31 2,886
118,288 118,288 0000000000006b87c283db9e38e0a0e4bf47b37a1b6eeb931a95f21c0975dc84 0.00 MB 18 2,759
118,287 118,287 0000000000001d4a96ef0b27b53f1684f586426b1e3f59d4b748063360eafabf 0.00 MB 14 1,255
118,286 118,286 0000000000008efcdfdc81d7a175d011e9c9971511b4b2082925cf1e312f3ada 0.01 MB 42 1,875
118,285 118,285 00000000000080621bc6c6dab3d0a75673e5fa34087ad24c7e935c86c8f1f0ca 0.01 MB 34 1,853
118,284 118,284 000000000000ac8df0612ed4b42c8b62798657d9f6e70b626cda9339d0a026a7 0.00 MB 3 297
118,283 118,283 00000000000075f0a57c52422fd88a9f49e29841afe76d2140c9a93045523281 0.00 MB 5 1,937
118,282 118,282 0000000000005ced89314240779863a1157aa14ab6374ba4ca701d4177b76a71 0.01 MB 34 2,903
118,281 118,281 0000000000005e1ee407a80261cd239c1f57d553c5f3858c4f6d436c6cd14858 0.00 MB 5 1,924
118,280 118,280 0000000000008c702ba9098dfa38337f421cca20593ef507dcc76efdc8b709d1 0.00 MB 17 1,752
118,279 118,279 000000000000492a9ff79f8205da0b0fbeca662fa0dcd61a94a34132b64ae8c2 0.00 MB 9 1,522
118,278 118,278 000000000000c9cb98562c322459d68550a9e83caf4a0d93d1d0773c533dac7c 0.01 MB 20 2,400
118,277 118,277 0000000000002128d73918120387124d59930cd8bfdab3f69d7d3d1f7e09c19a 0.00 MB 13 1,399
118,276 118,276 000000000000974425f2924cb8e14ab2418e2b012bc1d2a4a14d0baf9a84f717 0.01 MB 41 2,139
118,275 118,275 00000000000047ebbba77015579d7a90b296606b885d924dbaf23d7ff2e3a3ca 0.00 MB 12 1,849
118,274 118,274 00000000000000c0e2ffcd226f76192657732d0db72152b2ba0df8b7a4da3ece 0.00 MB 1 0
118,273 118,273 000000000000ab5258a68d56edb5a202319f6fda74852c8bce34486a04089510 0.00 MB 11 1,498
118,272 118,272 000000000000a2894939cc759873de743a9ed574500497ec1cc8f3f5f1e792be 0.00 MB 12 1,877
Previous 10 blocks ↓
Total Size: 660.32 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 83 incoming
  • Data Transfer: 281.06 GB sent, 0.89 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.