Memory Pool Memory Pool Refreshing

76,454 transactions
27.40 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,530 (322,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,918 526,918 00000000000000000023ca76e1a8c037e8e488e16821644fa4e7481653e5faf2 0.46 MB 472 11
526,917 526,917 000000000000000000044996e56da5df824ff5421de20958df45a26df4a4fc08 0.32 MB 399 22
526,916 526,916 000000000000000000278e18130cdc1f40329fcc1e7b60faac27cb059a212bc3 0.09 MB 172 5
526,915 526,915 0000000000000000002ca43cb6d578268a8b0b677e1ec24fc1368cc1bbb0fd2f 1.13 MB 1,651 22
526,914 526,914 00000000000000000017cb3a394681ce520e796af8b8878add56a4f803c99a23 0.59 MB 1,432 19
526,913 526,913 00000000000000000011732f365c90d3ca74b54a741cde056097bd6618d77e51 0.03 MB 52 57
526,912 526,912 000000000000000000267371faf6a3a4f6b86f075196a8728b4ed65a97a68a12 0.34 MB 792 26
526,911 526,911 0000000000000000000038b00575af29928420e11beffbb6567bb6d7331ef86b 0.81 MB 1,876 21
526,910 526,910 0000000000000000002724c82273ad26afcf1981eb49b8aae07ff86f9e331afe 0.04 MB 102 10
526,909 526,909 0000000000000000003302e3c9662c3533b9afb799654622410663f125c70a4d 0.82 MB 1,688 27
526,908 526,908 000000000000000000124e61318bc4e569fc32a95e0a923cb3b1e8b2cd41149a 0.10 MB 245 17
526,907 526,907 00000000000000000036c0409c384d4cfcec5eb1fb6df5405b60760103230883 0.23 MB 468 31
526,906 526,906 000000000000000000185957645d5a6bc0d723ae809edbc5312b82590d32ee68 0.94 MB 2,276 23
526,905 526,905 00000000000000000017779839b006385c807a0e63678b72a1bf0be7ce280660 1.09 MB 1,319 11
526,904 526,904 00000000000000000034ba672b642f5590355a75a1731ea019c17764de55769e 0.78 MB 1,641 19
526,903 526,903 0000000000000000000f4ada7ecbec7d34307e8c348003098949413576f17932 0.94 MB 1,964 18
526,902 526,902 00000000000000000016ad2ae0f27453e7945b14957c06c4b1e96cdc90f3939e 1.22 MB 3,292 27
526,901 526,901 0000000000000000002c8ffe0f7b837ffcd7a260314002a3fadbf6dc87bb5361 0.90 MB 1,424 36
526,900 526,900 00000000000000000003f9095f1f13eec0a61c50ec41c0ad5a8a024d870e924c 0.56 MB 1,236 15
526,899 526,899 0000000000000000001f827fd81a7d36c2be469731b6546bfc77e1bcac90dc1e 0.60 MB 1,373 23
526,898 526,898 000000000000000000369b76ffa07d72447c28ee5666811300fc2e862994b4c1 1.11 MB 2,593 20
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 91 incoming
  • Data Transfer: 485.16 GB sent, 2.37 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.