Memory Pool Memory Pool Refreshing

602 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 600 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (720,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,110 187,110 000000000000034de4d623d775d1d57248339ddec9be39b54670caea958abd26 0.04 MB 143 53
187,109 187,109 0000000000000870ccfc347aed50b9e444fa0d8d03eeb42cd96fe00c673b0619 0.17 MB 374 311
187,108 187,108 0000000000000921647704fe64b93f3fc6e38bc0633981fb42e3e4a49694af2f 0.20 MB 436 128
187,107 187,107 0000000000000937924ba301818d69de57b809cae8765e889516862ecafa73f1 0.00 MB 8 0
187,106 187,106 0000000000000266f6e089e0942a44fd39b511da28655b2678507f47eff2dbcf 0.05 MB 146 140
187,105 187,105 000000000000053dfbba2f069afd707a08b8a006426c1692cb37ed62f5048a26 0.11 MB 321 146
187,104 187,104 0000000000000137d500d2bae8fbbab9930afb3233ccd4cb20a7b7d86dc4c4eb 0.09 MB 202 110
187,103 187,103 00000000000002ae55571236717e0df83e2d1bd374476abc1ffbbc31725720c0 0.00 MB 10 0
187,102 187,102 000000000000064f11985ce857ec4d4c7564ca64a7f15a9d5c35265936ba2ec8 0.08 MB 244 159
187,101 187,101 00000000000000358234038272c11b895cb60198c9fd3450b25eeac50a23807e 0.02 MB 58 26
187,100 187,100 0000000000000991a62d8d84435331f61315fc7873eff4896a447e5a865537b1 0.05 MB 91 86
187,099 187,099 0000000000000562c9300bbbe0b3ebc284ba9ced519dd84e89ef7e08b7f144a6 0.01 MB 47 166
187,098 187,098 000000000000034c4d24b07b7c4182b5d82e136ffd70958de20d8780f6a51394 0.02 MB 50 253
187,097 187,097 00000000000002f8e3045f3a96111c8a9bcf440a1d43df6f28c301aace9e448d 0.06 MB 185 144
187,096 187,096 000000000000069ed43dda4db922d9d4456e462d64805d0f76fdd15f6b6854d3 0.01 MB 35 124
187,095 187,095 00000000000004d3a9d3ded5435e488611f59d27359df1ddcd482775cc3d3fcc 0.07 MB 209 161
187,094 187,094 00000000000008340a591ae6aeab4bea166619882fbab2b56df531e33b6f3a09 0.02 MB 45 81
187,093 187,093 000000000000037849260ef83f45f85d1db27b9fd513f1409b28214f3efb9c85 0.05 MB 88 56
187,092 187,092 00000000000002b02b00b96cf6e564c3956119eb288bf85c6b6ddce52665a2bf 0.01 MB 14 48
187,091 187,091 000000000000055b69520aabd0ef46e9266a208d902d797cc4f3e83ece15110f 0.00 MB 10 62
187,090 187,090 000000000000069e4281f42b611447c749b869fdd20f8ae72d24f38025ae7414 0.09 MB 220 17
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.