Memory Pool Memory Pool Refreshing

553 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 539 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (686,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,740 221,740 0000000000000378cee937cbd4927c1e6c6eb50f0e1f70fd33020ed02efd15f8 0.25 MB 506 200
221,739 221,739 00000000000003e28935b613b91ac67dc010f518aa3839ca12112f40051e5351 0.25 MB 573 188
221,738 221,738 00000000000000657fce02a2f2047318abb79f8f1f0837031f80ddd5cdeab79f 0.27 MB 256 80
221,737 221,737 000000000000045f21ddae8c6cfdd14a851d9d6be41f333b5e35653f6eb37872 0.14 MB 167 105
221,736 221,736 000000000000027898b14d402b239aee4aaeb759fdfbbfe51f7d308a57dd2b0d 0.12 MB 256 140
221,735 221,735 00000000000002836890226bacb0ae98e076b1d1c5712a46d0051772fd6c0534 0.17 MB 191 82
221,734 221,734 000000000000010ea7d764dc813c60764b15e4fe208a227f819c18db5911fd1c 0.25 MB 743 218
221,733 221,733 00000000000001bb6d8eb8286a794df5a22b5a0b47f0b6ba90de9b12e45ae1bf 0.05 MB 113 1,002
221,732 221,732 0000000000000026988af85c7f17ab11a6971f8ab39d7f48f52ca3005546f069 0.00 MB 10 317
221,731 221,731 0000000000000105c711febc1ee33f3e513b9f30d5658978b1f6209f20147ee9 0.06 MB 115 26
221,730 221,730 00000000000003c69393c21aafea3a74d40bbbd04b23847915f40c1ecc6e3d49 0.25 MB 500 174
221,729 221,729 0000000000000448ad4f64e0f6164f1e9b8e12f7d3fcc5a410d06784d2f319f7 0.07 MB 193 183
221,728 221,728 00000000000001787d751c07dc1853ba9914151291b18a614aee5e1d7e6d2415 0.05 MB 104 62
221,727 221,727 0000000000000399325a94a245c7b4cc6e3166b5eba4fcf261d23e33da636a95 0.17 MB 407 174
221,726 221,726 0000000000000066f551cecd98fce192c39c74f086ac7a359528ee36b35948aa 0.17 MB 291 221
221,725 221,725 00000000000001404f9c75fec1f0e35e2c05f87b3d5257ff264e1c81b7458697 0.07 MB 141 112
221,724 221,724 000000000000015be6d15b87f7ca6fd8ef40a8e445d012381a5395170546e701 0.15 MB 293 178
221,723 221,723 00000000000003e6955929708c37668db6ca05d39baf16f0895a9c9de6f466cf 0.25 MB 587 215
221,722 221,722 000000000000050501d1124c789e1943ac363f89c747179a3b1ec1cc578c88ff 0.03 MB 71 199
221,721 221,721 00000000000004eeede3d6e02f24698cc4a559f979fe6ae12d564a048a94a518 0.03 MB 43 100
221,720 221,720 00000000000001ef6e0d7b96e1a2f390275059a60e94980f59c6841c92b7fae0 0.07 MB 165 207
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.48 GB sent, 94.30 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.