Memory Pool Memory Pool Refreshing

2,049 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,033 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (667,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,433 240,433 000000000000000e79162a57bc0a2d2777bb7ac464a65b561448254a1a5db8b7 0.21 MB 511 184
240,432 240,432 000000000000006be0148b6c6b98cb39a7568504b43c60174e85c734d7a49f93 0.41 MB 512 1,240
240,431 240,431 00000000000000e85a3f6740d8891242fb2d1cdaeb3bf228d8efa0ca7600fa62 0.19 MB 422 188
240,430 240,430 0000000000000032c7fb1d2e9eeb5882fee6e83e265d4dbeef03ad91aa3879e6 0.10 MB 184 142
240,429 240,429 0000000000000007e4a0bbf008ba1879670d06b568b14c17e89b78694ebfa9b8 0.11 MB 267 164
240,428 240,428 000000000000007ab3458c4bf87681d1407dd051cc2166599feb096ae04674a1 0.10 MB 233 182
240,427 240,427 000000000000009abd72497fe360b5123bce5a84b54f57152f19107c2ccaf206 0.12 MB 193 148
240,426 240,426 00000000000000a67fa413f74de3524f25ad3d1638bff4bde7356b721e9c5a74 0.15 MB 291 136
240,425 240,425 0000000000000077b2be977854656b020c15d7f1777e1587ce223df16382eaa5 0.16 MB 353 156
240,424 240,424 00000000000000a88c7f0d917db76e622f513385d4a1f19f4e6ec06e71be881b 0.22 MB 384 112
240,423 240,423 0000000000000068e7b4d01ca8a4cb4b350d7b714dc4a4ad642adf3a9616bada 0.19 MB 374 128
240,422 240,422 00000000000000627fe5d5e3fff1538a0a8dbec21853827f5685c8dad8ce2a00 0.25 MB 508 150
240,421 240,421 00000000000000d5d6426ac519f389268a4c30d2faba4dbc7781680918c67808 0.25 MB 655 235
240,420 240,420 00000000000000353b3540d505a718e7e7e1f27310d6ea4e91f644cec7939c8e 0.25 MB 678 214
240,419 240,419 00000000000000e63a1d9bb67cfb6a5b17d5453bd1178219e8f4145c7a9eb179 0.12 MB 233 157
240,418 240,418 000000000000005fd51b9797105e37d9f71ab9c3366252c1c3d7038b8c8f7359 0.10 MB 150 129
240,417 240,417 00000000000000de2ec4e93ec1a22a01050d1600acdcff7d18662e41b44a4615 0.15 MB 295 94
240,416 240,416 0000000000000070ba7772b2e6d9d5375e50ff5ddbab83de7dccb0bee9f7af93 0.25 MB 596 185
240,415 240,415 00000000000000e71928bc35844829b5cd8caa510751477a59b06fa4f0397a4e 0.25 MB 750 233
240,414 240,414 000000000000008b1784e554a860e193fc2f457204226962921f762775b2cc55 0.21 MB 452 157
240,413 240,413 00000000000000def16d45df0430812deffc40022fa887cfe42f766bf7e63a5a 0.24 MB 558 177
Previous 10 blocks ↓
Total Size: 769.00 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,616.88 GB sent, 92.84 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.