Memory Pool Memory Pool Refreshing

79,199 transactions
37.87 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,125 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,606 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,124 (274,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,850 575,850 00000000000000000009374cece65b6d653ecdb8a5437bc1e499154e4c7ed96e 0.00 MB 1 0
575,849 575,849 0000000000000000000b592fef7e00a6145dd67759fdfc5755839d3a273b87cf 1.18 MB 2,061 80
575,848 575,848 000000000000000000244d9dd6979c7bb0c9b587aa3760489d515580ff3bac44 1.28 MB 2,437 77
575,847 575,847 0000000000000000000377e696c151b14bc4fe27e143331bfb115cddf87effc0 1.25 MB 3,048 113
575,846 575,846 0000000000000000001651b1da8b3ef271bc42a25ecfd97e7f13989dd486ee1e 1.14 MB 1,998 99
575,845 575,845 00000000000000000012e345228fa138b3fdd33cc7475f1bc32a66df95f58eb3 1.27 MB 3,081 93
575,844 575,844 000000000000000000026ea34a8e78856a55511ae61f094e8e6430986e2b63b2 1.28 MB 1,885 30
575,843 575,843 000000000000000000151b859e530500faf84986a383f804531a4eff48a75a20 1.10 MB 1,250 5
575,842 575,842 0000000000000000001348a07232a531c445d6fa1513e608afd4cd58c6611f88 1.30 MB 2,896 69
575,841 575,841 000000000000000000255d8985bf64694d402333bab22ff2fe98b7aaa99fe385 1.08 MB 2,302 31
575,840 575,840 00000000000000000024ad48a4c7894cf34423c6b38f73ec8d15c88c1d5e2481 1.21 MB 1,967 89
575,839 575,839 00000000000000000012e7178e485a3fcd17a6dbbb87c6cbe0a23fa36924f4a1 1.10 MB 2,838 22
575,838 575,838 000000000000000000014be06e22733aa903a79a51c51bf5678265d7bc9b1ff2 1.28 MB 2,947 79
575,837 575,837 0000000000000000001237b031b28cd4647102ae8d42e75feffad2eb5e2ab1de 1.25 MB 2,868 79
575,836 575,836 0000000000000000000a94d6a60c4fd05bc010efd988611354e0f6cc933e45de 1.20 MB 2,558 66
575,835 575,835 0000000000000000001656e1626264d8fed66d1b448ff5150772c2c2f9c2a26b 1.13 MB 1,686 32
575,834 575,834 000000000000000000014ec6bab787f566ddf919a4ae56dd3a7306cb53b5e18a 1.10 MB 521 11
575,833 575,833 0000000000000000001f3132f018a33111649dbafb28ea89a46fc224e7c8266c 1.12 MB 1,749 17
575,832 575,832 00000000000000000017c60e882827868b34f48fdd0b4759b5ac60810e86cdd3 1.11 MB 2,985 39
575,831 575,831 0000000000000000000e1f81aece41b8c83aecd9324b5c87078f5ec01742d1dd 1.26 MB 2,617 62
575,830 575,830 00000000000000000023da6f16903c6f3dfc93ab7c1ee872a6d6f72d40d6ce6f 1.25 MB 2,667 89
Previous 10 blocks ↓
Total Size: 661.74 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: 1,093.49 GB sent, 7.68 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.