Memory Pool Memory Pool Refreshing

74,851 transactions
35.74 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,852 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,772 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,851 (251,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
598,484 598,484 0000000000000000000878563ce48f143a7098d198e28c333de8cb6ca472b041 1.47 MB 3,352 32
598,483 598,483 000000000000000000091add2cb8c335f27ae6e0e06091e8e635e789d258fdc2 1.32 MB 2,539 39
598,482 598,482 0000000000000000000001602eb228828476fe030cdcdfb3114f2ee3fdb51d77 1.29 MB 1,803 52
598,481 598,481 0000000000000000000be2c671f32d31084e792510a131a7a65f963e6cb2006d 1.45 MB 1,818 8
598,480 598,480 00000000000000000015cdc515c253ee551f5b354b5318b6e19dea2703cb754f 1.21 MB 2,336 25
598,479 598,479 0000000000000000000eb8489f33bd4f847b137a80b333912f274fc3be1dadc0 1.41 MB 1,908 16
598,478 598,478 0000000000000000000b19760350a3928e4c88a44a78081cb6291ba390f1cea5 1.35 MB 2,731 42
598,477 598,477 0000000000000000000b447c0e8df0ab74cf25500a45386731b585ece263fdda 1.30 MB 2,163 49
598,476 598,476 000000000000000000016bf7e1a365eb3630b039a0b165fdc2d340d0c984d793 0.42 MB 1,215 19
598,475 598,475 0000000000000000000ee76699f04224a1f2c3d6844866cf9aa43c0412112e17 1.01 MB 1,868 21
598,474 598,474 000000000000000000045ff2297c0c7bcd6807c4965397199ad2c15fe05099b6 0.61 MB 1,134 21
598,473 598,473 0000000000000000000dc9864dc12dffca8f4cc149b32a6cc16887ddf6d779b1 0.01 MB 43 28
598,472 598,472 00000000000000000001b1fa65d0a89935ad81b5dca0feb4fd38f1afb7d1189d 0.44 MB 978 23
598,471 598,471 0000000000000000000f5bf07051e489dbdc9223d8ab7c71dacd2118b45828c6 0.14 MB 224 27
598,470 598,470 000000000000000000011e4d808dac918a06cd3247e6f5c6bbd76c41e101df13 0.90 MB 1,938 26
598,469 598,469 000000000000000000139b9354b6ad79abc3e2d06918f38818886a9725b67eb7 0.61 MB 1,316 23
598,468 598,468 0000000000000000001221521bdacbd8e8f3116231114b065aa264380787fd74 0.70 MB 1,804 24
598,467 598,467 000000000000000000153e3095f796cc42c7296db8ac02c996834585b60abcb2 0.52 MB 1,225 25
598,466 598,466 0000000000000000000786ee18b181db4d6ab2da497f54576060639553c68fa1 1.33 MB 2,935 28
598,465 598,465 00000000000000000010d6f44f5b32dcd2065454dca32ea029813d4cda1ecdc1 1.23 MB 1,953 18
598,464 598,464 0000000000000000000b1e3b9b0691244d0e380287e9b2dd9250e0ebbfce7773 1.26 MB 2,635 13
Previous 10 blocks ↓
Total Size: 661.23 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: 769.86 GB sent, 5.24 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.