Memory Pool Memory Pool Refreshing

6,050 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
908,125 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,328 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,124 (643,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,490 264,490 0000000000000009e188ff3a355fa3ffe5684d106693fc781dec4d50e18b2bb9 0.00 MB 10 102
264,489 264,489 000000000000000ccdc7dd7aebeb1b909893adfc7c0694298f29561564c70d03 0.08 MB 177 104
264,488 264,488 0000000000000000d1dcfb9c0286d3c8908affa0bf3e7e7bd6d43feac6064ae4 0.11 MB 242 113
264,487 264,487 000000000000000d2819f58dd841a1c58afddb32da88a4f2f37af53712e53ace 0.10 MB 197 85
264,486 264,486 0000000000000008aab7683dfc23b0eda0989a5dd8f8ee9069da702fb7b0fccb 0.11 MB 275 38
264,485 264,485 0000000000000001267357fd027248d29479291855541c63f2a95f27b564e6aa 0.23 MB 464 106
264,484 264,484 000000000000000ff62a5bf9acb7b1bd80c910d71f1d716c6fb63a8800c810b7 0.05 MB 137 95
264,483 264,483 000000000000000826b5ad8e10a1809af883b0eae675c71dd1720d83ae3d91fa 0.02 MB 38 28
264,482 264,482 000000000000000fe4dfe61c99bb814d80ddb98189effdfc68508ea539594d7b 0.19 MB 403 119
264,481 264,481 000000000000000a6398085e41ff093d188319ed02f14a0c5ae941dd902b6dde 0.06 MB 161 123
264,480 264,480 000000000000000dc9a2d6c754bacffc825ff769617ebdcf5f0fa90af7ae0651 0.05 MB 150 90
264,479 264,479 00000000000000086028317bab0e2217ef33792c33d769896489cfbb950cb192 0.15 MB 295 40
264,478 264,478 000000000000000755d9e99733f7b887a192777bdd10847a1fdc1545b25b07c2 0.07 MB 181 79
264,477 264,477 0000000000000009a232f822a26440ed8002ee07f4a1c43d8d92e38308b5b6da 0.07 MB 98 40
264,476 264,476 000000000000000966b358cf43e51a86545060e3714b13344d5c46fa4cb01c8e 0.25 MB 560 107
264,475 264,475 0000000000000003bd4e188140a32f7690fa94496f2a4cd577cc785c0e845c9b 0.15 MB 346 143
264,474 264,474 000000000000000d2eb9f344a9920343c89a67805503d44c93b0af02378c9374 0.14 MB 246 234
264,473 264,473 0000000000000000433422a9f10039a7fe97e60c8c9a5d96e56cbde73793be76 0.21 MB 270 89
264,472 264,472 0000000000000005cd6347afe2ab6d4b0ccda4b90811bf98d164f98564d4219a 0.13 MB 284 110
264,471 264,471 0000000000000009d4f6ca0767830d01fa4011f3c8e77db0305d3c40dcedbe19 0.12 MB 280 115
264,470 264,470 00000000000000030bc4438ddc0d3782c35a48d7d03bf00f50f7af07db0c9629 0.15 MB 336 88
Previous 10 blocks ↓
Total Size: 769.78 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,679.95 GB sent, 96.80 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.