Memory Pool Memory Pool Refreshing

21,165 transactions
35.37 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,123 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,105 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,122 (53,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,284 808,284 0000000000000000000059b9c599501af9f129fde24a4a4974a093fc302531a1 1.42 MB 2,597 37
808,283 808,283 000000000000000000014e1b9f70e7a70e6c27f2db9c4b6f8ec38e21385410e4 1.77 MB 4,186 26
808,282 808,282 000000000000000000042c12b5826b60ba2e5ac21e5598fa46785987ad2e85a9 1.80 MB 4,135 32
808,281 808,281 000000000000000000027fa6dc78077a7b39b1fa1735d2f16b66cda7538b03dd 1.85 MB 4,194 27
808,280 808,280 00000000000000000002ac4bb009a1f797ca8a177303a804b629b2e189174d00 1.95 MB 5,344 24
808,279 808,279 00000000000000000003feff1e138b8ecc1f524c8be86ce3e90b142b4c764811 1.84 MB 4,580 27
808,278 808,278 00000000000000000005323e372f92a48bfe8b1297c55ec8ab7233d2206389b3 1.72 MB 4,102 28
808,277 808,277 0000000000000000000132d4971e4bdc9a257c0e73733d9fc47446279feb992e 1.61 MB 3,858 32
808,276 808,276 000000000000000000030503f5778c9fded16426658b786ac620e470a9ed26d2 1.77 MB 4,806 28
808,275 808,275 00000000000000000001beb5ac7f813704987a8d9efdffd1a5d1ef062e8cff4d 1.53 MB 3,760 31
808,274 808,274 00000000000000000001c1315698d3d37118023ad1f9f8e69f29645865bc4792 1.93 MB 5,113 25
808,273 808,273 00000000000000000000cd4240f404b05a98468014ba5d502ef51fce6e3fa6df 1.63 MB 4,002 31
808,272 808,272 000000000000000000025b3e617f3f88f16389b67b94863a74f810f0436f14d0 1.87 MB 5,441 26
808,271 808,271 0000000000000000000477c5ffd51644d0d36bad766c030450d7c847e243eb39 1.90 MB 4,983 27
808,270 808,270 0000000000000000000403c43da53163030ae1a3ff4a2ca2d706e5fb1a6a8c4c 1.47 MB 2,926 30
808,269 808,269 0000000000000000000407a42cc0d76b58de55d78f823998ea8e398dd984fe7f 1.68 MB 3,508 30
808,268 808,268 00000000000000000004666d2a0a02e966a04d7de346fbbe5805cbcba30b21a1 1.63 MB 3,864 24
808,267 808,267 000000000000000000008d85990752ce46e690624bfbb5a247d559dcc981174d 1.64 MB 3,858 33
808,266 808,266 000000000000000000028fe6ef8f87cd7d1e2a6aa3805dc66692fc99301bb4ae 2.08 MB 5,443 23
808,265 808,265 000000000000000000014b07d1f984ada0102408f2d1966f5825e0e330206e14 1.98 MB 4,662 26
808,264 808,264 0000000000000000000057c936e13c36ea51397fd13d3a50a7e2fd3a2a92b480 1.70 MB 4,180 25
Previous 10 blocks ↓
Total Size: 684.40 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,338.85 GB sent, 100.92 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.