Memory Pool Memory Pool Refreshing

66,146 transactions
36.24 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,884 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,481 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,883 (111,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
737,911 737,911 00000000000000000001523a61f2872a3a0e657577ff7b6a2362e10f2ed845c6 1.46 MB 2,611 15
737,910 737,910 00000000000000000000a081a005632a45a8ad4f93c4290ef83313cdac6ab299 1.18 MB 1,869 13
737,909 737,909 00000000000000000000b6afd461b0dbd098acb31968b835a2eaf1e47b1f9aaa 1.78 MB 1,518 6
737,908 737,908 00000000000000000000a3ea232572095fbcf01fe00ab65c5a20809b77b66038 1.66 MB 2,175 5
737,907 737,907 00000000000000000001703a58dcc4d6ca5f5aa30e705e0f93dd4ba53943b687 1.45 MB 2,111 14
737,906 737,906 0000000000000000000288f71575246efebf562f18e6556a2ede28879118ff20 1.28 MB 2,210 18
737,905 737,905 00000000000000000001b1213ce97113697f0a6e5fea642a91a56682056c9572 1.44 MB 2,762 19
737,904 737,904 00000000000000000002c9218ed9082d531b90d209f40e77ef4d063cbc1cb903 1.38 MB 2,843 25
737,903 737,903 00000000000000000001058f350ef943ffc2483598f8ccf66476a7e06de96da8 0.39 MB 630 10
737,902 737,902 00000000000000000008c1e1c4c8fa2dd47b348857cac8c1ad73ad22dbd3ddea 0.50 MB 897 14
737,901 737,901 0000000000000000000560ce8a3e6de0292e1b430555468f600aaa567ee5c6c1 0.17 MB 432 16
737,900 737,900 00000000000000000000aa71a21f01d0ff71c07e8fe6d0299fbc80ee5d52646c 1.53 MB 2,595 15
737,899 737,899 000000000000000000061baf5831c43ee90174d0827f6db256feaa3e2106e507 0.13 MB 318 15
737,898 737,898 00000000000000000003082e242f31401b4ba2c1277dc666a0ecbf9189ae9931 0.71 MB 1,282 12
737,897 737,897 000000000000000000080cfad6866776b14933afc38f90eb836bac1a427f539c 1.68 MB 1,640 6
737,896 737,896 00000000000000000008913c0f1c8a62404796462965260a837f6a8aacee9423 1.62 MB 2,035 11
737,895 737,895 000000000000000000075e193ee20f17d10f06ce851e991ea1ebd3e134d2ad98 1.61 MB 2,635 14
737,894 737,894 000000000000000000047039aa1b854c4a18e886e9e190c14e495265c243b154 1.60 MB 2,801 10
737,893 737,893 00000000000000000007efd30e8500c0b267e843c8597624f092bfe0fd438f57 1.64 MB 2,394 15
737,892 737,892 000000000000000000095b933f2539d0c8d3999c08b173a5816574354e303b71 1.43 MB 3,323 23
737,891 737,891 0000000000000000000761355ed045c3b7c4aae7b51badddefc6632f13b2105f 1.79 MB 780 1
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: 817.31 GB sent, 5.49 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.