Memory Pool Memory Pool Refreshing

10,353 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (724,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,949 182,949 0000000000000876651beda78987efb878f008fcf105b335b895c407f2e8522f 0.09 MB 256 105
182,948 182,948 0000000000000734d8defd0d829e8899cc8ee119eb4a3accad47d4101b8468f7 0.05 MB 128 100
182,947 182,947 00000000000002bf7299dda2d35dafb19871f3ef3388a63115a1c16746ca9ba9 0.13 MB 315 117
182,946 182,946 00000000000003f0790e39fb0c0cfbcbbe8466d2ca090bea506c454a691b07bc 0.18 MB 199 85
182,945 182,945 00000000000002f01a5254c93e28232391b591b0cee8f871ab24d64f7f27d65c 0.20 MB 516 138
182,944 182,944 0000000000000706c886da23949cc4e42c33b4b5f3b24fc2578a0dd6ac7b1af9 0.02 MB 79 777
182,943 182,943 00000000000003089885077034f426d6bd814927a9fbf4a6ac8f87be3e1c3835 0.25 MB 454 165
182,942 182,942 0000000000000035dec64c23c87830d9397f937d487b4bf63f71be2ff21d9696 0.00 MB 10 17
182,941 182,941 000000000000036267593c7a223f0110f5abb5aed7f363d0e8da5d424b79f1d8 0.14 MB 347 153
182,940 182,940 00000000000005376956aff80648b6510eea879b1b4db705b890276599dc5ded 0.05 MB 130 190
182,939 182,939 00000000000002c8388a28fedbd2e349dc8ee7c74f34fe590aea7c68455cb374 0.14 MB 226 108
182,938 182,938 00000000000006b0eb0932e306cbc6581973ac8c8e5e1b1f082d899e9d41c091 0.24 MB 577 138
182,937 182,937 00000000000004b711bd081f89c10a0d898c182780264d0cbc5a6b59686d7bbb 0.05 MB 134 126
182,936 182,936 00000000000006db90724672446c546af87f3104e55b984dbb21c0f54986c3ef 0.05 MB 152 515
182,935 182,935 0000000000000773f4ebf0acfaf6f019599645f19567c336c0af42ba843a8c23 0.08 MB 195 148
182,934 182,934 000000000000030dc3211a23b7a604912a1d1b3099d0fac270dd94ac7c0e3e7c 0.04 MB 128 144
182,933 182,933 00000000000008cc84c171cf63c2746c16a4ea1bd55572a9c06565014576534b 0.01 MB 28 54
182,932 182,932 00000000000007b6cc739b945204cbf951c12dfeb98e149c7c864baf5de55c07 0.00 MB 13 34
182,931 182,931 0000000000000a16736dd349c8a26fc262f622d9df5cf17b659cbe51c4f207cf 0.07 MB 169 113
182,930 182,930 0000000000000258b0150a5c3696388365cffcb0b22083c25a6ffe32ee862f8e 0.18 MB 370 107
182,929 182,929 000000000000027820cd30e97c6179be4e7cd5f5901ba6c341b2c54c05e52607 0.09 MB 163 215
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.