Memory Pool Memory Pool Refreshing

103,326 transactions
29.32 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
866,949 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 6,018 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,948 (40 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,908 866,908 000000000000000000014b91fb0e9ef7ea95e8aeea595502ae5a85ae9b0d64c6 1.57 MB 6,078 14
866,907 866,907 00000000000000000002cd710ce2bcd8c3497f10ae223f269679490e8b089407 1.60 MB 4,318 19
866,906 866,906 000000000000000000005c13cfdc06dedab193458bf20561f970730fca2bcb3e 1.53 MB 6,426 12
866,905 866,905 00000000000000000001e5df9a00bca09e3eedcb57ff8bc49823f2f78cea11fe 1.70 MB 6,003 14
866,904 866,904 00000000000000000000b80bd2e2946333883ccdfe4031aab26a0e40185abb42 1.50 MB 7,047 13
866,903 866,903 000000000000000000001ee6f6c2726944ab76d0576d6ea861e0ebcb43390fd8 1.60 MB 5,559 17
866,902 866,902 00000000000000000001676a1898b7804be18303e68e8ceacc00c713011b0ef4 1.64 MB 5,099 15
866,901 866,901 000000000000000000017fc91735e17f595641ff4bdd1f8aacbd9603f65e60a9 1.53 MB 6,941 15
866,900 866,900 00000000000000000000162989476006f3c0fd1975bb18fdef0abc97a8a92673 1.55 MB 5,881 16
866,899 866,899 00000000000000000001730206882c61e9a760543e5700c6774fa4eabbce6a0f 1.53 MB 4,126 16
866,898 866,898 00000000000000000001a404d1619d22b3f0ea37a8a8c3b90863f491b881e99d 1.64 MB 3,223 20
866,897 866,897 000000000000000000025e119352432fed80039849d55178d52998cd173fdbb2 1.49 MB 6,549 16
866,896 866,896 000000000000000000012e50a1f1f5502e6147a2b22882baceca2ea4a3b1f157 1.56 MB 5,757 18
866,895 866,895 00000000000000000001744983f660f479e30547b5e02148de4391468dee60d8 1.67 MB 6,156 16
866,894 866,894 0000000000000000000232d6c20919d50992ecd7892bd35d75383e2111d2fc6e 1.59 MB 6,521 17
866,893 866,893 00000000000000000002967749138fe98381c94e5018b3edd5fabf2fc8bc3c0d 1.67 MB 5,742 21
866,892 866,892 000000000000000000013a49db18d9742de3a0a746e8f452ff5d3583876f7076 1.55 MB 4,578 20
866,891 866,891 00000000000000000001698bbbd007f6341e4c2cf9bccb97821c0da22158fe3a 1.61 MB 6,488 18
866,890 866,890 00000000000000000001be83a4d939b4cc4a55a0a398d8923a683e7615d3427c 1.62 MB 4,042 21
866,889 866,889 00000000000000000001e97c403bde06f8af387f3cfac80624201591b7a23cb1 1.70 MB 3,904 21
866,888 866,888 00000000000000000000ec16686a22dac8746f27cc701aab9d8db7add89a1a38 1.61 MB 4,027 20
Previous 10 blocks ↓
Total Size: 693.50 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: 1,885.85 GB sent, 169.16 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.