Memory Pool Memory Pool Refreshing

23,042 transactions
25.82 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,073 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,072 (715,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
146,235 146,235 00000000000005524d133e569283bc9581aaec5f70e9dbd0e2a31c31b551709f 0.01 MB 27 176
146,234 146,234 00000000000004ce2a55b5c064fd074e180e18cd3d717da8948c96e47c4c6c3b 0.03 MB 67 141
146,233 146,233 0000000000000689b13f80e4b01435e4173e200d94b03f9dc248e4eb86cb11fb 0.05 MB 141 128
146,232 146,232 0000000000000126721f4bd0892bc54f2d39077d0ae1e35249b082fc7d808f9b 0.05 MB 55 68
146,231 146,231 0000000000000146a421c26e3888d8822403f600e5fc4b3fa0cc8cf997b04e30 0.02 MB 45 207
146,230 146,230 000000000000036aac0fb818d0847af689de6a4c9d53528502c271635b72c850 0.02 MB 46 184
146,229 146,229 00000000000004e1ab11f38b0ef8cc5c7cfcc8c1c2f796eb9ed0378a9ae09bba 0.00 MB 6 876
146,228 146,228 00000000000006095a45d33a3189d3fed8ccda4950a999dfdba99c11d6d3164f 0.00 MB 14 806
146,227 146,227 00000000000008c9b9ca80d8a2a10421fddb98d24227d644fcb09613d29febc6 0.01 MB 22 46
146,226 146,226 00000000000007b96de8c9a1fd1a2779fbdc7aa27f818e8b6f6617abeadac215 0.05 MB 114 116
146,225 146,225 00000000000000df8d4dfabd6595727baa91493588a8f3dbbc14c3f4e31fcb58 0.05 MB 94 134
146,224 146,224 00000000000001ec4a4cf55a6837a2f7a403f8aec232e98981d389adcaf36517 0.05 MB 157 133
146,223 146,223 00000000000006c9e39ce3286f4431c522d02c1c1b8603e6aa461785941d7a1e 0.05 MB 105 0
146,222 146,222 0000000000000101563a1f98aabcd28d8d32457124c3def1fa81c276532a315b 0.13 MB 67 143
146,221 146,221 00000000000004d98259983725d6478ac837c15a413d8028105d37eff44a1432 0.12 MB 26 74
146,220 146,220 000000000000093700486a003e48f5a2148889d9df8416dc4ec8fe799a638688 0.05 MB 39 56
146,219 146,219 00000000000005f3429901fbfd7cae6783c33def8802142300f5b5c28b226fbc 0.07 MB 37 74
146,218 146,218 0000000000000092f8349e315d90b61e63d54b4dca00291977fbdf32339f597f 0.03 MB 20 11
146,217 146,217 00000000000004cecdf35115eefa398e530ef0a348b2d43b660caaa54b5d8409 0.03 MB 59 64
146,216 146,216 000000000000066a546ad32830a90658a4b9890070ff2f5c6d7421dc5c2cbaf5 0.03 MB 57 28
146,215 146,215 0000000000000154f8ff3761244b7823278ff8349526ee71d4395fd163358757 0.08 MB 46 34
Previous 10 blocks ↓
Total Size: 684.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,333.34 GB sent, 100.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.