Memory Pool Memory Pool Refreshing

33,510 transactions
25.14 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,622 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,080 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,621 (668,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,207 194,207 000000000000058675654a71631b3f58d0ec40dbce98935b630f20734215b955 0.25 MB 553 310
194,206 194,206 000000000000036e3f81ef6f1f792327de7718303e9f774519502a0295ada017 0.08 MB 162 104
194,205 194,205 00000000000004945b04242d9eaf0b5c41dec4df09e0e9751fec94dabd77d341 0.35 MB 846 136
194,204 194,204 00000000000001e88ef71919e57b623c4fef9868c209c430ffc29cf1e4cbadfa 0.08 MB 256 578
194,203 194,203 00000000000002f143875df3a96249c8169c9ecb7bd156ebb46b72bdf299dd0d 0.05 MB 123 97
194,202 194,202 000000000000030b632a751f1e552a8f9d61cdc87624295638f0805438288699 0.24 MB 564 135
194,201 194,201 0000000000000299432194f7fe0fe6886f1e18532f8d9d2d7df8ecb38c76e147 0.11 MB 276 113
194,200 194,200 0000000000000398d308463103367d2ccc00eafec0ab7a967cdd7c42a59b0cad 0.26 MB 503 204
194,199 194,199 00000000000002d653e456692c77974d036940d9d6ddc13267aa13debb37a691 0.14 MB 419 250
194,198 194,198 00000000000007961a6e97d262a6d581091598e3b18f7337630aa6e616b54a2b 0.26 MB 187 157
194,197 194,197 00000000000006a19902b9ad2df653fc0c5fc42d980f3d3d7f49ec857e3738f5 0.05 MB 96 82
194,196 194,196 000000000000063a89cb78d87655d959d10ffe6b31c18fc854026737a5d31fb6 0.11 MB 272 162
194,195 194,195 00000000000002906489c2d7c986ff6a425df4d7f5e7e5ef6c574c2e94496e93 0.20 MB 422 273
194,194 194,194 00000000000003e27d82eda01a241b1cede250397ce9b939181c7141cee6678f 0.34 MB 848 146
194,193 194,193 000000000000017247e54c56f1db672a68d53d08fa7fa9e90cf2dca11b0b8e39 0.05 MB 106 69
194,192 194,192 0000000000000182b429d5c58938d07b181f65147d5c2183fb00602e3d4f23db 0.01 MB 32 15
194,191 194,191 00000000000007301daab29b5b121da659b2feba6e8e8727936130e768a13c8c 0.00 MB 4 15
194,190 194,190 0000000000000394c01fb88f386ea264223e4d60478a72378755c47626b0542f 0.04 MB 51 109
194,189 194,189 0000000000000429d81d36e870c84a6de80c3824a157d66ed4fd59800012ca55 0.13 MB 279 135
194,188 194,188 0000000000000311a7fc74e5235b77f14653bef2bc9284301c3d7a54b848ee7f 0.05 MB 150 50
194,187 194,187 00000000000001c35b802b9f8727aa656911a16463d1bf7a5df0133365bc20c6 0.09 MB 234 231
Previous 10 blocks ↓
Total Size: 685.36 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: 1,380.45 GB sent, 108.02 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.