Memory Pool Memory Pool Refreshing

4,504 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,953 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,705 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,952 (732,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,230 175,230 000000000000067104b209ab713dda698e1c8a133fc3a70bfad7e42fdee4d631 0.01 MB 25 46
175,229 175,229 00000000000002cb361a23c170d94bacdf2bfed3d9cf5e99fea479bd8633a455 0.06 MB 110 90
175,228 175,228 00000000000007e2a44569488877f648b6049882b2cc68839d9d9f4282443e61 0.04 MB 139 54
175,227 175,227 00000000000006c68236f6ffe3f5de659ccfaeed12d1f1cad369177b95944702 0.05 MB 138 142
175,226 175,226 000000000000006d9e3e4b491a812577546c5092d09e64caab2ddacbd51d8a14 0.02 MB 65 51
175,225 175,225 00000000000007c00137b9bdee1c9541b662d1ed56a714b7f33701bbc3e7945d 0.01 MB 39 0
175,224 175,224 00000000000002eeb405779cda4f23616af71c54c634a226534a1b5cf5bd4767 0.00 MB 11 0
175,223 175,223 00000000000009a1c5a62410679a4577cee2a763a52137c9d215e7c1779964d2 0.01 MB 14 28
175,222 175,222 000000000000028d6b1355eb763979dd400e65fa47d4f70bebd27817e6f5184d 0.03 MB 62 54
175,221 175,221 00000000000001219a82b4916bc2046005e548a27dcc9497d1c5a600c61a044f 0.00 MB 11 280
175,220 175,220 000000000000027aa283e36cbe5ea33063434f544aa36fc795ac8e3e82327097 0.01 MB 23 43
175,219 175,219 000000000000088362ff2e46ffea4358a167d36cb9f5a90f8115203a90d299ed 0.00 MB 1 0
175,218 175,218 00000000000007306d22f5cf79b2f30ce57b092a236002e92b89d5b436fac069 0.01 MB 42 190
175,217 175,217 00000000000005487909c7e265b7ac8de86995fab2877cafa759924b93072138 0.04 MB 81 169
175,216 175,216 00000000000003691f85cdcf8931c11e568cde23b3103f47da346bd64cf5619f 0.01 MB 11 96
175,215 175,215 00000000000007afcd6fa03c8a32e96e1d996eb3aa05531d625338bdf9264067 0.01 MB 21 76
175,214 175,214 0000000000000a3f9999ce4bc5045926c58220dc2df7f38b24fa57f3fe3a2d03 0.01 MB 22 289
175,213 175,213 000000000000043533a0ce77349e6fd25c00dc30eebdbb7b2edb0252c3e33332 0.02 MB 57 94
175,212 175,212 00000000000003e39e7465c8fd290894f15a6bbc225ee97473d13a5bf0deae46 0.02 MB 36 2
175,211 175,211 00000000000007e70be928d11cdddedbaaf6d403b7011e423cbed8d30525674b 0.04 MB 78 116
175,210 175,210 00000000000002eaa9daa01d54ba541388a0372de743f98ff209e9f3deda6c0f 0.03 MB 91 7
Previous 10 blocks ↓
Total Size: 769.46 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,646.14 GB sent, 95.24 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.