Memory Pool Memory Pool Refreshing

54,266 transactions
21.72 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,734 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,343 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,733 (164,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
707,228 707,228 00000000000000000001be18ee11e6bc999c9d7d080e54eb71f0ed8d2d36bc4e 0.92 MB 1,834 10
707,227 707,227 000000000000000000038bac99c4a17f72ad619fba035fb6196eabb10734731f 1.19 MB 2,373 9
707,226 707,226 0000000000000000000a574ab7a30b0a6c7a1746dd0c53b88f34926a7e50381a 0.74 MB 1,203 12
707,225 707,225 0000000000000000000988313708b72604c207f0d8e93cca1c482657dc8edb4d 0.08 MB 192 20
707,224 707,224 0000000000000000000c8809762f81c9c7e71de36fefb6b08b959f79b2280824 1.42 MB 2,666 10
707,223 707,223 0000000000000000000d6137b66bdd32e7e0c3fa11de18c12fcdbc917b9404fd 0.30 MB 524 11
707,222 707,222 0000000000000000000bbdf7d02297e9e13eb8006adbe943ab60633a8e74978a 0.05 MB 104 7
707,221 707,221 00000000000000000001d2e0357a5324e0be769f94666cdd9931ab359fb71945 0.68 MB 1,403 10
707,220 707,220 0000000000000000000daf96dc25e6560f2f197312ba2bcb1581d80420c27e99 0.56 MB 549 2
707,219 707,219 000000000000000000051273974768cd03283cc920b5f1d18c407a5cf1ae9397 1.31 MB 1,959 11
707,218 707,218 00000000000000000008b2f11c0abed62ba4f52da5aa27e67b7efcc8f06b908f 0.92 MB 793 5
707,217 707,217 0000000000000000000b8a1360e43e995126421e7840400f893f971e2334fcf3 0.40 MB 699 17
707,216 707,216 00000000000000000008134c918906a90de5de25a987cb32d3190506e2e2789b 1.11 MB 2,245 9
707,215 707,215 000000000000000000087c0f36c31cdc05ccbbd6f009902f62dff4f61b71584e 1.01 MB 1,456 8
707,214 707,214 0000000000000000000cdeefa6a655f9c9c5c67a2369860653570a82cd62504e 0.46 MB 831 10
707,213 707,213 000000000000000000079c7c1f098dfbd59db94af6279c005d913c20f498255c 0.29 MB 313 9
707,212 707,212 000000000000000000072bf5edff1875c80d635d074c7810f610a38cfaa65d86 0.30 MB 557 10
707,211 707,211 00000000000000000005b3a833ae3586b82d96904b39b9093e4ad0dae5decc61 1.01 MB 1,734 10
707,210 707,210 0000000000000000000538472c48c2da34856b5a00864e5f7313f6093072d7a4 0.47 MB 418 8
707,209 707,209 00000000000000000000bdd45415500396d2540507c97e3c2c4eefd895f960a1 0.64 MB 1,240 11
707,208 707,208 0000000000000000000560f7ee586de3b2a92f9650f149ee94f41c4fc6f7cfce 1.06 MB 1,785 11
Previous 10 blocks ↓
Total Size: 702.70 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,558.84 GB sent, 229.36 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.