Memory Pool Memory Pool Refreshing

82,760 transactions
34.44 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,447 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (282,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,875 566,875 0000000000000000000d3e5f38c4ca4bdc87c7b0dfb9feacdb1e177150ac324b 0.41 MB 1,033 25
566,874 566,874 00000000000000000009d3cfaf648b48591a0d859c53ab0c0670499e3bf92fd1 0.88 MB 1,355 13
566,873 566,873 000000000000000000112621aec3cefb514b295641e9a3e3f93d01ce8cf519b9 1.28 MB 2,783 26
566,872 566,872 0000000000000000001dcf3adae435d69186c3961ef31d373c7655ae31867375 1.27 MB 2,016 11
566,871 566,871 0000000000000000001bfb7b7e92a05f2e7b0986832509b4a72aa3db326b3d65 1.27 MB 2,471 35
566,870 566,870 000000000000000000063473eae325fa621ebdd41583282a490a4f52a3311c8f 1.14 MB 2,484 8
566,869 566,869 00000000000000000028fc6a28a7dc0eed4dc79274d5a10020c1f1406772d527 1.25 MB 2,464 34
566,868 566,868 00000000000000000029402dea6d8171f15ad7233636a2b6edc88e79b568244b 1.12 MB 2,134 17
566,867 566,867 00000000000000000028cbf3d0aa6142115c0aea2ecffc775d7490b24ed7756b 1.18 MB 2,172 26
566,866 566,866 0000000000000000001d2d0565e153bb3b521859b4233c77ea786efd8be708ea 1.18 MB 2,146 26
566,865 566,865 0000000000000000000e53b23c152b7cceaecc083e330551a82ff0eed32e4b34 1.10 MB 2,006 7
566,864 566,864 00000000000000000027185745a5e92baee4ce61edc6ab9a27380beb3405176f 1.11 MB 1,595 13
566,863 566,863 0000000000000000001441f3e924f2b8a982b95c7ca8ebc398e557c464901d88 1.31 MB 2,565 38
566,862 566,862 0000000000000000002b6db001205289efab1a9fe4b5191959eb44aa8a818b66 1.11 MB 1,441 21
566,861 566,861 0000000000000000002189b4a8baa41562c9aa73fa8c75fdd79de45e6cc886e2 1.05 MB 469 12
566,860 566,860 0000000000000000002602afa08d5d0856b78e14e60d3417617f29656fff6206 1.13 MB 1,782 15
566,859 566,859 000000000000000000279c275daaa036f311408ebdfa91efb086eeffbc17fd26 1.17 MB 2,465 23
566,858 566,858 0000000000000000002b47320ad883c0090e38e3810bffa1bb340263eebf749d 1.33 MB 2,246 29
566,857 566,857 00000000000000000002440a2561916bf6399991ab46cf376abdf70922a980e5 1.23 MB 2,466 22
566,856 566,856 0000000000000000002911f8f3e739b797ec86dca588c788138a450c7a3f2205 1.32 MB 2,857 32
566,855 566,855 0000000000000000002ba61c6ad1a100039469395aacf769a89fd6088da92553 1.24 MB 2,849 29
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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