Memory Pool Memory Pool Refreshing

80,858 transactions
36.38 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,770 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,089 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,769 (240,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
608,912 608,912 000000000000000000125a9e27dac63494e99ff0ebc544b7ee4c5cac3f1f6c2a 0.10 MB 245 9
608,911 608,911 000000000000000000000a70f971df5921f3f2b98802b2b03b4d203422f1818f 1.27 MB 3,104 21
608,910 608,910 00000000000000000013110e4ce560c6af299b37125278e66c413fd2bc8bbb1f 0.66 MB 1,682 19
608,909 608,909 000000000000000000116f4378637b196962059db5b62de3dc9b1d01a771e899 1.14 MB 2,457 10
608,908 608,908 00000000000000000015b135178d5c16c55c4d266a02de298008f557f831d5ce 1.32 MB 3,288 36
608,907 608,907 00000000000000000010d3de84912d17aaced57e5061d3b5da194b80e21022a6 0.76 MB 2,029 18
608,906 608,906 0000000000000000000dd02595f230a24c68771171ae28e57fa6038860dfdffc 0.63 MB 1,504 20
608,905 608,905 00000000000000000001b633cffe574edb9c10b121adc1c5c22635d055900feb 0.50 MB 1,207 20
608,904 608,904 0000000000000000001429128ef4861888f792999b8bfc52ba3cfd5a8f1ac489 0.51 MB 1,327 15
608,903 608,903 0000000000000000000b0823ff33b0461cee6f87aca9011ba6aa7d694c840e27 1.18 MB 3,038 5
608,902 608,902 00000000000000000002a40ea50e38e56432a88e6ae7587ef4228c88d773f4aa 1.27 MB 2,863 27
608,901 608,901 0000000000000000000b50370d7184d46b468d5829c758b6d5a4b8ad9d559353 1.16 MB 2,733 11
608,900 608,900 000000000000000000009e194db80e1bde521cbddf86fe9db71984af7ca1b32d 1.25 MB 2,834 34
608,899 608,899 000000000000000000040037389ca240902af5abab1c52e2955872579fc50c54 1.38 MB 3,262 19
608,898 608,898 0000000000000000001121611ba575a1dfa56cc5e9a8c01d96b8e96e276bf071 1.25 MB 3,183 43
608,897 608,897 000000000000000000051ddabc7134a2df3a422e4ce6b7dc8f5c30da2b305f7f 0.52 MB 1,357 9
608,896 608,896 00000000000000000000a13569db9e2d509a7be299c60ea6fb55ec8feb630fe8 1.21 MB 3,106 15
608,895 608,895 00000000000000000007e4b29db3f6e1ef5eaca1c9cffc972e9b424ddb61a738 1.42 MB 2,266 16
608,894 608,894 0000000000000000000d969f90f1700315c1457044c816c7c0609e0b15bcb443 1.31 MB 3,326 39
608,893 608,893 0000000000000000000cb750dfef4588cfeebb61dc1e731eebf2ca8fc5bd123d 0.83 MB 1,832 20
608,892 608,892 0000000000000000000419a6042cd19ac4c1904c869579b8e54bc8cdf4aceb6c 0.32 MB 867 12
Previous 10 blocks ↓
Total Size: 661.07 GB

Node Information

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