Memory Pool Memory Pool Refreshing

78,471 transactions
27.08 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,509 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,748 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,508 (113,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
736,270 736,270 000000000000000000053162d8d17b441b6da748bc7471c24b5fe21e17c3568f 1.28 MB 2,043 21
736,269 736,269 00000000000000000000f3e84acdbaaa33692aa77a30e3bc3884645584594eb6 1.38 MB 2,517 22
736,268 736,268 0000000000000000000297bf5e87d0dd01e45e4f2fcdedfc4a24517436d9cddd 1.10 MB 530 14
736,267 736,267 0000000000000000000722a4d23f1b5675a7c9b95ef65ffb584272bef9258a5c 1.27 MB 1,424 14
736,266 736,266 000000000000000000039a2cb04308219e55aa828882ed0784a86ef84dc3c7df 1.50 MB 2,752 21
736,265 736,265 0000000000000000000292df123d88e08da4e353f7acf9bd1ec6d37021f9741f 1.63 MB 2,528 20
736,264 736,264 00000000000000000003fa89bea13077931af80dea51b0600ba251d6dc9df586 1.40 MB 3,413 33
736,263 736,263 00000000000000000006a6ecd9158ee4c4a322a812d32b2eda72ab563ee3d92e 1.41 MB 1,694 15
736,262 736,262 000000000000000000084a9ea2c9c5fe9ae34a420f1731810f8cecebd7f1af62 1.45 MB 3,077 24
736,261 736,261 000000000000000000057dac216659eab64348a088a2a7158b1fc2ddfea8a445 1.50 MB 2,537 19
736,260 736,260 0000000000000000000641ce7c4298d18a79f80a8d6d885d70ff454e3d463465 1.47 MB 3,360 19
736,259 736,259 0000000000000000000376776d941567a6ea259a0aa1f2f2244f2a9dac7537eb 1.50 MB 3,265 24
736,258 736,258 0000000000000000000626ebaf0b0d6c2dfd73e4311a20a8933f7b09db768681 1.38 MB 3,335 33
736,257 736,257 000000000000000000051cd9a820ce27fecdf57b32723f58cc196437acfb9423 1.47 MB 3,255 28
736,256 736,256 00000000000000000007b6b03465f43812546400a07abcabcd87350f99a8e5c7 1.44 MB 3,296 33
736,255 736,255 00000000000000000001b959e195f83138d524f92531e9c7aea8511c2111146f 1.44 MB 2,896 20
736,254 736,254 0000000000000000000728b518aefc90f118ab90454b1a4638fdeb1cdc305b81 1.37 MB 2,641 28
736,253 736,253 00000000000000000002b2fc0967f6bf290c71907397ef2f75957e384f831f4a 1.33 MB 2,305 33
736,252 736,252 0000000000000000000531733cc908e1aa0c09fdd3d7c7ff63fb9fed737d0423 1.62 MB 3,099 19
736,251 736,251 00000000000000000007304dcb51ba4a17c7bc6ef3839635e9af6c51b46c2a6b 1.45 MB 3,614 26
736,250 736,250 00000000000000000006d5d413833331bfa0199aca2e3cca33812b8532551967 1.49 MB 3,274 27
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 93 incoming
  • Data Transfer: 453.95 GB sent, 2.21 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.