Memory Pool Memory Pool Refreshing

6,829 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (683,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,228 224,228 00000000000002b49c1e0db7623bdd81171fcb74f6264e0e0c7acea03bbadcc7 0.25 MB 671 216
224,227 224,227 00000000000000dbb1f7fbec0cdf408f8d2dea62ecd49d0eafe7749210b2a1f6 0.14 MB 257 41
224,226 224,226 0000000000000187ec05be2e5b9483adbefac53007d278bcf8024cb7fea5dfba 0.28 MB 303 147
224,225 224,225 00000000000000d4dfab78081526d56039afd4238dfe5f139f9a8ad6f6bd1615 0.25 MB 608 209
224,224 224,224 00000000000001fcc40c5a3be9476096fba05ad9f6aed2d72d553156df0aaee1 0.09 MB 151 48
224,223 224,223 00000000000002b939596d2d9f4f86497e166ebee58d7b632c62ab3d148d1678 0.08 MB 221 237
224,222 224,222 000000000000009cc7c06bfde4e3869676658a084f1f3b3d2fab746098471846 0.00 MB 10 68
224,221 224,221 000000000000014cdee5f9df666769c9c25996390a719fa541b9591bb24d4bb8 0.05 MB 92 141
224,220 224,220 0000000000000224e9a2457ac41be1bea4a94e5d340b080bb7829751e590dfe9 0.12 MB 241 162
224,219 224,219 000000000000008230c226e4078b2c39fa4675e4823b4bf59ad5313f59e91b54 0.12 MB 307 170
224,218 224,218 000000000000001dde2127c658b6e36c188343d1efaae43104409cdf4528b81b 0.30 MB 693 208
224,217 224,217 00000000000002ea6927533156a8ef6fdb1d6eb24ca69099216e7a0b369c18ab 0.17 MB 334 179
224,216 224,216 0000000000000012daf6a6f051969c5c3c005882bcce96d7ba598be40ca024d5 0.22 MB 406 151
224,215 224,215 00000000000000a5f8f9ac596f842294e532812f96e3d180ccd27cc6abf6e2b2 0.25 MB 688 220
224,214 224,214 00000000000000ec50924c5a92314274ee077f5145709ec149bfdcfb846c539c 0.05 MB 120 167
224,213 224,213 000000000000014fb4b192d99cb41c6c0b97f1f6448a7bb1852abb83dd48e607 0.03 MB 80 150
224,212 224,212 000000000000023107645a7d6d95de5416451d11d5d66f91efdb52fb37b02979 0.02 MB 32 153
224,211 224,211 00000000000003aa75627e89fa2de217e7e0247abd64bb05f1d1707d01321be8 0.12 MB 196 143
224,210 224,210 000000000000030fb986560dc703912c5ec777d7c4e59e58b96204dfe8126c29 0.08 MB 256 286
224,209 224,209 00000000000000b40bb02585100cfbefd8f84aaab42fbc492e39419f2ac2a713 0.13 MB 230 72
224,208 224,208 000000000000007010efcdbf45118909c6808035d95ad1d4c651d928c9afd095 0.25 MB 594 192
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.14 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.