Memory Pool Memory Pool Refreshing

53,612 transactions
19.71 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,970 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,218 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,969 (44,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
826,219 826,219 0000000000000000000314eb43ee467a3fbd357f085b0ce738eb821587d01314 1.84 MB 3,702 120
826,218 826,218 00000000000000000003a00a904197d4235b5d4b5d6903bf91f5f73ba14d4226 1.71 MB 3,460 100
826,217 826,217 000000000000000000039b878c69c989c1266a82632afe559676c6bded48b28f 1.98 MB 4,707 84
826,216 826,216 000000000000000000018bec16b8ba7bc74b1c2353944bf48b66da55790ae2d1 1.79 MB 4,361 86
826,215 826,215 0000000000000000000175236a915cdcee75d376a6318388aa2e8a45158cea34 1.72 MB 4,556 94
826,214 826,214 000000000000000000005a1e9d3c6e778b8d8350d44460654a9fba4aaeedd5f1 1.79 MB 4,643 90
826,213 826,213 00000000000000000002c5cd3f0709356b19711c24625bc2470991b6d0afb531 1.78 MB 4,556 91
826,212 826,212 0000000000000000000289a29275f4b7c6a54eb790fc5983459242b8555de955 1.92 MB 4,843 62
826,211 826,211 000000000000000000016638a0d3fdb467e601c515e33990878bb5f2ab8e651b 1.73 MB 4,158 85
826,210 826,210 00000000000000000003bc1fc63e588d5750527eb450234e45882083cb7da6d1 1.85 MB 4,535 66
826,209 826,209 00000000000000000002ee79684354eabd72ba3fcad8ba462775719245b86b06 1.66 MB 4,012 97
826,208 826,208 000000000000000000036ebfda22eebd414f55b58d781489d01732a4d41d7763 1.88 MB 4,700 61
826,207 826,207 00000000000000000001ac62226ffcb2d1b59999e253bb2bc66b99e0d442cbf6 1.73 MB 3,924 92
826,206 826,206 00000000000000000000a6aeb292688868ea2feb5145c17bcd4a01bab5395d21 1.76 MB 4,163 67
826,205 826,205 00000000000000000001898e5211b014db12b0dd3fad2f7921e2e4d2453d8273 1.99 MB 3,848 58
826,204 826,204 00000000000000000002033b42884b492c7894e77eb6f1fe86a0ba436f663074 1.85 MB 4,087 56
Previous 10 blocks ↓
Total Size: 701.29 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,404.37 GB sent, 219.25 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.