Memory Pool Memory Pool Refreshing

49,846 transactions
32.46 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,993 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,942 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,992 (734,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
115,916 115,916 00000000000056a5607865518ee8c01c790009b5308f857d60ece05f57c6c9ee 0.01 MB 14 462
115,915 115,915 000000000000ea48cdb32c61b2236bde5e3629da5b2d47aabab94393d595f4cb 0.00 MB 4 0
115,914 115,914 000000000000f23bee61063b77e7651319670b1a84f9e2bb373f85f49ecaba6d 0.01 MB 4 1,029
115,913 115,913 000000000000053a0b8c49d8306140666565668d08c4e3484c907c8609007a52 0.00 MB 3 0
115,912 115,912 000000000000445f329c221384f02246ffc80432397cbb919b26db8bc0d833b8 0.00 MB 3 0
115,911 115,911 000000000000326c656f63bcfbd9d70beab2b44912aec98ed21fb3ac49bbcabb 0.02 MB 8 1,117
115,910 115,910 0000000000005cf065f597adc7b0ed20a5f7ef95cd184865a06f780f1f4567b0 0.00 MB 10 0
115,909 115,909 0000000000003e62e8895c29e5e41db04838ebbe44c59852bf5dce36e71dca52 0.00 MB 12 656
115,908 115,908 000000000000c9f0de48034f0813a59fd5e8c627b037552f0b1cebceb95dacd8 0.00 MB 6 989
115,907 115,907 00000000000036aed1843a444610ccb9ef57672ba1e49c7ca942df64c4bb602c 0.00 MB 7 542
115,906 115,906 0000000000009f59fd56ac1a6592dda2be11b37f368a44e9cfb963c8e857189a 0.00 MB 9 0
115,905 115,905 00000000000075dfa0a6d4ef8711762285332d33657d2a73d5aff4d349e6c2fa 0.00 MB 7 512
115,904 115,904 00000000000047b0bc3b99f0be32c1937d9d6f092afe40ccaee443a399774afb 0.00 MB 2 0
115,903 115,903 0000000000009de4157be39a5a1c0fb6fd837c318be1c8fe6ee4ad0603f6981e 0.00 MB 8 350
115,902 115,902 00000000000012630cf2f50958eb31ceb1d36691855a5eae86e6f4a2e7b0d019 0.00 MB 11 319
115,901 115,901 0000000000009a14aaef1cac6a9a9d1526ca2b4d3d625e47bca3ab33db85a776 0.00 MB 2 0
115,900 115,900 000000000000479a4ce82b5912b52b5a7933eefe46e72b8041a99cfb20019746 0.03 MB 122 61
115,899 115,899 000000000000ab85c448fe9a0164cd73f4fe6a99f2fd1f051035963f6bfcad4b 0.00 MB 12 360
115,898 115,898 00000000000020e432c37d070929152408e24d4a3043ba67d570fbe338ce25aa 0.00 MB 8 333
115,897 115,897 000000000000d8b05265e42a1778c3995f6300653e9e45b76675adb6e7d57fe5 0.00 MB 11 331
115,896 115,896 000000000000e80db362039b4578647ca729470d739f5b63fa0876dadd71d5b9 0.00 MB 11 705
Previous 10 blocks ↓
Total Size: 661.49 GB

Node Information

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