Memory Pool Memory Pool Refreshing

66,377 transactions
36.38 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,884 (235,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
614,445 614,445 0000000000000000000240153b79a7224e8bdd441f8a2f24450ade8ecd58e2df 1.22 MB 2,712 10
614,444 614,444 00000000000000000012453d6312cb3cc3145f8eea20ad0c456318e70094b007 0.54 MB 1,442 10
614,443 614,443 0000000000000000000e81a97b24549f5db5c4fd98009157e45ea1ac3d89e67e 0.18 MB 525 13
614,442 614,442 000000000000000000065ecbac579f92fd9f7d5ab2f6afae72927a1ceff94d0d 0.30 MB 876 10
614,441 614,441 00000000000000000006a34053a63f99e140296d9b0de6b7040a254260c7d79e 0.24 MB 621 13
614,440 614,440 0000000000000000000f0a59bb630d123a3ced5c70adebc0cdbe0d917741a8f5 0.21 MB 603 11
614,439 614,439 000000000000000000042b380654fc4595b187405177f4d40117935bd8d90f1e 1.07 MB 2,693 12
614,438 614,438 00000000000000000007c8777e301b9cbe415a8684add755a06a57828b03754e 0.08 MB 168 23
614,437 614,437 0000000000000000001008ac509bf35bcb2669ed2e706b4cb1f71ffcb4cf0185 0.81 MB 1,709 1
614,436 614,436 0000000000000000000577570dcafe15c484a93ca9c291324370935e3a8e126f 1.25 MB 3,090 16
614,435 614,435 000000000000000000051a3c31389dd581ab5010c9a00bb94159b8356a5a7d52 0.11 MB 234 9
614,434 614,434 0000000000000000000b2ba281cc95c4a1ad1d8d0330a493bc09a51b05964885 0.16 MB 464 9
614,433 614,433 00000000000000000012cc9566191b34a29900b36e8bb14a41d6e05583dc41ae 0.20 MB 497 13
614,432 614,432 000000000000000000083b7d0580dd4e36a3c3517ce8779aa638e46e99001b5a 0.06 MB 158 11
614,431 614,431 000000000000000000022796b9c24dc9064622daa73d4bf444c4adfb15dda37a 0.41 MB 1,082 10
614,430 614,430 00000000000000000011271cfa571422352025a44ab871e5fe76eec98cb42f1d 0.32 MB 927 12
614,429 614,429 00000000000000000009a1e2a7203422af63c6a3d0f30bfc2737fc23b58b05c7 0.43 MB 889 22
614,428 614,428 00000000000000000011563297cffad6f38af558dc1df33e661d8c5a829c8e2a 0.54 MB 1,492 8
614,427 614,427 000000000000000000084b525f9faf64e976ba25308a193680512c3bac0d22f8 0.88 MB 2,286 9
614,426 614,426 0000000000000000000e110525c5999d68bed11f4665b71fd40f773eddd277a6 0.61 MB 1,230 7
614,425 614,425 00000000000000000006febba8e3f5cfba8b3e54bc031cfea4a153a93de0b0e8 0.78 MB 1,705 10
Previous 10 blocks ↓
Total Size: 661.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 818.59 GB sent, 5.50 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.