Memory Pool Memory Pool Refreshing

4,690 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,593 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (40,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,919 866,919 0000000000000000000050e4432a047643c29da76005448fe4bcb96831b70441 1.51 MB 4,059 20
866,918 866,918 0000000000000000000236e7c5854f61eb5bada8d1e13e2512f3be1a5a609c98 1.57 MB 5,543 15
866,917 866,917 00000000000000000001f16d8a2b57a5faa15f48ddb65b80cbde884988e73474 1.53 MB 4,286 21
866,916 866,916 00000000000000000001402b7dd9e8a734d6c20ab989a651f3909c7604431ab8 1.57 MB 6,706 14
866,915 866,915 00000000000000000001f74d84d4cae809948bf12626a4e95710f05280083c8c 1.51 MB 5,424 17
866,914 866,914 000000000000000000009d4579012aeb98a075acea35d2ecc9c95fbd2be3b902 1.56 MB 5,328 17
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
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

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