Memory Pool Memory Pool Refreshing

63,883 transactions
31.91 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,946 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,531 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,945 (728,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
121,461 121,461 00000000000001b8819f61350b79579a6450c9e13f6f194e7ed43b0e0fff657d 0.01 MB 10 673
121,460 121,460 0000000000008981e1edfb12cbbfd77a9e10683c2b26b16981b7302a7f1a3caa 0.10 MB 345 0
121,459 121,459 0000000000006a41d5425fc6f3e138a949cb5499e5e93c2584a4761ce5bb84c9 0.01 MB 10 0
121,458 121,458 0000000000007999bf7376c9fb57ec333bf44a705a7abc354d0bc995eff48e26 0.00 MB 12 0
121,457 121,457 0000000000005461529f8c7c023cb244021c2ab5fac5b11e165f937b496ede59 0.01 MB 17 651
121,456 121,456 00000000000004348937501c7b939d95bb6b9833dff7e71e844db0e120285606 0.01 MB 19 577
121,455 121,455 00000000000080513ed2e468fc0758389c8e554098aa673d001317e5bdb4b2b6 0.01 MB 18 437
121,454 121,454 0000000000007ff49787fb3aa4b24ea583a2ea7d1df34c6d8cd26f311370c6af 0.02 MB 39 195
121,453 121,453 0000000000004ad594957dc63901785fb7d5d058dd85f5c24e133a56ebfa8acf 0.01 MB 28 730
121,452 121,452 00000000000040798b7989c8ceb62b0f85f05d7f12c9a7d2b6e1bc797d25ca34 0.00 MB 11 0
121,451 121,451 00000000000045fbf3170ecc1d6b97fa513fdc8569e2e1bf82ae8e944578a6c4 0.00 MB 9 0
121,450 121,450 000000000000048f6050d182c5bce6a7e1aa049f9cf6c7c1e48ab3518af1f657 0.01 MB 39 337
121,449 121,449 00000000000006c85935d2100cc09fdb80e850ebb368b08c08447a8d711848ef 0.00 MB 9 338
121,448 121,448 00000000000091ecaaec5fcae0cd22f78f0940c8541aacbc0e3b16882727c6fc 0.01 MB 16 17
121,447 121,447 0000000000004aa1a46225f6d7804641efa4e79407e0e78ffb942d3e90092b90 0.01 MB 19 1,189
121,446 121,446 0000000000007427f936315c813e902302dae255835176cf3fe85d859698c83c 0.00 MB 10 0
121,445 121,445 000000000000446a1f2a178a1bc8b8a09d6e416ca91c5a5373219a5decdb8b01 0.01 MB 10 839
121,444 121,444 000000000000770f63677031fd5357512efea3abfc51ac080c5ddd46ab09beb2 0.00 MB 11 327
121,443 121,443 000000000000393af0ef3b89f00b70a07ba2d9490398a5ac8fb58a1067bf4e69 0.01 MB 17 1,324
121,442 121,442 00000000000057eb886593ae579c4d9e274e4e1ece630de2ff45e21935aa2b74 0.00 MB 13 0
121,441 121,441 00000000000011919826f982ffb65d4211ac76f7c0d8136010f01063bc5a5c68 0.00 MB 13 550
Previous 10 blocks ↓
Total Size: 661.41 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: 883.51 GB sent, 6.07 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.