Memory Pool Memory Pool Refreshing

8,410 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,660 (705,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,367 202,367 000000000000030821a47a94d32fff52ed9668b77bd68837711bd1aba3be927b 0.00 MB 11 15
202,366 202,366 0000000000000305a9711f34782bbd3d6987c75da10e5fab70e058c500f1e642 0.07 MB 103 129
202,365 202,365 00000000000004dd40a45a7df908e0a8fb8486d59f34c083fae8e2e20e09cbad 0.12 MB 282 179
202,364 202,364 000000000000008e1920a24d9573755b509e37c0514654ca1e87cd5a0540c579 0.08 MB 178 206
202,363 202,363 00000000000004263fc98a879f27604b82cd2a47b3aa4debb89adf44048b1f16 0.13 MB 307 166
202,362 202,362 000000000000047be425909c7b75cc3d286047463744024491fdabf5ce4200a3 0.25 MB 673 244
202,361 202,361 000000000000019d4ceff25475d850c720dadc5428d089bbe71e8d209fefae1b 0.05 MB 132 168
202,360 202,360 00000000000003e6331942f664d23f38959656f5fd36117ea991184e330b91fa 0.05 MB 96 209
202,359 202,359 00000000000002f415249c1ca8d62b8319455694cbe973c7274cfa21ddf68d56 0.01 MB 32 217
202,358 202,358 0000000000000477e7c6ce5440eb37c830397e9ce68bb2bf6b2363fd697ccb67 0.02 MB 63 210
202,357 202,357 00000000000002110c9bcec042e897081202747c9363c2d3e08455beea655e57 0.09 MB 216 263
202,356 202,356 000000000000020df34445ad32a461fbc3f7a4368d2d5a5c883c8212e4901fef 0.02 MB 44 23
202,355 202,355 00000000000000a488cf8d4ff0ddde425520d782ac5860d679585cf07dc9920b 0.01 MB 22 1,492
202,354 202,354 00000000000005231dc85bc959fb356ce2bb88247343bc5694dc08609d7d9f08 0.08 MB 172 173
202,353 202,353 00000000000005118cd8c621e0c5bf64076bd855189e5702f18a6dea542c225d 0.19 MB 417 212
202,352 202,352 00000000000000370c4bd0be318d2cfa67b61cb5246ef7bb43cfd9c9d243d6fd 0.03 MB 58 163
202,351 202,351 0000000000000251bd0fcc5d0d49917e6fa5c278269bd7faf47ec2fbad6e1c2e 0.24 MB 406 143
202,350 202,350 0000000000000021bd4a0b90e75ec4229d613d5b8c56a41e930944f4c2e7e8b1 0.05 MB 105 179
202,349 202,349 000000000000041b69ea00749e1114672666b8db7e7c4d128d21fa83aa1b569b 0.20 MB 582 257
202,348 202,348 00000000000003364b00f7432bbd03652c0efb28d5ea125620104afb9cd1570f 0.06 MB 160 432
202,347 202,347 0000000000000518866a7493f7923705ceb6c8af3f702b9ac6c17afb2c46713e 0.01 MB 34 139
Previous 10 blocks ↓
Total Size: 768.91 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,603.42 GB sent, 92.33 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.