Memory Pool Memory Pool Refreshing

9,269 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,859 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (580,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,778 326,778 00000000000000001d3afa825815de539614dc3037f83fb941880bf625ef903a 0.12 MB 256 40
326,777 326,777 00000000000000001a2d226d927e76d1077670522150a82cac5691aec9e84139 0.35 MB 664 26
326,776 326,776 00000000000000000ec2cf55baeabce083626d2d57d2da295f06073eb55e717e 0.23 MB 379 27
326,775 326,775 000000000000000018ad04ecc95d40d5ea3f600f190bd2498015bf32338af904 0.13 MB 161 17
326,774 326,774 000000000000000016d43e401f41c6b1e6870259c70a681c271000a5df514624 0.21 MB 370 43
326,773 326,773 00000000000000001839db86a53fe31b5116b76ef4d2defc2564ddd572055ab8 0.62 MB 1,077 29
326,772 326,772 000000000000000011f48e3f3377f3fb1ccbc25a7c072173a60b3c862661f7a2 0.02 MB 46 20
326,771 326,771 000000000000000015645eb15e32c5e8bc9e4fcf8428e6bf016aed6f3a76a7d6 0.14 MB 236 20
326,770 326,770 0000000000000000079286eb9e445dbf6e9594a1f4f85daa99f4ad5bad64a909 0.58 MB 1,114 27
326,769 326,769 0000000000000000019a92de18d9d2f3aa3bd59220a7bc615c109992993c58e7 0.02 MB 64 35
326,768 326,768 00000000000000001b719312d2c54252fc405a49bfac976bc88f4b6b23dd2ba3 0.11 MB 149 17
326,767 326,767 00000000000000000628b6e5fc6801af7ab751e74d8cc97e9458852efb3a22da 0.28 MB 469 25
326,766 326,766 00000000000000000130ac040c306bc3f4bbac97cc9e690646f3c7bbefe5473f 0.14 MB 287 40
326,765 326,765 000000000000000018b62b85d81fdd5962f9285efba1d9ad8c3ada321028e49f 0.08 MB 142 26
326,764 326,764 00000000000000000dfcac6b52883826fbf29fe846ea26711d546f4ba8a53f2e 0.13 MB 246 27
326,763 326,763 00000000000000000b58f8256f24d88488acafd6cd5dbf3d6aa3f92f2850b86e 0.14 MB 279 28
326,762 326,762 000000000000000011e9cac6b438b77cdc38b3013efa729d7490950e1797bce4 0.01 MB 27 35
326,761 326,761 0000000000000000182985ebe2f56f04957873547c43fc10a78dde54e76435d0 0.56 MB 1,161 37
326,760 326,760 00000000000000000865adeeac9cd1c174f60e6fc06dc5c0f2a17453e41fade2 0.05 MB 107 27
326,759 326,759 00000000000000001c3c98dfea977c021a09bf73a7958d3f655cf6dbf242392d 0.61 MB 1,205 38
326,758 326,758 00000000000000000fc1c7d993fbd3f216c15aeb91d5d0a2fb84d5d8ddbbf8c9 0.70 MB 1,327 29
Previous 10 blocks ↓
Total Size: 768.98 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,616.45 GB sent, 92.72 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.