Memory Pool Memory Pool Refreshing

1,428 transactions
22.93 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (902,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,134 6,134 000000002af9ef1b57fda3700f6cf24fec26f78ec9edc468e38acecce0237e8c 0.00 MB 1 0
6,133 6,133 00000000ce3f95831ae055a9fe6e497340a15a10a1edc7c06473564635f7f1c2 0.00 MB 1 0
6,132 6,132 00000000dbbc4c005a427f94b9b7da4c55981aed04d46cfc76f8fc97b75de846 0.00 MB 1 0
6,131 6,131 00000000e5a432606e00173535adf891aed6e759d2a45b9a6c2988c3f8e70a3c 0.00 MB 1 0
6,130 6,130 000000008393f20762c0fe982f60c125d3c29d549223caddcd30bed2123fed4f 0.00 MB 1 0
6,129 6,129 000000005e5637239855db5d7eae501fe0baf795efdbf279d495e12d273bc012 0.00 MB 1 0
6,128 6,128 0000000089bc59042b867d7ddb16b6c37765a222e848ecb54d6e84f68c4f7e90 0.00 MB 1 0
6,127 6,127 00000000dd77ec9906d6a4ffde7d95945d6c675a922fc1bd365e5ff46f49fed3 0.00 MB 1 0
6,126 6,126 00000000e02dd6d27f0ee3727b97f9fe72da33f0a1f06dba8cd4fb887fa1f646 0.00 MB 1 0
6,125 6,125 0000000093ca739f386f6ce9687e5849aaadf3600d037e01bf92a7a8183dd313 0.00 MB 1 0
6,124 6,124 000000002b7f6e55aab66535f20baac45b59440da8f82733eb5dfdb814988cb2 0.00 MB 1 0
6,123 6,123 00000000a7571070a1f69887523caeda62228f27159fc2e6fbedd6faef6772ec 0.00 MB 1 0
6,122 6,122 00000000d3345fcfc24da95c516c19b95b7aa4e6482e755b2ba271210002cec8 0.00 MB 1 0
6,121 6,121 00000000e77730de17ea5463179ba997970c9bae53b0e5c4faf74773711a130c 0.00 MB 1 0
6,120 6,120 0000000045eebeb8dde04afe8706f42b549aa63cf8fa478e46917ef823335e44 0.00 MB 1 0
6,119 6,119 000000004245a3a490252f474486d5dc0c40ecd6c64b0066872e81a65d47ad04 0.00 MB 1 0
6,118 6,118 00000000a3eb27a6abcc24d18af3cf28013c39643228ab02493463346dadf3c0 0.00 MB 1 0
6,117 6,117 000000004748a0c2d940ac930fd767ec9da39d6369014345b1c73e7621945a1f 0.00 MB 1 0
6,116 6,116 000000004ca4d556f7eb04a41e7896988f6da9ffa7f680e9cc5e998ea3ee9507 0.00 MB 1 0
6,115 6,115 00000000e40fa013d2e89b45429011303ad6c3f85e44a6e3ddee314c78b00474 0.00 MB 1 0
6,114 6,114 00000000846e60060baaaf0d930c2738f287534f72d5b6cd4e9ef888da7652cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.32 GB sent, 98.60 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.