Memory Pool Memory Pool Refreshing

58,394 transactions
24.23 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,958 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,478 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,957 (61,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,175 810,175 00000000000000000003fd977a00789afe1b5c1833c5acbabd0886fe9acbaca3 1.48 MB 2,430 20
810,174 810,174 00000000000000000001e72541e2e1999be0d4c4a13ae08ba2848860dedad4f3 1.35 MB 2,477 24
810,173 810,173 0000000000000000000456d538fe85922eb9e46de297e0339c42943642421020 1.51 MB 3,453 28
810,172 810,172 00000000000000000004b0549c44ec20471ab7fef9515416170bbfde3d276283 1.67 MB 2,387 14
810,171 810,171 00000000000000000003adf59edd648321d1ff600184b65a9cc96b0cc7c559ba 1.83 MB 345 3
810,170 810,170 00000000000000000002a762c82a157cf080527031fa7b58c97899571e600485 1.98 MB 2,636 7
810,169 810,169 0000000000000000000134a6ae9c539e563a8b0a1f13d46ab31d712b4180617b 1.53 MB 3,370 27
810,168 810,168 00000000000000000002bac3afef736ea6a1aac210b717319140df03c322dbf9 1.48 MB 2,258 16
810,167 810,167 00000000000000000003b9a282249c39a401831ff477b1207f51bccff43b426a 1.72 MB 2,403 11
810,166 810,166 000000000000000000035f84a95a91dae0f911d6ca3d9676953b95b3fe263247 1.40 MB 1,622 16
810,165 810,165 00000000000000000003b1f7fe87546b13ca062fe25ca129c34bb48f32b28219 1.59 MB 3,215 30
810,164 810,164 00000000000000000002f5f5dce5131a1d1018107cc5f70b8e19b60ad081a3d5 1.66 MB 2,851 19
810,163 810,163 00000000000000000004de725a438dec5db0d0b3be87335a6ab47edf6a67255d 1.70 MB 3,144 18
810,162 810,162 000000000000000000013cf2a2794c5ece7605b432cc0c30689c2910cecbc26d 1.38 MB 1,000 7
810,161 810,161 00000000000000000002f9009e5f4f982b49d7bb9701ee8fd34baea5435ef0a1 1.13 MB 593 8
810,160 810,160 000000000000000000046ca19b1800d1662f9811113e580e6299ef8efa50bcde 1.56 MB 3,286 26
810,159 810,159 00000000000000000003ed56a9513aeba817df65341cd5da19693253be56a1b5 1.48 MB 2,402 15
810,158 810,158 0000000000000000000377d99f69afe2216324cc7fe0d341b57e5840f2437df1 1.46 MB 2,813 26
810,157 810,157 0000000000000000000307e7b9140f064e2dda35861e149738a6ddd6d0d3b3be 1.56 MB 1,969 13
810,156 810,156 000000000000000000006943dac188b5d67d071a3443b67372c0f2310eca4fd3 1.94 MB 2,584 17
810,155 810,155 000000000000000000012210445b4385ae33dba91571fc763f1f47ef88e613f3 1.47 MB 3,020 31
Previous 10 blocks ↓
Total Size: 703.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,582.58 GB sent, 232.22 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.