Memory Pool Memory Pool Refreshing

30,140 transactions
15.67 vMB
Show Random Selection Loading Transactions
Max Size: 90/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,682 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,049 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,681 (602,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,296 268,296 0000000000000005e6a8854b0243e54f1353f41edcb26c725285570758ca54af 0.50 MB 1,043 69
268,295 268,295 0000000000000002a1b0c43e4e6f07d01143cbc702262d4a3e5e04a4e67abbc5 0.33 MB 593 64
268,294 268,294 000000000000000469f63be5b161c0c5fe88ed13e30e4db37526f478a4a6db9e 0.30 MB 649 68
268,293 268,293 000000000000000311cef698f1368b26da8086435db489f053314abf663ec920 0.08 MB 217 10
268,292 268,292 0000000000000003bf18eaef582e0d184fc70e88e2b3a62cc4d900a2641d0e3a 0.06 MB 123 65
268,291 268,291 0000000000000002eb0740330b4b4241bef3cb4e42d5b08386002a87f91b8972 0.40 MB 791 62
268,290 268,290 0000000000000003cab5f07e8c1606541c1c53c015fa1b9838453ad27988685c 0.09 MB 191 66
268,289 268,289 00000000000000002b5afefa8f7a53b0099151db60fb48676487e3b7878f2b45 0.27 MB 610 71
268,288 268,288 0000000000000000ab60a556032eb0ac82d950b245d106ff88a2d95f0b9888ee 0.05 MB 84 51
268,287 268,287 00000000000000020beab23981c0861445deea8d624504a9f2269fe01c2801ed 0.05 MB 94 22
268,286 268,286 000000000000000491408e9a6d63b37b2b4715cb32ab26458cd13e1a35e5379f 0.21 MB 278 43
268,285 268,285 000000000000000075a13154e423335360329f706810d708f24d588abefe212d 0.25 MB 611 83
268,284 268,284 00000000000000067eb249006dc978622887fb98d1b47eb2459758517d8e781b 0.09 MB 201 61
268,283 268,283 000000000000000735a333a883238e406a1a66bab2d6059a4b643c93cbf6585b 0.02 MB 51 42
268,282 268,282 0000000000000006821c8eca56be015c07942b090fb7f4721f311f676532239d 0.07 MB 87 48
268,281 268,281 000000000000000807691730d98f74a01ce5bc6d184d1e65f6f36f17256b9580 0.08 MB 168 51
268,280 268,280 000000000000000326635c2c90774c155210501b9f915ae8dedf272751511989 0.15 MB 219 14
268,279 268,279 0000000000000001c9e578e5b71ddf7f70dfd15c23f226ff7939e3082ceca379 0.04 MB 73 28
268,278 268,278 0000000000000001a040c0508f0714a25cfa13f265bb9995f328b8d4f61bfad3 0.23 MB 446 67
268,277 268,277 0000000000000000e41e091ee5b22adfd3055025cdf13ee078254374661af1f4 0.05 MB 129 48
268,276 268,276 000000000000000288f595e3b7bc306e62517e3a23da686edbe52401e36c1e9a 0.15 MB 245 33
Previous 10 blocks ↓
Total Size: 700.75 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,379.19 GB sent, 215.32 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.