Memory Pool Memory Pool Refreshing

3,398 transactions
1.48 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
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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (712,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,241 195,241 00000000000001d93f8d42b9489e39131d12f473ad0b17bb66c6f982fa721c56 0.23 MB 512 162
195,240 195,240 0000000000000721a68e9fc4eb5f226c012db66df1f2af29ce47484bd0fd42b0 0.05 MB 141 79
195,239 195,239 0000000000000018874071a387d18cab91337de6b0d928f737e25d72f3040830 0.12 MB 268 113
195,238 195,238 000000000000021bdf4157b16406e5d62d1e276ea0b56e0b40566b5729cc824e 0.06 MB 191 179
195,237 195,237 000000000000028b4b65a1594014af7d74abce55c1258f1205361f7784dc3b11 0.08 MB 256 25
195,236 195,236 00000000000001eb81d07e60c6a2e847157984d907f64ae8d88545c88bfdee24 0.02 MB 43 47
195,235 195,235 0000000000000671f2c0787e50c81bcdf270ea4b7bdb41056bf4cde1f5cc92d6 0.10 MB 236 254
195,234 195,234 00000000000000fd3c584e6aa7e0febf803f9c1534e4cdea7639e311af89341f 0.01 MB 17 57
195,233 195,233 00000000000005ea6a2901d8ff81e7e5fadeecd195590d38f2b5d3c59a416fed 0.01 MB 27 54
195,232 195,232 00000000000005af9b734bf7dac90b4568e54e80d858f8f52cffcd05de028b9d 0.08 MB 258 185
195,231 195,231 00000000000000f2ab805874984ab0bd675526d7168b621367dde692ca691216 0.08 MB 261 134
195,230 195,230 00000000000006d66f11295b0afc6d772925de58de8bb8d4790246b560285ed9 0.08 MB 205 112
195,229 195,229 0000000000000716cbabc27e56eacd87211cbef6ee7d099167a0fe4ef64f2d6e 0.06 MB 166 172
195,228 195,228 00000000000001e01aacb77e4bbbc4657d46bea6f2c7f20d43b8500c882adf4a 0.15 MB 470 151
195,227 195,227 000000000000005533719e7f4cb594e1ede757073de28c4e0adaf5adb561319c 0.01 MB 20 49
195,226 195,226 000000000000004b80ea77cc2370e7671c70fa27af62a8cadc5f76ef88926055 0.02 MB 62 95
195,225 195,225 00000000000003d941a028e054858c878460cff5927bbdc7ff71c880a033d4db 0.03 MB 78 22
195,224 195,224 00000000000003dcc5976044e1f80bde5d471be2d50e1761bb21a2affb571e30 0.03 MB 72 146
195,223 195,223 00000000000007754f4c457d4d672ad45e7d78f6d432b0504e8bac8506dbea56 0.08 MB 178 117
195,222 195,222 0000000000000035d6db8ac1639005d881df8f2d1f3e3eca1e41fe6cf8767129 0.02 MB 32 52
195,221 195,221 00000000000002347ce656d55f6ef1080cd172878309082d8d39dc99302f3c3b 0.08 MB 256 73
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.