Memory Pool Memory Pool Refreshing

8,241 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,924 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,923 (41,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,913 866,913 0000000000000000000193ac0525ba570f196b1022dbbef6d1b3d2c17cc3095c 1.51 MB 5,996 14
866,912 866,912 00000000000000000002d7f9c230c6d53f640f4f46b71fad6079a4661c7f7975 1.57 MB 5,114 16
866,911 866,911 00000000000000000000ead2c62e5958dd69df94d29fa7f52d7c96ec5d6b2527 1.46 MB 3,705 17
866,910 866,910 000000000000000000013796f9be74b8f95c5591a08d85389ca47c7640ccb84c 1.57 MB 3,468 22
866,909 866,909 00000000000000000002b1a9ba57543594986a34b375d2616fc00def9b9e0e8f 1.62 MB 5,793 15
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
Previous 10 blocks ↓
Total Size: 769.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.72 GB sent, 94.97 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.