Memory Pool Memory Pool Refreshing

25,280 transactions
33.82 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,104 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,103 (653,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
209,066 209,066 00000000000000981ad9e6fd110c62ce1d28408aca0ef343f6eb06c59c34f3d1 0.21 MB 308 121
209,065 209,065 00000000000002bffca804f28543ebf0fab442432dc531771e67918119c475fd 0.03 MB 63 208
209,064 209,064 0000000000000369df76a2bc0c6568557e23320f1f85acf7abd0a5c431f3ba26 0.08 MB 182 224
209,063 209,063 000000000000040908c6c4f5708508b74ab87bb67c314a705a49b261eee2884c 0.07 MB 154 167
209,062 209,062 00000000000002dc5aa3d0a1d00c12e64ed87557c9df7bb362fa52df9e147428 0.08 MB 186 133
209,061 209,061 00000000000001758541f384e96cf2953214ec34c61f017897d3b04831c30576 0.06 MB 154 141
209,060 209,060 000000000000003e5c3ad1ea0ffb475528ea59aacebab0e89948cf654122a947 0.00 MB 4 0
209,059 209,059 000000000000004d06e10424c8bd56b338d97fc0fed7ee9f61ed2d5575aa3823 0.19 MB 384 176
209,058 209,058 000000000000011988e38bf84ba1d357615b56da39b9bbedda01a7d9ce60b7fc 0.13 MB 328 331
209,057 209,057 000000000000008f78449a829626f875e60fdf0d9c65708d3a83f427161920d2 0.12 MB 256 156
209,056 209,056 00000000000000d78625116f38911d1a4af7c2792fa83cac7ebcacb90de5a687 0.11 MB 227 194
209,055 209,055 00000000000001e63dcda96b64105015c2e3c1a5fab9f73917d62b9e5dae21a7 0.01 MB 26 81
209,054 209,054 0000000000000081478bde0de8a20acfe9aa86ea8b562f2750845917742a0588 0.01 MB 28 189
209,053 209,053 0000000000000338876fef43afa4b2325d0c57eb633ef526c3177055538a8049 0.14 MB 317 177
209,052 209,052 00000000000001f54a1311e726d4d52d0a73f8555ef6f0ed7e488b6b8b2c7e01 0.36 MB 507 67
209,051 209,051 00000000000004096ad573ae8c2014b8b9aaf695808c7e92dc254c975db6c078 0.05 MB 80 77
209,050 209,050 00000000000000a098b4e7f4d9e7afba8bd681781721108089f96f140d7f8def 0.15 MB 348 241
209,049 209,049 00000000000000d1e861c1978fa89578e5a25c20160e34755b9f17dec58cbecf 0.00 MB 8 75
209,048 209,048 000000000000013f974834e68cb0ac898a30f3731f6cb3e24b746bf5a11cefd7 0.13 MB 316 169
209,047 209,047 000000000000033c26aa18b865e44dde1308204bb15578e7d788ffebbd659ce4 0.05 MB 142 168
209,046 209,046 00000000000000a683eeab8d8478daf6997ccd71560dc44304172a0830143847 0.01 MB 50 31
Previous 10 blocks ↓
Total Size: 684.36 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: 1,336.95 GB sent, 100.69 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.