Memory Pool Memory Pool Refreshing

79,415 transactions
36.55 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,655 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,681 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,654 (656,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,728 192,728 000000000000029607e788e13efc2bfc5bc90e34ad91a02605382c28fb7eb1ea 0.01 MB 23 119
192,727 192,727 00000000000005e77b81bbc2e64d9bb5b85157158ad836f1d0faafaa8b217ee0 0.06 MB 112 126
192,726 192,726 000000000000059861f537827356180d4ae63435a057e37881277de90e82109d 0.05 MB 126 135
192,725 192,725 00000000000004043827daad922242de46f1e02be3440cfb75f1ba047630a433 0.08 MB 223 122
192,724 192,724 00000000000000a68387288ef07d3b7ecf038490c769c120d8d99e84af1e2ef2 0.06 MB 144 144
192,723 192,723 00000000000002dd8f8412ce99aa8e4cdc78ac77413bab688d1cca1a610665a8 0.14 MB 160 110
192,722 192,722 00000000000006ace6bc87c2870caafd16813cc1c1ef58965c16c6eda8cc32aa 0.06 MB 116 94
192,721 192,721 000000000000038db4a7f523fa0d53e6078b0a62b94c2a9c0d2b1493617cdfbf 0.14 MB 364 520
192,720 192,720 000000000000003b94df3458a90d54efec00e90887259fc3050e398e67982e32 0.04 MB 129 9
192,719 192,719 0000000000000391c43e4fb82b22335c09120b3826f440a5de7caa07d7d1e75f 0.10 MB 234 120
192,718 192,718 000000000000022a6e169b63c2c2f2641182707ad67d58f387be81a120912972 0.07 MB 163 128
192,717 192,717 00000000000007ac247931d5c63fe3d58b08a0e225776f1e7e1c6f381fcf5edc 0.12 MB 321 171
192,716 192,716 00000000000007ee0510fcabf6845ce48f93f7b0bdbac23e15c91bd51929deda 0.05 MB 121 103
192,715 192,715 000000000000059fcfc43245eb630e0612a9680c426326daa2c9cec2caf2f1c4 0.02 MB 70 136
192,714 192,714 00000000000005b2c7a3342e034e164147b6e75648166928ad72efac80611df7 0.24 MB 512 107
192,713 192,713 00000000000006fe8e9d7ffd83d3f561e34827dc891fa5cbb82a2bef1718bf05 0.05 MB 131 1,157
192,712 192,712 00000000000000cba4f3450441af957213672b5533c44dc76e7de199e49bc4be 0.14 MB 308 132
192,711 192,711 00000000000006d4d976134acc21cbe96db4b652673cc3186814465891c30bb9 0.05 MB 115 88
192,710 192,710 000000000000004d271ae25e651358eadcbebc361e8c52bfc8534b6012a494c8 0.10 MB 253 173
192,709 192,709 00000000000004c954ae60f358b8e048a7f235f9d02c097e1b2658f32fd4900b 0.01 MB 31 86
192,708 192,708 00000000000006991cb1f5fc5d45f6cc39eaf0692849932dabd553f2c047fd5b 0.06 MB 128 241
Previous 10 blocks ↓
Total Size: 660.85 GB

Node Information

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