Memory Pool Memory Pool Refreshing

9,686 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (446,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
461,292 461,292 0000000000000000022cab299c763c59064b2c0b6f46b269d03dfea3a43560ab 1.00 MB 2,388 124
461,291 461,291 00000000000000000112ddacf49d35493f7c11ba781dd63f2d30906632a1a0d7 1.00 MB 1,747 113
461,290 461,290 000000000000000001c1b98cc38815e4f244da107bfcbe529277b0a44a8fb7ba 1.00 MB 1,937 153
461,289 461,289 0000000000000000013c637899c06061e6c57e4b395399b89661bc6a1d6af7e1 1.00 MB 2,287 125
461,288 461,288 0000000000000000016d7a827104f850afa08a385278739639492073cae655f1 1.00 MB 3,153 148
461,287 461,287 0000000000000000007406e6667afaa59ebe3e0ba203def22513b608773b175b 1.00 MB 987 120
461,286 461,286 00000000000000000183f8a33e31a9e8c6a1e4edf9d942624f6b4374d169658e 1.00 MB 2,336 107
461,285 461,285 000000000000000000ab233dd6668df1c514851eed070bc03600acc3dc814448 1.00 MB 2,417 180
461,284 461,284 000000000000000000a72842acd8db77be35ab803fe5adaaf05cb79e73b39a80 1.00 MB 2,542 146
461,283 461,283 000000000000000000c9d9ff70c9093ce1d1ea0ea360207637e27237a3a6786b 1.00 MB 2,247 171
461,282 461,282 000000000000000001077e6ab46eb1211715c5ed1d5794241fd48fb66f1e1c8e 1.00 MB 2,231 178
461,281 461,281 00000000000000000060c62f54c42feeff2b290d8f2561d2ce883acc5f6c371a 1.00 MB 1,857 134
461,280 461,280 00000000000000000047e46431c1f7d04c3ebc67c66a1ccd3715ae73af82ee25 1.00 MB 2,800 188
461,279 461,279 000000000000000001c31013ecb3897365ca6c68980fc6f7b0ac9f57600edef0 1.00 MB 1,336 130
461,278 461,278 00000000000000000086652a2f5841bb0e05b686617aec3ba14c36f3ab970398 1.00 MB 2,424 169
461,277 461,277 0000000000000000003c22b69585b8517d8a66ab47d5599637a535c0c1679900 1.00 MB 2,379 147
461,276 461,276 0000000000000000021177e76f713f4a472ae2886944c62ad7131f22d202afdd 1.00 MB 2,125 134
461,275 461,275 0000000000000000019b71e310fc84648a0b07715567fe0af805c4058fa068fb 1.00 MB 3,016 165
461,274 461,274 0000000000000000008d36dfd61f93cc8ea475698076949bb64c313a3c9f77f8 1.00 MB 2,432 232
461,273 461,273 000000000000000000b9e571f918ef56be35cfa3b55e4e66fcece4da49213983 1.00 MB 2,738 117
461,272 461,272 000000000000000000aa4e5bcc618d9fa876bb33cdc6c8e441ad0dd587cc562c 1.00 MB 2,055 124
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 GB sent, 92.91 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.