Memory Pool Memory Pool Refreshing

272 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (683,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,243 224,243 00000000000003d228be120f8fc97ca891ced9726954606bdaa6de5fab503a0f 0.24 MB 514 189
224,242 224,242 00000000000000135c7baada7596f9de9ffc1ff0c0b5a4c28264101a093ecd31 0.14 MB 248 129
224,241 224,241 0000000000000087da64cd8a30d29728243f3d4766b25e09650f8b432157a1d6 0.25 MB 638 224
224,240 224,240 000000000000004fa1b4a77118cfc742d5bf3757f70d9aa57934f3038c764ac8 0.21 MB 543 220
224,239 224,239 00000000000001353ece7d01e8e55411cf206ba16b1bd06d27314bdafa0631da 0.12 MB 286 152
224,238 224,238 00000000000000b264f664fc0d7fe1a3879ef50ddf0e96165b7a3a1dc1bafedb 0.16 MB 247 138
224,237 224,237 00000000000001723c340623a3e02f944160c79be5f58264f457b9bf3c0d17b4 0.25 MB 649 207
224,236 224,236 000000000000014eb848fa32e2097f0312bb058cf36392a278d81674d05a55a4 0.08 MB 127 151
224,235 224,235 00000000000000469ef6712453b921c091438008372bd9a3d4ce38a015b47ce3 0.14 MB 295 175
224,234 224,234 000000000000036a07eef82ba37522aaddf071b9dd4f1500b12d78426c60a36d 0.15 MB 342 170
224,233 224,233 0000000000000086e54664409b2fd4760460a265a846fdc3e504b3f59ae874fe 0.04 MB 64 46
224,232 224,232 000000000000032ed2b74f2131de614c8e0109c228771dd0f73d9160e9081ca3 0.24 MB 355 130
224,231 224,231 00000000000003733183eaa9dee261dc1a63bd9ca93410d6be9668179489be6b 0.13 MB 325 200
224,230 224,230 000000000000000fc2d91b298b8889c5faa4b88348e7fd3a26f77eb2513e27ac 0.20 MB 351 151
224,229 224,229 00000000000003760f0bc159366e58383b95d965ce017269df983d373ae07fb0 0.25 MB 507 174
224,228 224,228 00000000000002b49c1e0db7623bdd81171fcb74f6264e0e0c7acea03bbadcc7 0.25 MB 671 216
224,227 224,227 00000000000000dbb1f7fbec0cdf408f8d2dea62ecd49d0eafe7749210b2a1f6 0.14 MB 257 41
224,226 224,226 0000000000000187ec05be2e5b9483adbefac53007d278bcf8024cb7fea5dfba 0.28 MB 303 147
224,225 224,225 00000000000000d4dfab78081526d56039afd4238dfe5f139f9a8ad6f6bd1615 0.25 MB 608 209
224,224 224,224 00000000000001fcc40c5a3be9476096fba05ad9f6aed2d72d553156df0aaee1 0.09 MB 151 48
224,223 224,223 00000000000002b939596d2d9f4f86497e166ebee58d7b632c62ab3d148d1678 0.08 MB 221 237
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.