Memory Pool Memory Pool Refreshing

58,344 transactions
32.58 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,729 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,728 (394,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
478,234 478,234 0000000000000000006a058f04d290640b4d199e68f5212f85dfda84ae2a9c24 0.64 MB 981 124
478,233 478,233 000000000000000000b68d28314c460233b49a251327726eb5de2818c01cb1f6 0.13 MB 70 47
478,232 478,232 000000000000000001199e20d9907ee90379198cc576e233c5b3de3a29df43ce 0.79 MB 1,458 113
478,231 478,231 0000000000000000013958e2dea42beb0345fe9fe8bf5de0890bee1d317c5aa6 0.78 MB 956 86
478,230 478,230 000000000000000000eb4bef6f604c3b177b7eea47f8f92779d2375b1bf4ebc4 1.00 MB 890 145
478,229 478,229 000000000000000000127f111498e4ccf803bb6fc68089b2b8e47784dd2bc557 0.67 MB 1,320 100
478,228 478,228 000000000000000000ab42dbace1771dabb877fd090194c3100649e11f6018d5 1.00 MB 1,894 143
478,227 478,227 00000000000000000019a3f04ed7f01f89dcb4bfa2f6d280d7261e0f79b4827d 0.27 MB 567 136
478,226 478,226 00000000000000000000952ea9138d7ca3a091f9648e63b86782a2c337ec6aaa 0.47 MB 762 56
478,225 478,225 0000000000000000001eea88702daf7ded5e8263e4f9d8b571f9140c1a0e070f 1.00 MB 1,521 91
478,224 478,224 00000000000000000078b2b586a1196c17361d95a59620ae292f583760b32b14 1.00 MB 1,796 181
478,223 478,223 0000000000000000001493fa91e00bf444b6273df17abb84c22c6cfa16be3ac1 0.44 MB 707 115
478,222 478,222 0000000000000000006dd1519dd6e01ea34e601266f47d15c07fec10dabd0f11 0.35 MB 312 26
478,221 478,221 00000000000000000037da3b7675f2c8c4c67a4a7670429be93156248e7563f4 1.00 MB 1,923 147
478,220 478,220 00000000000000000089de193682be10ce7d13fdf8b4dcfe7d4b22ed4a89441f 0.99 MB 1,995 124
478,219 478,219 000000000000000000825e98434afb51784b9aa813b5c24268a06b68dc169f8a 0.11 MB 249 196
478,218 478,218 000000000000000000fbacfa66f193d5f76afe64eff62ce0c49fe5de967a0943 0.99 MB 1,550 91
478,217 478,217 000000000000000000f5ef768cacf5af167396f5a5d54a6576e5dc0b574d9250 1.00 MB 1,735 184
478,216 478,216 000000000000000000ddb8015bc068f9a33c735168b5f96f44cb3bfc31dda345 1.00 MB 1,525 125
478,215 478,215 0000000000000000012908b91bb91f8342d127c1fbc023d2964e5ecd9ded42c8 0.99 MB 1,498 136
478,214 478,214 0000000000000000014156140b8f52b2e72e741474a4f837464295cef590d07d 0.94 MB 514 68
Previous 10 blocks ↓
Total Size: 704.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,653.99 GB sent, 241.57 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.