Memory Pool Memory Pool Refreshing

5,128 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,965 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (704,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,252 203,252 00000000000000a25812238e371a59238ec00f7207cd7c7fdf4cfbf505ba6dea 0.05 MB 140 155
203,251 203,251 00000000000000ad062d2f1f139fc4df097efe2dfa6d059575784530e519043b 0.10 MB 221 118
203,250 203,250 00000000000001a907974eef12f8489821409f0b71af87aa82e61a5a6610a6e0 0.12 MB 269 105
203,249 203,249 000000000000046297a32410a28e43e20d111a27b73310ff7fa099e94fda0623 0.15 MB 329 125
203,248 203,248 00000000000004fed43df835c80b3dc1335231b20238763fd1a7138c192c1bf6 0.03 MB 57 66
203,247 203,247 00000000000000dc3352bd2b664d4862521a151eaf8b5f5571061fded6148256 0.01 MB 33 79
203,246 203,246 0000000000000558926af7c59bae975fbe9845661dd889e6ce75f4953936b2fb 0.31 MB 676 110
203,245 203,245 00000000000000cb4b0a4b8c43ed87b83978642424e8a1697d23631b11512895 0.11 MB 253 115
203,244 203,244 00000000000001a68a7d281fca793ec81cf50e8b562fe7cb0c14666e1dba9dd6 0.18 MB 369 148
203,243 203,243 00000000000002c70ba9b53fb6dbd170656c96a8f8327869660aa0b0b1c24e0d 0.00 MB 1 0
203,242 203,242 000000000000006f13d92f75d658633813c3accfdfc4ca1feab579b4cfb4bd18 0.20 MB 450 95
203,241 203,241 00000000000004d565b449935ecb0fbb12ae50ef2fd3cd397d3c2de5bae35d15 0.22 MB 560 141
203,240 203,240 000000000000026705affe76ce5cded782eed4f34867c4561f6c11499f9a9772 0.01 MB 36 173
203,239 203,239 00000000000000297076da8f39ecdc4daf216ebb3362cdb74d93574bd08086f5 0.00 MB 6 38
203,238 203,238 00000000000001398f70890bd548753a1e521b83c714c312a4919d242e4d37c0 0.08 MB 189 572
203,237 203,237 000000000000057bd60c70cb32dc0e961d68f2b4e32c48ea54458e31db271a5b 0.04 MB 93 107
203,236 203,236 0000000000000341b4e81d671ea7b9ccf1a3138b07dce68b0e5c77dab49dea88 0.13 MB 316 55
203,235 203,235 00000000000004ea1e6fc62fb2c9c84ada54c5966e7d844eae7d2d3cebb29c9a 0.08 MB 196 101
203,234 203,234 000000000000033e8cb5c64ef0fcfff468f15853ca4cdedbeedbf02132750740 0.40 MB 992 252
203,233 203,233 00000000000002b139315d225ce8c05c6b018cbcfd87c5e7ef85d65394848329 0.03 MB 78 85
203,232 203,232 0000000000000379a7ddf5514d68c220164d20226a6a965609bbf717e94807ec 0.19 MB 391 103
Previous 10 blocks ↓
Total Size: 769.05 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,627.65 GB sent, 93.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.