Memory Pool Memory Pool Refreshing

25,680 transactions
15.91 vMB
Show Random Selection Loading Transactions
Max Size: 85/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 870,560 (667,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
203,303 203,303 00000000000004de386e1f2ea5a6fe660fb05d3bd4cfbe8da6b5773e024969be 0.14 MB 294 278
203,302 203,302 000000000000046195b83de80a95ed5f03794d57943f128ea137f2181ee16dd0 0.01 MB 18 44
203,301 203,301 000000000000008af8a1345db12ccac4fd78cafb3671af3b669da1d55c094325 0.03 MB 58 59
203,300 203,300 0000000000000423eba91ea15bc04f6be9383fe6197a8d1e301212ab054b3736 0.24 MB 557 130
203,299 203,299 00000000000003a11b6eed6874e2863de82d89801b73e4b6bcde585bb25d6f64 0.14 MB 392 266
203,298 203,298 000000000000053457261cd8f60cc940afb98e6100e02404cad9b2c732a73c59 0.47 MB 923 147
203,297 203,297 00000000000003e0e649b4965ea51ca9250063c4ff79d561a6184487731f42ec 0.08 MB 74 90
203,296 203,296 000000000000007a6a1af081dc4ba613ec4c734ffd059f23156e4c79efed6b4f 0.31 MB 630 75
203,295 203,295 000000000000024f3b60bf24b1d5bf17ea807aee1dcf54f1ab26ee4bc4677d74 0.05 MB 154 72
203,294 203,294 0000000000000284ce7f6bbb74a3d25e49568f32b127525bfb147dd195086543 0.35 MB 778 135
203,293 203,293 00000000000002d1b8f74a57c60412ef4d67fb297578986253006fb3e8a80fd4 0.05 MB 118 328
203,292 203,292 00000000000001a2ea95a1884475d32256acc03908553cc285f6b4913c15536f 0.35 MB 525 71
203,291 203,291 00000000000002d2d882028dd189f4a02b7c1526436c9a5ba29a417c997c2a89 0.26 MB 304 157
203,290 203,290 00000000000003d80898ceba8ba1e568e85065b9f135a014a61a017e1c0c9ac4 0.24 MB 362 211
203,289 203,289 00000000000000bb4e7ce19fb4b03ade99d1fece9b79009eab8b436de1cb0ec6 0.13 MB 276 149
203,288 203,288 0000000000000142e4bf3a3e5a1b11c8982606875e09abe8982f68d3b4876483 0.25 MB 692 153
203,287 203,287 00000000000003005381b13c4a4a6df03e819f1618c1d7096c2d1b4b7739d943 0.05 MB 126 34
203,286 203,286 000000000000017fe9b591fc8554b383c1af1b41f2b97ac7298a5fb6f4ccb794 0.25 MB 495 143
203,285 203,285 00000000000001190b8a044e4ec1df236f85f0b1acd84abc382997a4b771c608 0.00 MB 12 183
203,284 203,284 00000000000003f6fc8036ab7c78a8a2f961d26048d19ec33df63a0e08f2a7cd 0.05 MB 121 182
203,283 203,283 00000000000001e57a685dd0c8d390e8438fa3e15f187c5a6560ab68328a71c7 0.04 MB 72 85
Previous 10 blocks ↓
Total Size: 700.51 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,360.34 GB sent, 213.91 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.