Memory Pool Memory Pool Refreshing

8,002 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,660 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,084 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,659 (705,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
202,346 202,346 00000000000003e5881bd57dbb0cfaaf2bb063661b6546ba61849266c2477163 0.06 MB 103 92
202,345 202,345 00000000000004b07c3d8ef1ceeb12c07c3d84e55224d7d82345d389bf6c4467 0.14 MB 357 125
202,344 202,344 0000000000000152d261b6ae876b28798e6077bed8104215a69a599720efcdba 0.19 MB 493 85
202,343 202,343 00000000000000dd301b2b2b3feb4e92969cca7ea91f0722c68e597019022201 0.25 MB 692 295
202,342 202,342 00000000000003ac36cdc2fd0d46d22b7acc6c561feba362980170f5813a2de0 0.02 MB 59 174
202,341 202,341 00000000000005075ba3438591730a6beda72e701de41423db87b5eaa71fdbef 0.20 MB 505 234
202,340 202,340 0000000000000358c595f77cffcd0944c5d7980aa21e1927d1d7297d3365c6f3 0.05 MB 166 107
202,339 202,339 00000000000001b82911e709c5d4ae3604bd6cdecdb63e8dba2831a3d8536733 0.02 MB 50 130
202,338 202,338 000000000000018b3e3eedf9a945af6aaa3de578304ae0274ff2e388f5cdcfbd 0.09 MB 114 5
202,337 202,337 0000000000000401a8615f68a1a8d7c56c5a930d54eca0e6e484627dbd24377e 0.03 MB 92 300
202,336 202,336 000000000000046d98c8956b28d1438f3744f9ec45639afb1e7841d844840251 0.15 MB 314 147
202,335 202,335 00000000000003338a2aa99964e3c95306b1b44e75f9e56f67a19a4e4f7fd13c 0.25 MB 545 155
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.32 GB sent, 92.32 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.