Memory Pool Memory Pool Refreshing

5,616 transactions
26.31 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,764 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,763 (699,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,345 163,345 0000000000000bac6412666218c4da4cac9818b6dcc766228616226ea69209f9 0.01 MB 19 174
163,344 163,344 000000000000064e58ae0de880fd5e037ec4dfc2f2098b8b3246c565046c7618 0.01 MB 40 153
163,343 163,343 0000000000000badcaf51c2a507950c6dafef987922400f59f470af0f96b0e01 0.01 MB 33 250
163,342 163,342 00000000000004342507b5dda337bc1b94f7d7394833b101f345faf4f23c376e 0.00 MB 1 0
163,341 163,341 000000000000009c909cba3ac6b4bd0196d63ff5f81a2fa2c105472b084c9267 0.01 MB 18 146
163,340 163,340 00000000000008bbeb5457b941160e4b67a53efb0b583e52ecc7c08387aa9a5b 0.03 MB 92 115
163,339 163,339 000000000000077de287bb67fe1f62ff55ffa66637203e52ea1ef78c9bbd6089 0.01 MB 20 33
163,338 163,338 000000000000047be7f239e84e3e6e13f6b6b18cc2ee11d81863b5bf7c020457 0.01 MB 20 62
163,337 163,337 00000000000005d6a551e7f7722b693b393bab4ade60c70b7ce4159312edff0f 0.03 MB 41 30
163,336 163,336 00000000000001214037d76995db19fc1d24005e0c8eb5099000db7349c83db3 0.01 MB 20 204
163,335 163,335 000000000000083a0dc243c00ee62b29b6fc74cb4df24e52aec2ed060475f767 0.01 MB 32 0
163,334 163,334 0000000000000a39727407cafa4f8eaa6f3c84d431430ce7d61024d61e2c4c17 0.02 MB 65 266
163,333 163,333 00000000000004c4799a7d88605055d79ee6881f55e279dc8ddfa6e714b6a5f4 0.01 MB 39 171
163,332 163,332 0000000000000c2a1f04fa2465afb1e88712f90037b658cd04f9274e52ab6f8d 0.00 MB 11 32
163,331 163,331 000000000000081b468a7c3eef32555456f3089981c0b2a3af0eb8d385747225 0.00 MB 7 67
163,330 163,330 00000000000004683e48092f1c47b8169ff1183c6257c9c828eaa21a3881ad64 0.00 MB 8 69
163,329 163,329 0000000000000bf803f47dba19357212f7453a910ef52b395e3bccc89c59bb25 0.01 MB 29 7
163,328 163,328 0000000000000c3faec2b3695c14be1eff39a77f05f1f8d09dbc86ad6847478d 0.00 MB 9 511
163,327 163,327 0000000000000c6462f695e2a403633660973c07fbbdad9f03174e1cb9b6b039 0.05 MB 136 59
163,326 163,326 0000000000000144416535ce19a7d86c8deb258c5e3def700221d6c008623e99 0.06 MB 72 118
163,325 163,325 0000000000000bc528992f79ee2fa6840e9cad258886d0ca4a655f29763cd31c 0.01 MB 45 301
Previous 10 blocks ↓
Total Size: 685.64 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,394.98 GB sent, 109.66 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.