Memory Pool Memory Pool Refreshing

69,116 transactions
30.04 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,539 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,941 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,538 (290,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,853 558,853 000000000000000000245d38502bf74c0fece2cda48416e0d9fbff1d42d9b8a1 1.58 MB 3,518 37
558,852 558,852 0000000000000000001bd6fea7cd3a52e8ec70aba47274f1e9c0261edf920ad0 1.61 MB 3,026 41
558,851 558,851 0000000000000000001e1ce40df93633653054b4dd8da6f5f7e0ad1c0fe28c1a 0.49 MB 569 1
558,850 558,850 0000000000000000002a7ecb8372f83ec8f8be4358c19411b2381a37c3d5b3a7 1.08 MB 2,515 6
558,849 558,849 0000000000000000000cb7ee6e5f17f825711c9a49a04bc66d42a1a1e3c99fd5 1.14 MB 3,095 10
558,848 558,848 0000000000000000001e3503f007b587b3fb47b6b6d9b208173fca913a3422d3 1.46 MB 2,664 24
558,847 558,847 00000000000000000000e0bc795a98e8d88c69bb8b85b244ed4775df7d90adeb 1.23 MB 2,797 46
558,846 558,846 000000000000000000016923df8b050d3956eec535202b63ef0c42140d42d625 1.16 MB 3,322 15
558,845 558,845 000000000000000000053139aeb54efa53a4480cdeb14985ca43760326c05cd1 1.26 MB 3,303 36
558,844 558,844 000000000000000000003a96aa2df561adea7e6f9c0096b998c6acb1d52b32f0 1.11 MB 1,819 9
558,843 558,843 0000000000000000002f6ed15754b650d1a2967b32fe90726c1f49b52a12fd6e 1.19 MB 2,738 16
558,842 558,842 00000000000000000027c22fea66d89b8ce3e5fc2333be5db807c1ec8450bd65 0.97 MB 1,951 15
558,841 558,841 0000000000000000002e3464d546f726b632e9d0af3db5cd0b63fe65ff83ef57 0.94 MB 1,124 17
558,840 558,840 0000000000000000001e56ddc1479eb125ef61a84a1f85e4d4f00ee5c4034fe4 0.28 MB 665 9
558,839 558,839 00000000000000000026a33c4c478d363aefc00ad0fd50361a489d91b166e540 0.22 MB 487 5
558,838 558,838 0000000000000000001698918069fc1cc466e75a82a79ceafd54592935edabd8 1.15 MB 2,190 17
558,837 558,837 0000000000000000000806084dff67625aedbb30cd3c2d4ea3accf9f06234718 0.40 MB 730 15
558,836 558,836 00000000000000000001751bf28b91d55d39308c5e40a2b23cc8fadd86894832 0.31 MB 690 11
558,835 558,835 00000000000000000006ffeb3798187f0fdbcb93758f1167bf89210e4f340465 1.10 MB 2,677 9
558,834 558,834 000000000000000000038a104b93ee94ea7d878ed516691cc4fbe0451be6cefa 1.22 MB 2,442 25
558,833 558,833 0000000000000000001540b31942276bdf01d1ac3027e5d7b0221bccdb6c7bc9 0.13 MB 345 27
Previous 10 blocks ↓
Total Size: 660.63 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: 488.50 GB sent, 2.43 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.