Memory Pool Memory Pool Refreshing

243 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,283 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 203 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,282 (904,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,782 3,782 00000000cfacf074cbd6aaad8c5f789fb7105ffe920fd4bf0459524a3b0f1f60 0.00 MB 1 0
3,781 3,781 000000007105edd97a76d92a591de7dc1adf811472f9776c1f52de659849e876 0.00 MB 1 0
3,780 3,780 00000000c742f4b873a9440e70d6d8cf97fd3361ab89a66807eae7d6fe1b2ca8 0.00 MB 1 0
3,779 3,779 00000000f169e14db1b80c61f5c7c3db0004280e33c0109166886ad859c76cb2 0.00 MB 1 0
3,778 3,778 00000000e08bbe78b86d88e875c1ea84245282cbf3c6bdf6379ad056ffd30f7e 0.00 MB 1 0
3,777 3,777 00000000efdbfc5cfe30ca8499e064fb5f7bf739fed46245eb6b81b05293d7bb 0.00 MB 1 0
3,776 3,776 00000000c694d2865fbc974eecd9c5b1f8d66916fe1bbe49b61f350b54b888a6 0.00 MB 1 0
3,775 3,775 0000000070720385231d9bc37befe0f0789380a91ef258b837e2aa729b51a7d3 0.00 MB 1 0
3,774 3,774 00000000f02c723b9133020b3fd816c0ca646a17bc2a5142cf3b333e28f1db1a 0.00 MB 1 0
3,773 3,773 000000006ed67fffd1fa1094b146ef28eb6666e707f89cae32cb8089e65f0de6 0.00 MB 1 0
3,772 3,772 00000000be3b857e6a25ae86dd9ccca0bac407d6bdd7d2879dee9987b5dc1653 0.00 MB 1 0
3,771 3,771 0000000083de75d9ccf21d9b4485d3cbdbe51c84e771c92e35ca6ac9ef7f1d89 0.00 MB 1 0
3,770 3,770 0000000099ee0b56888def476e4173673a95d85ce144c6caa9a24e08a117e58f 0.00 MB 1 0
3,769 3,769 0000000075702abf053488b052c1268835dd679f8d53ca070f4dff9b4392f9a5 0.00 MB 1 0
3,768 3,768 000000000e9569691c291f73a2348033abe77175e83c3223ad5e8055d8cafee5 0.00 MB 1 0
3,767 3,767 00000000fbb4e4f58b06df63571a363f334661adbd26f9e2efbbbc96e79f2ab9 0.00 MB 1 0
3,766 3,766 0000000020e4376cc294263acf158802c26e5eae71ba2ea0e5a5e125a8fe6301 0.00 MB 1 0
3,765 3,765 00000000d72c87c2e36a2a477747baeb2c851c270b802f7269a46d21087a833a 0.00 MB 1 0
3,764 3,764 000000005eb00849f56a989030cf6d51825007cc1e13cf16815ae6ede512be5d 0.00 MB 1 0
3,763 3,763 000000000281611838e54068fa0a95f7012112c552e711f88bb20f5d8d887f37 0.00 MB 1 0
3,762 3,762 0000000051dbed5b843cfc04925b35cbc6820ae17bb2b0f9089330dba31d6e1e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.92 GB sent, 98.22 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.