Memory Pool Memory Pool Refreshing

83,376 transactions
28.96 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,511 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,721 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,510 (172,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
677,402 677,402 00000000000000000004a1804efc8fb8702fc61d879608e73d84aa8ce0bdf501 1.14 MB 1,071 76
677,401 677,401 0000000000000000000b6f81623e0bf3cf7163041988bab060520833db7ac1fb 1.32 MB 2,497 92
677,400 677,400 00000000000000000002bc7cce7663c389841b4289d0fc3b77b123c22c517c60 1.48 MB 2,410 35
677,399 677,399 000000000000000000039ef06a11a47a70ded69714be0d9c61325401f049f787 1.36 MB 1,895 31
677,398 677,398 00000000000000000005404f3c428d3a16094e507d1e18060fda26006e21e204 1.25 MB 1,933 35
677,397 677,397 000000000000000000091b3c56396d1e165eb108db9a5deff790f4940b822887 1.33 MB 1,954 44
677,396 677,396 0000000000000000000aea8c8fdd67779f7d2c07a89748f2aece68eb485f732a 1.30 MB 2,162 37
677,395 677,395 000000000000000000070ba5f3a1681c93acff3b20a21cd218b0bf436fd90479 1.38 MB 1,691 25
677,394 677,394 000000000000000000038428a936390e56a6bf0eecfa90c2844a967964002a9f 1.32 MB 2,375 40
677,393 677,393 00000000000000000003a62398375bd30493fcfdc9f0aecaf5e942414d8dfba8 1.37 MB 2,626 67
677,392 677,392 00000000000000000006936b5dfc83a5cd83d8a3d34978a3233750958c77a7c6 1.26 MB 2,261 34
677,391 677,391 0000000000000000000bcafe3835c8b49c452d1f2073c57975f3948fd6328e30 1.34 MB 2,555 57
677,390 677,390 000000000000000000015f5490ad038c8a763086e94878ff94ff45c607f86ae2 1.31 MB 2,554 31
677,389 677,389 00000000000000000001d1e279449fb642add401a927612e303e563cedad5b08 1.46 MB 2,242 55
677,388 677,388 00000000000000000002e9a2bb59e487f2683ddcd34768f53e6d913f6466026b 1.42 MB 1,669 74
677,387 677,387 0000000000000000000050b4634ce1aff7708adbd56439217a65c9b1861a6108 1.34 MB 1,372 62
677,386 677,386 00000000000000000007cd343d6f1792983daae73c7a3a2d4c5b668535e3595b 1.10 MB 823 77
677,385 677,385 00000000000000000006bea4f36bf8281a32df1a1b37fad2ca3ccd4593051cbf 1.31 MB 2,247 88
677,384 677,384 0000000000000000000007a4be22ad9c3700124497160b2412333d4da3a5b2a6 1.31 MB 2,673 45
677,383 677,383 000000000000000000070c40683c277a15740e6b755cbd0a1d9dfd7b84a49007 1.32 MB 1,462 59
677,382 677,382 00000000000000000001cedcf95eba18f8e5d8e1f43af6f5971d37f721f24941 1.24 MB 1,329 77
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, 102 incoming
  • Data Transfer: 461.84 GB sent, 2.23 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.