Memory Pool Memory Pool Refreshing

76,466 transactions
36.28 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,852 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,373 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,851 (285,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
564,632 564,632 00000000000000000015f1496757b8baa1126141c1dce0d37d5ca080bc0f42d2 1.26 MB 2,660 36
564,631 564,631 0000000000000000001dd7aa04d5e429946417552102e36f921e352af54c2884 1.20 MB 2,751 50
564,630 564,630 00000000000000000019da5ed2a4f11858c45eb705c453c76a8cf2cea95b0b49 1.35 MB 3,452 41
564,629 564,629 00000000000000000014607c5d526b31c5e1bc0b973ec8243528f40a61d1270b 1.37 MB 2,324 51
564,628 564,628 0000000000000000002a96d9c80c3d21cc0150cf36f0b97225b348505b03c9e6 1.27 MB 2,601 34
564,627 564,627 0000000000000000002b96e13295425f0b659117d531d320457b1a07cbbd9b96 1.41 MB 3,268 44
564,626 564,626 0000000000000000000029145fe0000df8a7b1c4d8ca9c1dc12f1509de8a6ada 1.33 MB 2,740 55
564,625 564,625 0000000000000000002919346284deeb1b2a6f646136193572478a8e03d54834 1.43 MB 2,717 48
564,624 564,624 00000000000000000020b251b110db54a396df1df94ab39498abb4209c84a9d7 1.55 MB 2,313 44
564,623 564,623 000000000000000000153cbcfd8e92b6f15595addbf448b29e2bfad0fb58c3d9 1.78 MB 1,777 39
564,622 564,622 0000000000000000001d627e3383d750bb201d952281cfe90ebde88229047e5a 1.47 MB 2,523 47
564,621 564,621 0000000000000000000ca41442c261485dc790789df306017460d7aeeddf0336 1.41 MB 2,903 41
564,620 564,620 0000000000000000001287905854301e5f6f3a10abfdd3c40d41bdf4f327f65b 1.32 MB 3,233 42
564,619 564,619 0000000000000000002c8a8afabcbb054ebd8901552f834acc4acd97f197f81c 1.24 MB 2,982 69
564,618 564,618 00000000000000000005705b468cbab2079e9f1c6abdc6186bcda7be325d88f4 1.36 MB 2,683 51
564,617 564,617 0000000000000000000f190b56e4674a8976e629837f0c0311bdfcddb9f90967 1.54 MB 1,837 44
564,616 564,616 0000000000000000000d3b8310870747d6b2475c659db4f8fa70d1647d06c48f 1.23 MB 2,317 57
564,615 564,615 00000000000000000007b4a8ddfa54c2c9a4cbd2cb529e0134251430677e252e 1.15 MB 2,009 57
564,614 564,614 00000000000000000028baba86bab13be673a9a924da1479efa5bfa94480302c 1.28 MB 2,252 27
564,613 564,613 0000000000000000001533f49713108c908ab1c1b48bab35eeb605050f61e9e2 1.27 MB 2,550 42
564,612 564,612 0000000000000000002d56b6be0f74533dae8e8dd8992fa2a87473846be92bcf 1.32 MB 2,506 45
Previous 10 blocks ↓
Total Size: 661.23 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: 770.43 GB sent, 5.24 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.