Memory Pool Memory Pool Refreshing

57,852 transactions
30.71 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,681 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 344 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,680 (713,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
136,302 136,302 0000000000000790cb47c01588f6f77f760776c91475c7a54813087156be6d75 0.05 MB 124 354
136,301 136,301 000000000000041e3f5a977518eef2717c0313db4546f74d50572626911a2513 0.05 MB 76 425
136,300 136,300 0000000000000a794b67b03d908876384977d6e185324924a21e2134414845ee 0.10 MB 171 406
136,299 136,299 00000000000009d2a4a990cb829d6e02eede7c601e178d1eba3af202f3d1a270 0.06 MB 137 566
136,298 136,298 00000000000001e30bdfdf77541b12cc1a0c39f72c6d6ababc064b04e088f71c 0.00 MB 1 0
136,297 136,297 00000000000004feadc5305c9e5732d3d77d6ecfe4bd0797a0cc059c59433b3c 0.02 MB 65 70
136,296 136,296 00000000000009d9ec3b4eae2f13bca6d5533cd0f0c698c8627d3e7ab58294dc 0.07 MB 170 237
136,295 136,295 00000000000001abf6ff6aa37a4ecfccb6ede8f1a28aec36c3bc587b8339c318 0.00 MB 10 1,674
136,294 136,294 000000000000006a10931a44dbc42156fb80a1402a447fb2e250728e3a2bd5b2 0.01 MB 19 214
136,293 136,293 000000000000085f8af485b24f7ea8e613eaf251ca0924b8d1949f86e8d7cda6 0.01 MB 19 183
136,292 136,292 00000000000003c20f2830c02e09b83888e42322e92e78430e091f27d39d0207 0.02 MB 55 240
136,291 136,291 00000000000006ec85a51e23150b5ce91aacdd46078783e409b979f96f0bd497 0.03 MB 128 173
136,290 136,290 0000000000000620fae4965618c707148e47e0abefdc4236d1fe790a035b3988 0.03 MB 63 342
136,289 136,289 000000000000083b9fb88b2e90dc608b78f2a7b4e26af61efbbf5a84f50af738 0.03 MB 37 261
136,288 136,288 00000000000004b32683b22fbf6aeeffb943e07450ffc5ec337554c1291569b0 0.02 MB 35 83
136,287 136,287 000000000000053f75f1064fc4e78536cc26987297c700e8514f1a9621f8c475 0.02 MB 13 909
136,286 136,286 0000000000000710f43a9cc3695b80ba1a7a0fafa60ad1c075411b206a09cbef 0.02 MB 45 105
136,285 136,285 000000000000003cd7db326b471b4fda53189ee5cd4fe54b44708eb81ef63fc5 0.05 MB 103 298
136,284 136,284 0000000000000413e4bb86d12cddf2e3355407bfdf989403a1dd56d2fdb8cb21 0.05 MB 135 319
136,283 136,283 000000000000099bf335d004a3d73a22f3aeea43012f78c23a5ce361605bdaf2 0.00 MB 11 126
136,282 136,282 0000000000000a25959561eeff08df3020ccdc8ba4c3776f79f4f10a0b1bdee3 0.00 MB 11 627
Previous 10 blocks ↓
Total Size: 660.90 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: 627.00 GB sent, 3.64 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.