Memory Pool Memory Pool Refreshing

67,559 transactions
35.63 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,800 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,174 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,799 (95,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,798 754,798 000000000000000000013da63ced577b9e8c2d753232047d41019d8a2a613663 1.30 MB 2,230 15
754,797 754,797 00000000000000000005e5b47669d5a39a46c1bc65e86ae7abd199d21f5f7f8d 1.60 MB 2,004 6
754,796 754,796 0000000000000000000551a27d44198bc126a381df492993b79fb283c4e355a6 1.55 MB 2,738 8
754,795 754,795 0000000000000000000345706c7fa29edf9556b6a79a25404f46fb03975473a0 1.61 MB 3,094 18
754,794 754,794 0000000000000000000031359691b754f5e58075576a455d11552e2a18c32c0f 1.55 MB 3,523 16
754,793 754,793 00000000000000000006764b2ddbe347fbea8d7addc65e5ea1779bd9df4a8094 1.55 MB 2,314 11
754,792 754,792 0000000000000000000394b99b94eec19d031b99d637424de08504c83a777e44 1.66 MB 2,703 13
754,791 754,791 000000000000000000028ca3e072e5699f11caf27d90ae6b47ce1fdb1a5d9c02 1.00 MB 1,452 3
754,790 754,790 000000000000000000037e032e04a3718a5a1cec659d96f9babad09adf5c6bfe 1.54 MB 1,803 7
754,789 754,789 0000000000000000000477065a787957e18f1f4c1b2f523c225f3dd49a8ea091 1.46 MB 2,948 23
754,788 754,788 00000000000000000002289483517f4d29cd22b3a33a969de48f845ec4005a20 1.67 MB 2,033 11
754,787 754,787 00000000000000000003265f3ef436378e26362f55a3512402baca28204391a5 0.21 MB 426 13
754,786 754,786 00000000000000000008412d436b6b0606ca2ec8e76c9cead3f63cc7260d41c5 0.83 MB 902 4
754,785 754,785 0000000000000000000241f960993bbbd5f13a4297c32a26a96307dbcf27f9c6 1.71 MB 1,432 5
754,784 754,784 0000000000000000000253bc6586df3a908f17b093dcdbdef04bf926bd1d5d01 1.53 MB 1,665 4
754,783 754,783 00000000000000000002a4f526a719f30282ae64e939a7c92b3c063c22a523b7 1.57 MB 3,039 16
754,782 754,782 00000000000000000000f93616d2d7d4f97b56b684f696f6bdccdea14d5d0389 1.49 MB 2,441 5
754,781 754,781 00000000000000000003d5c45d51d2312a2ac5d2177fe3840ff50eb6dcd09e3b 1.57 MB 2,827 14
754,780 754,780 0000000000000000000836a73d10f45e0a68064009df54d6f07a4138204b8959 1.39 MB 2,671 16
754,779 754,779 00000000000000000005bfca9b29093ae904e5f66dc3aaf458e803f113eec925 1.16 MB 1,054 16
754,778 754,778 00000000000000000004576a75c8c7c66777dc6f3882c9f8db4923898be169eb 0.59 MB 1,211 10
Previous 10 blocks ↓
Total Size: 661.13 GB

Node Information

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