Memory Pool Memory Pool Refreshing

6,302 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,077 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (744,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,103 163,103 00000000000006e653eb76a6282aa79717f47be5675ad23eee05b15924a685cc 0.03 MB 63 131
163,102 163,102 0000000000000bdc833fef61188a4a849f852dd8d78628f1bb86c15fb7047d2a 0.02 MB 60 122
163,101 163,101 0000000000000d4d0865ae34c01e8164930f017d707866172ae17966a012c5be 0.00 MB 9 52
163,100 163,100 0000000000000487b04d498f8ec29fc1fb07a76240d63b9cecbae6f5bd71509a 0.02 MB 28 139
163,099 163,099 00000000000006b3859cadbc30bcad995e2b588369bc025ebdda0e7e593a94f1 0.03 MB 84 169
163,098 163,098 00000000000002b7e0bc28bb6c9cd38702860db628ef1826005e37c4b302cf1a 0.01 MB 13 194
163,097 163,097 00000000000006651788a1cd736263b2540e4b40e669c4dddbfe01b7d95823df 0.00 MB 10 53
163,096 163,096 00000000000000e387ff3ec285b9a30423d7cc444751a50f7fff9f0a7333f14b 0.00 MB 10 0
163,095 163,095 00000000000006d5083c985027675134acab2c8cab0a24e0eac4a7acb476d108 0.03 MB 62 138
163,094 163,094 000000000000022b8f30cbc0ada94643638ecc9db5f3940fa75cf7e42fcd6792 0.00 MB 7 0
163,093 163,093 00000000000000245dae35c82b7c00d26cdb6f3d8c603bcc9cd2c6065ccb222c 0.01 MB 34 59
163,092 163,092 00000000000001b393f54839330377764b618bf384e2050f7ea34364aa68b9fb 0.00 MB 7 51
163,091 163,091 00000000000007c8d31f1a46efb3b49c746f6806778c9b663a5e824dc45cf09a 0.00 MB 13 127
163,090 163,090 000000000000063620adc1960ecb6239484d07ead2ae339c20672045e70f4189 0.02 MB 48 51
163,089 163,089 0000000000000386c1a78269f80b6aca6164922ca2ed2c32c06d5fbd74135e86 0.02 MB 50 193
163,088 163,088 000000000000043c83db974ed77aeafaa751cfd0054c3ad33718f6f073d206c1 0.00 MB 6 748
163,087 163,087 0000000000000ca5a2d9faf64c86774d782f8e1bcae05324f58c8a3b48ff2a37 0.00 MB 12 0
163,086 163,086 00000000000009cba03900c813da26a9d91a27c51650c16fa7a26979eb744c30 0.02 MB 45 403
163,085 163,085 00000000000002b60c7a38f75d157a6bb8e926584acdce1c9553bfe3cfda1953 0.05 MB 144 85
163,084 163,084 000000000000098492f4616918d790cf168187fa94ca152607c5fd29bdf6fe30 0.05 MB 105 567
163,083 163,083 00000000000006b8a3dc431f0d7fb842157f4a7c5ee9c9718d6532c19810fccf 0.01 MB 13 297
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.36 GB sent, 92.71 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.