Memory Pool Memory Pool Refreshing

2,409 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,857 (448,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
459,401 459,401 00000000000000000117f0025daf8a7740beccc677ff93c8cd5d9ff1ec9b1d07 1.00 MB 2,500 205
459,400 459,400 0000000000000000011ef22bd639d092dc597bc727416ab44fe2cf459eeea488 1.00 MB 2,212 130
459,399 459,399 00000000000000000149252107a69c98ee6a3b9e65d4cba117ff46f86f81653e 1.00 MB 2,636 209
459,398 459,398 0000000000000000004c83d7d30b98b5f715c388996fac6c2a8516d9f025c474 1.00 MB 2,170 138
459,397 459,397 0000000000000000015fa862686461623d7b65f9c0537c657cc947ca0319dab6 1.00 MB 2,542 141
459,396 459,396 000000000000000000accf1aa52b4487c1713dae8df31af447e577c28660cd59 1.00 MB 1,408 153
459,395 459,395 000000000000000000c1857c50b09b0f94a93b8c07a5388618320b98b72d5710 1.00 MB 2,634 144
459,394 459,394 0000000000000000015fd8142b6e61e4ccebe97db869bc5dd57939f2950b27cf 1.00 MB 2,462 182
459,393 459,393 0000000000000000012e5b1619d00c25dcfadf282f8428c0ece7eedcfb0882f4 1.00 MB 2,370 202
459,392 459,392 000000000000000001c326303d8f6463326bb327e27be10e8231b658d6bc70d5 1.00 MB 1,982 142
459,391 459,391 000000000000000002441ff912d0781fcd2fc55ae162947bfc91622ecf6f0661 1.00 MB 1,935 152
459,390 459,390 0000000000000000001b76f75652176f0e860a72503da9f141d293b91846b091 1.00 MB 1,564 163
459,389 459,389 0000000000000000021002101e658102e928ad2a9e6accaeab70e78696b7200d 1.00 MB 1,914 194
459,388 459,388 000000000000000001d35112817f2e5e45c75eb432c181589df138d0940857ad 1.00 MB 2,749 192
459,387 459,387 00000000000000000101a9fb427e633052fd6fb38fbb1b19de8ebbae48c85c73 1.00 MB 1,792 246
459,386 459,386 000000000000000000f5ec8f215cf4fd770d7dd786cd3a5c34f06b1cec6cc764 1.00 MB 2,271 191
459,385 459,385 00000000000000000237ba0afb171c6f8445c57201fab0d89983b4799c2c593a 1.00 MB 2,617 206
459,384 459,384 000000000000000000bc6edd36688a36ad81da6b6aafcd50f2c65f0bc2356314 1.00 MB 2,799 134
459,383 459,383 00000000000000000162820763fec61c9ee35df5d9cc0720b90e954a78980dea 1.00 MB 2,645 130
459,382 459,382 00000000000000000146dc3cd64532b607bb77a8cc8322d78069478c65a10072 1.00 MB 1,957 164
459,381 459,381 000000000000000000723d0e562974064cc21c7ad526ce591c8540304d686dba 1.00 MB 2,275 177
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.