Memory Pool Memory Pool Refreshing

22,415 transactions
13.59 vMB
Show Random Selection Loading Transactions
Max Size: 60/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
902,516 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,721 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,515 (700,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,374 202,374 000000000000013232108bc0c30910ef4931c0f94d241413123457bee720fb8f 0.01 MB 33 70
202,373 202,373 00000000000001cb76f60f96d9183355eb4a5e9c53a95f3313f8a0a157e89d89 0.20 MB 125 63
202,372 202,372 000000000000049adfdca08f5d87fb1e0c5a13c71cd9603c02f95ed933e64a5d 0.25 MB 501 104
202,371 202,371 00000000000002f408c991d3e56d9417948584a36a8343d5752071b1701214f9 0.00 MB 7 6
202,370 202,370 000000000000015fc338abaca8b6753d87cb121b5288702869d637d75ae5c508 0.25 MB 855 312
202,369 202,369 00000000000002ea019f97c0db764affc374882e439a7801418a8885f266f0fe 0.05 MB 134 159
202,368 202,368 00000000000000f1b145fb99da7c4f4be99b7c62b6d0eff13c31311a6086c4f3 0.05 MB 153 200
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
Previous 10 blocks ↓
Total Size: 760.04 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: 887.07 GB sent, 46.47 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.