Memory Pool Memory Pool Refreshing

80,610 transactions
35.14 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,607 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,718 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,606 (426,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,018 423,018 0000000000000000003c68501eb8bb384a0fed200357006b19725b46e848dece 0.04 MB 74 74
423,017 423,017 000000000000000001584e98640b79bd0095340302d02176b66504bff8640633 0.16 MB 431 68
423,016 423,016 000000000000000001a2e89a78b1f0c002a71cbe040be4212807a0e78f877e13 1.00 MB 1,336 35
423,015 423,015 000000000000000002128f92ddbe4b1d96e0e3f57ae51267434c75b98ca025b1 1.00 MB 1,666 71
423,014 423,014 00000000000000000341aa873485a92c6d8a9276bef4f9c7255e12e18e0a46d4 0.17 MB 245 46
423,013 423,013 0000000000000000027c8e1f7976f1e2903d616ec92afcff77cbfaaeb2207ffd 0.59 MB 1,363 60
423,012 423,012 0000000000000000023db4e397cf01e830140a385296b29d64100576fae8f26e 0.37 MB 873 59
423,011 423,011 000000000000000001e8a7994f81ea10f99ea3c0bb65cd951f9a9e0997668fef 0.00 MB 14 181
423,010 423,010 0000000000000000005e9bc5faf0837353f5a6fb6c628e13f5cc90930944d822 0.99 MB 619 36
423,009 423,009 0000000000000000025231e71725394928c9649344145363fbd389999c52988c 0.67 MB 1,502 64
423,008 423,008 000000000000000003be2fd65267dc2069fed3f9911aeae8527c459e54f9f365 0.37 MB 412 34
423,007 423,007 000000000000000004a3714b82c340abe83d5641d256230a0b425e911acfedad 0.24 MB 202 36
423,006 423,006 00000000000000000118f8adce0c8ee64bdd95bd29afd7f982f8cbe9fb86487d 0.16 MB 364 87
423,005 423,005 000000000000000004e6f3e28f8711295b956599a7381860e6feb90aa3b432c3 0.98 MB 364 18
423,004 423,004 000000000000000001019c51a1501498220d6b30013c2116e1f381fea21279d4 0.96 MB 1,697 59
423,003 423,003 000000000000000003afe83ecc948beaa120e53a1a9f247dc3a9ade15a50669c 0.06 MB 166 101
423,002 423,002 00000000000000000509a972a0ec10c69ae7618aa53cac25917beb21092e0e2a 0.99 MB 1,044 42
423,001 423,001 000000000000000000fc12b276417eaee5a766ddae5bc9cda40ac1ef17d2f4f2 1.00 MB 720 30
423,000 423,000 000000000000000001910d9f594aea0950d580d08c07ec324d0573bd3272ae86 0.99 MB 409 18
422,999 422,999 000000000000000003797cd09efa8c88e0d5c4c26712250c9f977aa6a2371d33 1.00 MB 1,643 55
422,998 422,998 00000000000000000353aa690f7c60a8553b3e6c79a0b51fd0411dfa6277f056 0.15 MB 196 24
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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