Memory Pool Memory Pool Refreshing

89,568 transactions
29.64 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,003 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 6,708 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,002 (44,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,240 826,240 00000000000000000001e4aa3ba6209b06eb00acdae5232ff38810b2b5f419f7 1.77 MB 3,789 87
826,239 826,239 0000000000000000000301a3bba470487248f7c69ce2390af8a8e2fa4f0f9a9d 1.70 MB 3,148 90
826,238 826,238 00000000000000000002db6acb549b1a7dc1aeae5efac7162a5e93f0c8974a95 1.74 MB 3,422 120
826,237 826,237 000000000000000000029bb58223b2a244eea2f471e737dee7c267e39e8eb4c4 1.68 MB 3,247 111
826,236 826,236 000000000000000000017cde1ece114cb920c9e29a79833d41938ea50c7dbf31 1.61 MB 3,651 156
826,235 826,235 00000000000000000000ad2cd23b0ca69b64bb05dbe4569d62e9352cb8b2d934 1.97 MB 4,198 92
826,234 826,234 00000000000000000001da7e115b5b89f5f4b629f147b760636d17eb8e99b776 1.63 MB 3,263 127
826,233 826,233 00000000000000000003830f16e2e56d015464122f593f8879529369eb69bc5f 1.56 MB 2,305 97
826,232 826,232 00000000000000000002af9944c6a8f5c3077f55305691daa11cab16e666e9e4 1.83 MB 3,723 146
826,231 826,231 000000000000000000028ad26db40fca70b016e20ad9aa54aa2f4b504a66e307 2.00 MB 4,046 114
826,230 826,230 00000000000000000000a9f5e6847a5efdf74bc4b40470f8215126f71d61c5a9 2.02 MB 2,968 99
826,229 826,229 000000000000000000013c2b7a317caab18a9b27c8bc79fbda1be237ef274f5e 2.00 MB 3,129 115
826,228 826,228 00000000000000000000ca417124a5155b7e7270621e03d3ea2d99d80f139a08 2.07 MB 3,081 129
826,227 826,227 00000000000000000001ca56622f22bc955973cebffaf23e09f579f3765f57b1 2.08 MB 3,049 143
826,226 826,226 000000000000000000027fec3aaa6cbe9cfd480a602026c7097c81bf1a1978c5 1.93 MB 3,211 155
826,225 826,225 000000000000000000012c4101adec95797af4dff6392635e28e4c34cef47b1f 1.95 MB 2,842 171
826,224 826,224 00000000000000000001f4f2fe0fb6fa4f33b529eb05ec36dec831f0e0ae3adb 1.98 MB 2,568 174
826,223 826,223 000000000000000000002c4157f45f218d26f1f88e634853d46d3ad4ca7e9148 1.97 MB 2,763 161
826,222 826,222 00000000000000000002228f5b1928a8807dd12599c0bf321b509d98a0ef302c 2.04 MB 3,547 107
826,221 826,221 0000000000000000000379d29c016ddbc24d3cfe279ca667b8965f97867b5125 1.88 MB 3,744 100
826,220 826,220 000000000000000000028f970c06716f7a4b99beebc6f90c5bb2443345fccafa 1.94 MB 3,358 115
Previous 10 blocks ↓
Total Size: 701.35 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,406.14 GB sent, 220.00 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.