Memory Pool Memory Pool Refreshing

67,654 transactions
35.68 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,800 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,560 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,799 (565,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,892 283,892 0000000000000001dd5d6c139dcd7da6c8165f6a103633e5f05eb16ee8dcf434 0.11 MB 360 42
283,891 283,891 0000000000000001d3b8746a7639793338b9a74cfc7375e0e6fc232e2596d62b 0.12 MB 283 38
283,890 283,890 00000000000000017dd892502f301fd938340067c927e65e7a707f483180d55b 0.09 MB 176 25
283,889 283,889 0000000000000001d5ba96040324021d83731489a475d76861161d77949769d0 0.10 MB 193 37
283,888 283,888 0000000000000001b5911cfb38ffdb5ab5b39958ab059dc2c73c6e8f05d11969 0.31 MB 256 20
283,887 283,887 00000000000000000bf51f691c0b520d48fa2e7e0e6b9fba09fb957d47ad78c8 0.13 MB 330 41
283,886 283,886 0000000000000001a674301b60bdbe77809c6ca06f7ac5f39c557d909c7cc39a 0.11 MB 258 46
283,885 283,885 0000000000000001d826a39f8ec4ffac5fed81872f385a5882b5e80c9b37acbb 0.18 MB 272 26
283,884 283,884 00000000000000002b323464b91c831317149742d7625732b2bea7c62092388b 0.05 MB 89 28
283,883 283,883 0000000000000000b0d426f295ee610ebb5860acb9281623b873cf529db63199 0.05 MB 160 65
283,882 283,882 0000000000000000a93c6f12d821eb234bbf69f049e774ef52fe31ac031a0cdb 0.05 MB 95 35
283,881 283,881 00000000000000012a66463cf96fcb36f661ba106a03bc9e2f7b839d60c1318f 0.05 MB 56 19
283,880 283,880 000000000000000009330e429db497fbb715a538bbcb545d39777b0563c999b6 0.02 MB 57 48
283,879 283,879 0000000000000001eec92f07d02013d1c89eb3fb317838eac64443a424aed547 0.09 MB 207 43
283,878 283,878 0000000000000001366a68e966aa509ced4615e175bcdc268eeb72b2f2278f59 0.02 MB 21 23
283,877 283,877 00000000000000002e766544ec2cb5bfe63e87a180ee70001cebc581354e1d2e 0.20 MB 234 25
283,876 283,876 000000000000000012185c54a98e9fd2d6540018cca38b9bb238e02f790e03a3 0.32 MB 515 39
283,875 283,875 000000000000000036a4eb10ce7db6c3ff1ba36360a03813319982cae19b7d72 0.32 MB 731 36
283,874 283,874 0000000000000001e91e2f81ff088bf9b6ff936bd2b7e2b8e431270dced82d28 0.05 MB 176 98
283,873 283,873 00000000000000004c56265d55f6f1cb9efe0f93f682fba9ef9d3d093561e6d0 0.31 MB 644 47
283,872 283,872 00000000000000002d344a7b86b2729121b339602b20b7134a99e775e3e1629e 0.04 MB 91 34
Previous 10 blocks ↓
Total Size: 661.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 742.67 GB sent, 4.78 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.