Memory Pool Memory Pool Refreshing

29,128 transactions
33.98 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,099 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,824 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,098 (37,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,904 824,904 00000000000000000001be89e7e4e455f87d9c5b43c201e9e08a4282c19ec948 1.54 MB 3,560 169
824,903 824,903 0000000000000000000018572e6911898d75ffeb7590673e69d826f3545aa1d0 1.56 MB 3,655 186
824,902 824,902 00000000000000000001caa405f553c74722f0baf887042ac50ce2088ac55019 1.51 MB 3,729 174
824,901 824,901 00000000000000000003d52efbe128ff59b428b55a1db9a13a87bb6f2f162c43 1.44 MB 3,828 192
824,900 824,900 000000000000000000000b7a16124b365c4d02bce71ca763f8560a2a2dbf6356 1.42 MB 3,795 211
824,899 824,899 00000000000000000000ac56c29884c48d06e3492a71e44e208cad801dea06fd 1.42 MB 3,988 236
824,898 824,898 0000000000000000000008fd13a7fdd35e2603e99dfbb7245787e23c462d5a8f 1.56 MB 3,179 294
824,897 824,897 00000000000000000002b7d653e02adca9316389e7a886faad09921b4111bc25 1.33 MB 4,952 240
824,896 824,896 000000000000000000011b61e47b9a5cd3deadc42f6d0f68b883ae3a0811508e 1.34 MB 4,856 274
824,895 824,895 00000000000000000003b9569be69a9375a74c7f4a17ed55bb85bcc1a455b1f6 1.37 MB 4,930 324
824,894 824,894 00000000000000000003cc7946007080c290b98c5cb856f7ab4749d13d4de040 1.34 MB 4,884 354
824,893 824,893 00000000000000000002e7bd70441065668ad23bff065a76c6cd6ec1c6f93eff 1.31 MB 4,998 233
824,892 824,892 000000000000000000031bce814046018037f1d6f1d4cb67bb1437aa31de31fb 1.32 MB 4,947 179
824,891 824,891 0000000000000000000382c51d6d6f14cc1291967c052200012871c096092a40 1.35 MB 5,166 127
824,890 824,890 000000000000000000023965da061c73396087d96699a0a5e034765bbeac0d6f 1.37 MB 4,675 147
824,889 824,889 0000000000000000000101daf9b1bd6b66fc92551405d7d0d00e5af53aa26ec1 1.50 MB 2,737 54
824,888 824,888 000000000000000000022511352ade48c82bade358664db6b09c8698ce689b93 1.62 MB 3,786 56
824,887 824,887 00000000000000000000a8f343c30d7764e1c3d6cafc9875761bc893b1f31749 1.60 MB 3,024 75
824,886 824,886 00000000000000000002f417eef4b16a29ed7cf42a37ce63735240824d4efc92 1.60 MB 3,337 121
824,885 824,885 00000000000000000003698c93c563347105eae4927d8c500c20102ba94d1752 1.54 MB 3,625 66
824,884 824,884 00000000000000000002b59824bcb1351d1fcb7659c4c312f8c414f58f142bbe 1.58 MB 3,331 112
Previous 10 blocks ↓
Total Size: 684.35 GB

Node Information

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