Memory Pool Memory Pool Refreshing

76,374 transactions
32.32 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,599 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,263 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,598 (414,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,729 434,729 00000000000000000325e1dd51fb9847d484b1478414e10a9a40cc7cc3d68f5d 1.00 MB 1,474 31
434,728 434,728 00000000000000000328c7b28b2d51837f59f15ee9cacf4fd66f4b82f0ea69ef 1.00 MB 2,371 67
434,727 434,727 00000000000000000116e3b2d82ce167ae37e8e98cd884222e0c4177761abeb7 0.00 MB 1 0
434,726 434,726 00000000000000000318c164ec7a0d42af3ceae1adb50c853a44ce193d80b5e6 1.00 MB 1,876 54
434,725 434,725 00000000000000000335784bb4cbd0ded666e6878b8e9c898c801f65ead5604b 1.00 MB 2,161 45
434,724 434,724 0000000000000000019757c859bb7b38a5761c91cb095dfa8fcd62b6a39675ca 1.00 MB 2,497 56
434,723 434,723 000000000000000002c1d06d99295ad0464ddbef56288594524f54caf2f80004 1.00 MB 3,094 96
434,722 434,722 0000000000000000042353a9b11b23164e2f5f36cc9b76fbe41a62ed82881257 1.00 MB 1,365 41
434,721 434,721 000000000000000001605d53a848200d6cd2bb18896f7f840acbb6219f9a806f 1.00 MB 1,966 49
434,720 434,720 000000000000000000c12fac49de86b08b69d6c56a875cef8d5e3b003dad8299 1.00 MB 2,044 42
434,719 434,719 00000000000000000221540ed88d451310611c7018f4c3f0ea9101fc34ab04eb 1.00 MB 2,169 77
434,718 434,718 0000000000000000008892911fc611e5f2d5882a016b5a77602740bf838925c8 1.00 MB 2,438 66
434,717 434,717 000000000000000003014e916d40cefc8d7a31ee102fa77e719effb7eff2be2c 1.00 MB 1,446 43
434,716 434,716 0000000000000000022d07d797d1aa524a8b99368119342e260b739f08895ab5 1.00 MB 2,571 54
434,715 434,715 0000000000000000005c9cbb48fb54774324a4c556d1d8a748b2601df2ecd025 1.00 MB 2,196 51
434,714 434,714 000000000000000002da75fe1a2e93c48cec5f0a0b4583582ae2b56531d18d7d 1.00 MB 2,920 59
434,713 434,713 0000000000000000009bdb351c6eef25dda6922be0166ffd2067cf624eda7f64 1.00 MB 2,862 55
434,712 434,712 000000000000000002b287b9056f7891518c1de923e069dc85026f9e220035de 1.00 MB 2,504 83
434,711 434,711 0000000000000000010f6041a27d8983b777cc30112fa2f1bcdb079a19b5cc5c 0.99 MB 2,395 65
434,710 434,710 000000000000000002f05b8abae9d500d36d30a2c4da747deb0fdef55e3c0de9 0.93 MB 1,977 71
434,709 434,709 000000000000000002fbeca2fec2cb5e799f0027b56c7281cf231a9d49a8674e 1.00 MB 2,487 81
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

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