Memory Pool Memory Pool Refreshing

5,839 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,938 (697,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,914 210,914 000000000000049c9d493d55053e6a3e5d7167ee55dc9d6f718a13458f63e8a8 0.05 MB 108 58
210,913 210,913 00000000000003b0e955a4570f6195e348ce8848b223d24a80d2cd8cd26edc72 0.13 MB 336 195
210,912 210,912 00000000000000ffa30e527b5a268927b0037782c666d969cc4fca46925aecd1 0.07 MB 140 141
210,911 210,911 0000000000000456dc112ed99128d964c5fcec7dd79c72319b24a5a7461764b9 0.07 MB 147 242
210,910 210,910 00000000000000732bc3eb4bec34f217ae71de7f6693cb8f545b45b3cbcd8caa 0.09 MB 234 189
210,909 210,909 00000000000000fbab1490f85d66414e56ee04ebb28425da86bbdc452fd478f8 0.05 MB 106 330
210,908 210,908 00000000000004aaf59a1577d2e9a7270b1378e048168f783ca1728813303f59 0.04 MB 108 368
210,907 210,907 0000000000000336a0c8c179cf947b14dc55b8aace93295d731d39e6f8469572 0.16 MB 293 180
210,906 210,906 0000000000000068f0879ed008a1519cad4f561d5ca1bf6c3fbb4faa2a74f889 0.17 MB 350 179
210,905 210,905 000000000000018acc7c9d051d66fb88e8dceedd1b26c56468e2a15b6bf3c527 0.08 MB 141 118
210,904 210,904 00000000000001fc1ad4c26ad09bc974d8c3be7460a6482503b5e5ac06c53d97 0.06 MB 176 257
210,903 210,903 00000000000001c64d58b78a994d3ae3a4a87c9c9e1577d73f6548b222ecb6f5 0.13 MB 204 145
210,902 210,902 00000000000001049242ec4dbb5581354e7f05dd05e6310566df2242cb39a094 0.00 MB 6 299
210,901 210,901 000000000000010bc0f9da8d308e95981cba82326ac662a70b37175d825ffd39 0.00 MB 11 191
210,900 210,900 000000000000007e2a961526141f71f39121be8326082a9bef0c38d485594f53 0.25 MB 509 197
210,899 210,899 00000000000002b0075349093be0ba191fd65b2cbbe0063bb89cef1e35745e0c 0.04 MB 94 89
210,898 210,898 00000000000000ad09aa701f10d5421d1bfa5cfea1b170efa417c7dbc4da3e04 0.16 MB 258 473
210,897 210,897 00000000000003de23ebe1cb346045e36824d0194993bca4ce5de795de3c2d30 0.06 MB 108 138
210,896 210,896 000000000000012130e7b1fbbab6e4e7d26b1713f54fb66e449d93802bb132ef 0.03 MB 40 85
210,895 210,895 0000000000000199d0e02bc99fd9fdc28ea8120e85c128300a66d3419b9cf091 0.25 MB 530 177
210,894 210,894 000000000000001a072d3396c1418508e00234f2283a4999fdaa898e0908af02 0.25 MB 534 167
Previous 10 blocks ↓
Total Size: 769.43 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,645.54 GB sent, 95.10 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.