Memory Pool Memory Pool Refreshing

43,119 transactions
28.12 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,502 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 4,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,501 (91,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,245 777,245 00000000000000000006ec65836008eba452f7d5614d4e09114f87a9ca64cf42 2.17 MB 1,642 8
777,244 777,244 0000000000000000000665c4109ebf93b5f7755d17a8f81de1abbfadbee110b1 1.53 MB 2,618 14
777,243 777,243 0000000000000000000662d1707c5f442bd698d9dce1e7f7a9373244f603f8ce 1.56 MB 3,349 23
777,242 777,242 0000000000000000000219f9a06362c7e919185b49beace70b605bb680815bd2 1.63 MB 3,213 26
777,241 777,241 000000000000000000022b2333cddd32005becff6ef3411af3bd29a463825c17 1.68 MB 2,854 16
777,240 777,240 0000000000000000000372d42f99bb36a06120f95cd40851b7153ad69fbc7803 3.56 MB 599 3
777,239 777,239 00000000000000000006ea7bdcb3a2eae60702c1f26967f867f6ed76d9149bd0 2.91 MB 1,010 5
777,238 777,238 00000000000000000006b997cee74f8faeb51ddcf4a6dd5361c28a93339470d4 2.39 MB 1,324 4
777,237 777,237 00000000000000000001a2f37185331b7b3b2068b8084b334f842955d1452a4b 1.22 MB 918 17
777,236 777,236 0000000000000000000160f2bd112482548180e1878f6966064ab57683e7b9cb 2.32 MB 1,770 13
777,235 777,235 000000000000000000039df848c04f6b4954a4a1ed69b90be6bba6e5505f8b3c 2.58 MB 797 4
777,234 777,234 000000000000000000009a399185e647488aef7ca73a39a54a8e0d8db5b0b87d 2.06 MB 2,497 14
777,233 777,233 00000000000000000006008464e575c4b2bfb96f60fc483fb4c2b8b0b3817f95 2.41 MB 1,178 4
777,232 777,232 00000000000000000001ccb2fe55a7cdd2e03d2a6c3b28d80e34d1c80dcc1016 2.19 MB 2,110 12
777,231 777,231 00000000000000000005c2b080dbfb87d8d730b7ee7a9ab0593f150095a11e9c 2.09 MB 2,370 15
777,230 777,230 0000000000000000000154a92050608a73b29ca879e4c44afdc789f1d456723e 2.64 MB 2,152 8
777,229 777,229 0000000000000000000542f8c29a9ce721e6c64f4be06e97adf561aaf26a86b9 2.29 MB 1,613 11
777,228 777,228 00000000000000000003bd6a038d55f14e75515c93cff344ffafa71326da97db 1.67 MB 3,421 20
777,227 777,227 00000000000000000003d037e42ec0f002939e5bc3a988cd83753af4f963c2e7 1.53 MB 2,690 28
777,226 777,226 00000000000000000002308e2922f205c7e3ced4fa139d8364b45543529e4687 2.48 MB 1,500 13
777,225 777,225 000000000000000000021f73cb41abaf28bb1740888bd6bc18453d62a7dfe627 1.69 MB 1,707 21
Previous 10 blocks ↓
Total Size: 696.54 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,014.04 GB sent, 189.68 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.