Memory Pool Memory Pool Refreshing

70,699 transactions
33.47 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,796 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,820 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,795 (338,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
511,242 511,242 0000000000000000005d65d59bb23b8073524624ac4e67805aa8d34b3bbcf9fd 0.23 MB 374 29
511,241 511,241 0000000000000000000b4bd852198df8e94ee7e2032efea939a0501d531d2570 0.03 MB 71 36
511,240 511,240 0000000000000000000d78f6f8cf2461e94e5435acbe09870d12fa82118b52d4 1.09 MB 1,468 27
511,239 511,239 0000000000000000002a7aa71b96719b088e36246f1a7415afdab6cb8a99cd24 1.11 MB 1,208 30
511,238 511,238 00000000000000000059539396aa725d2c4a9f0a271aa303e928e39ef35f80a8 1.04 MB 852 19
511,237 511,237 00000000000000000044422b856708941b7fea66685d99af5f98dde7e2b601d2 1.02 MB 245 2
511,236 511,236 000000000000000000298adef6d9e253e681c64cbb15fde3b120f23d65462003 1.16 MB 2,116 32
511,235 511,235 0000000000000000005d835455696b992bb3b18263d63c7cf305bde67d2cf469 1.02 MB 402 8
511,234 511,234 00000000000000000031ff00dda5112f36ce6e92ef4d4e6db673d79640265302 1.01 MB 350 1
511,233 511,233 0000000000000000002f7f7bf42cf71840415463e3d2d8bb86027552271b504e 0.36 MB 793 61
511,232 511,232 0000000000000000004f22478f53b64f4baf2596018beb785440bacf35606efa 1.03 MB 604 8
511,231 511,231 0000000000000000001d308f2c8403237e96df00df3ee354250a0e7c7cda1ebe 1.06 MB 1,113 16
511,230 511,230 0000000000000000001b7d2716ade2385b6d5c662ac732560c44fbcd13a5d43f 1.08 MB 1,296 28
511,229 511,229 0000000000000000005464b0340f9e10b6223e7ebdfce31d669554ee61d6ab47 1.14 MB 2,101 30
511,228 511,228 0000000000000000001f124dd41dbaa4eb7f9ab64b05355e4ef6b74557aa8b80 0.13 MB 311 44
511,227 511,227 00000000000000000012161c0f1f63bcdf0884a842beb85184c8d1acc78a8c75 1.12 MB 2,041 32
511,226 511,226 0000000000000000000d3c664a0f0b22998aa3556316c948cf72132caa7811df 1.00 MB 279 5
511,225 511,225 0000000000000000001fdd34556f124eeec497976f8fd2c402d648184c54fc7c 1.00 MB 116 1
511,224 511,224 000000000000000000099ad8ebfbb14914f9d8ba8fcc9558b11799ef4d4d1b5e 1.09 MB 1,827 30
511,223 511,223 0000000000000000004d4742dcabbbd52de7237572f1a6140b9878d0b7e36058 1.15 MB 2,264 31
511,222 511,222 00000000000000000012a6acbd6a7dfe41117828b654ea8dbfa18523557987f4 1.07 MB 1,222 18
Previous 10 blocks ↓
Total Size: 661.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 741.59 GB sent, 4.74 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.