Memory Pool Memory Pool Refreshing

4,004 transactions
1.25 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
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,104 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (710,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,269 197,269 000000000000032ed732961cdbdfc8a92955045954dddf43263de9043ef0cbb5 0.03 MB 31 76
197,268 197,268 000000000000001d3143dfa1572987a52bdb9b358269b3f625b173cdd25383d8 0.03 MB 81 114
197,267 197,267 000000000000046a61d6b1a03fd4be40d0625c6017814891168330221bdd12af 0.01 MB 32 0
197,266 197,266 00000000000004319e7d3390e54421baa436dd16c2d3d5538122f8dc2b3a8682 0.02 MB 83 2
197,265 197,265 00000000000006a95a6a8a274ca1c3c0a58ce7b8dfa2de54d1e80604a1656e73 0.07 MB 100 84
197,264 197,264 000000000000018be2157bbbae4450b37a8e9923e24f8f04282fe6a7fb7325aa 0.05 MB 104 105
197,263 197,263 0000000000000168b895fae96b420bd7e98f2a723b7a684b988087d6edb2a795 0.16 MB 326 105
197,262 197,262 0000000000000436a7fcb3a12c9d6380545dfff3f1009c104c4ccf2504dc8676 0.09 MB 256 200
197,261 197,261 00000000000002fa859bcadc50f42f3d4704576394ce5049fb5ef0748b845718 0.01 MB 32 0
197,260 197,260 0000000000000520a12a9677b64be2b2f1438a56d88edbea72555b668c429e37 0.03 MB 106 13
197,259 197,259 00000000000002139920d8346ea0451e5facbcc04aa11db26254fcbf3ae7a668 0.02 MB 53 600
197,258 197,258 0000000000000635aae880b5abe5d7add9a19e7b55381a5b2b3a0241dccfa5ad 0.04 MB 88 101
197,257 197,257 000000000000025223e5f0962a55367c5eaf45f01153055e9e6b1cc7210f755c 0.05 MB 131 128
197,256 197,256 00000000000001ad9a12bc957564d6c94a4c1e94b45254bbe712747d92b2e988 0.09 MB 178 114
197,255 197,255 00000000000004279a0f9cf5f83e35ed56fe05e5d8902b0a4f378cb73c16c510 0.05 MB 132 107
197,254 197,254 00000000000003e1257b50115b07714fb1becb1a829f359b725bc12788d9090c 0.04 MB 82 125
197,253 197,253 0000000000000359cb24d324ffa6e6af3c2566f17ba21c93816d34b85754d958 0.01 MB 24 90
197,252 197,252 00000000000003075d3b787b61f3b66d41e69afe0f57dd08fed010cff9fa2210 0.11 MB 284 122
197,251 197,251 000000000000065e76d7c9fbd4a506a9b08bdfe8a94d6ab83ef8e80872b4d851 0.09 MB 250 148
197,250 197,250 00000000000003f9dcbbc648d2324be9e4cac29d1357e31e8502509cd8c21bc3 0.12 MB 276 134
197,249 197,249 00000000000002ec06d23d81bb172de59840a21b15ed34a8b35bacb37a3ab1d6 0.00 MB 17 150
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

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