Memory Pool Memory Pool Refreshing

5,120 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (615,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,179 292,179 00000000000000005de0b9e07ab0a5b6f3187a98a6aae6c2e57efee302d53f88 0.10 MB 138 24
292,178 292,178 000000000000000000abd4377e9aaa559ddeeb449267375468183a6c48868a1c 0.52 MB 954 31
292,177 292,177 0000000000000000869d0e25f656fccd95bab0100263f055d30869e789891e85 0.10 MB 132 17
292,176 292,176 00000000000000005fe810452c91b4893276577e795b3f9374ab5841f68b0512 0.08 MB 189 32
292,175 292,175 00000000000000007aa747411b02971917317d15cd0b9c5967c7eb4a7ce7be4a 0.01 MB 16 19
292,174 292,174 0000000000000000b8fb6b7932322dfc1a94e83fd6d0dbbd62eeef4e2a57fc7a 0.19 MB 290 26
292,173 292,173 00000000000000000594557d487133b8d27afa0183a7d5b6e329b3f5319374dc 0.27 MB 538 31
292,172 292,172 00000000000000002612f55090890fa1322a467dccc7d1b7effedf51963b00f5 0.17 MB 314 35
292,171 292,171 0000000000000000da80a6b1e41970a0d94548d27360b8c77574a69346d41e18 0.24 MB 454 41
292,170 292,170 00000000000000000d5ad77f036b8fe1b08698d671ae5c76f3cba3191065966a 0.12 MB 242 29
292,169 292,169 00000000000000002c9d5fdcfc3bf4b5a2734dce343bc684cc5cb34d021876c6 0.35 MB 562 32
292,168 292,168 0000000000000000964756f9e4fdd5264b3c511cdb60c4eb6e65b87b5ef65850 0.10 MB 171 39
292,167 292,167 000000000000000031e54bae63208336e57f14fcef28f6da96e194d5f2137245 0.12 MB 209 39
292,166 292,166 0000000000000000d408057c9d10afb3c2b2b7f43b64d4042e1926116edbedea 0.04 MB 76 35
292,165 292,165 0000000000000000dfcdb77101cb5b3444b2face757c91bf4fb81b30179819ca 0.13 MB 271 31
292,164 292,164 000000000000000060298898c13ce6e0abd1a1dbd79490205963bf1f80f63fa4 0.33 MB 512 27
292,163 292,163 0000000000000000617b4788b39091e0a3a8b75aa164eba40f8160cd1e26ea4f 0.22 MB 409 29
292,162 292,162 00000000000000008e99d53ca845e36f2ecf1f259f25f28d64353f4d0b3e3a2d 0.06 MB 128 28
292,161 292,161 00000000000000002bb65219d66f00d4a10ee772ee6ed798ed277b25ab08ef79 0.05 MB 52 13
292,160 292,160 000000000000000100386d3f42874ec9cce62f86a1e12a0a6d0aaa04d35b36b6 0.07 MB 114 33
292,159 292,159 00000000000000006e1ff9500539b6ecc9245a4cfa4d2ce7e50e621b021a2a91 0.43 MB 248 17
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.