Memory Pool Memory Pool Refreshing

945 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,989 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 945 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (766,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,174 141,174 00000000000001f9b61dee68892572987f101f107defd693732f9b369784d4e5 0.05 MB 129 147
141,173 141,173 00000000000002f6bf2308ff6e0c10284c42c9f6be1104698ec52634c0fdfc5f 0.05 MB 120 224
141,172 141,172 00000000000001bf67ffeac219078ca335dab4244e6908ca8119936222ea0a1b 0.05 MB 122 93
141,171 141,171 000000000000014fb652973c5e3fc990a28efac6b17c23cce2fee7d12c2ef09f 0.01 MB 19 1,544
141,170 141,170 00000000000001021428af3e74028795f127ba18fb2b8b51a8a723daf89dbe54 0.05 MB 115 240
141,169 141,169 0000000000000593d9cd81b3c0fa7ed67f347c6e977abcad52d7e53169afb35e 0.01 MB 27 133
141,168 141,168 000000000000072657fe7dd0b92615b0eda939218e33a0322c0403985994c255 0.06 MB 147 185
141,167 141,167 00000000000000954e040cad8d5401ad3d86baf2721ede3140c8413a3cd837cf 0.05 MB 101 283
141,166 141,166 00000000000000d752cde52cb248d9d0c508ab0a21404f62e8e6252d5a98589a 0.05 MB 149 165
141,165 141,165 00000000000004c8aaf25407d94190502b76397d7addc9e04e2d778a86801333 0.03 MB 64 197
141,164 141,164 00000000000002bec373c45df1622378ba1673c060f3fb850b9de2235827375f 0.03 MB 57 98
141,163 141,163 00000000000003f3331bc4e6e7eb53baedc5647976ace0e1de08cd95d082d5d1 0.00 MB 8 580
141,162 141,162 000000000000000cf34300bc9621044482fb49de9eb34e7add1c1c8e9f934cc5 0.04 MB 83 219
141,161 141,161 000000000000056bf8e7cf5041dd11c0bef8e876607ba779579e2776b3b03324 0.05 MB 127 145
141,160 141,160 000000000000013d7a0af818de2de480dea9eee644df4b509cdc68a6ccecc78f 0.04 MB 82 151
141,159 141,159 000000000000043b5812893fa2c1da42af5c0430e4013906790762f136e89bb6 0.05 MB 97 430
141,158 141,158 00000000000005bc7450f3da0c0eea08bbf6270d76e691541160ec5879c4389b 0.00 MB 9 17
141,157 141,157 000000000000029b84bdd319b0c51e944be03408005905f5b4c0b8831a77228d 0.04 MB 85 237
141,156 141,156 00000000000007156080f5dcfb6ec067d31b141a88f78c11d3238125d0f146fd 0.03 MB 95 61
141,155 141,155 00000000000004718cea5a1712cc9acf6c10f9e8950708c7ecc445b5386df03f 0.02 MB 25 378
141,154 141,154 00000000000007cc274f3b7c0da98046034be7dec42f5be9a594e8dd8c5f8d5c 0.06 MB 122 130
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

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