Memory Pool Memory Pool Refreshing

73,363 transactions
32.13 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,474 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,571 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,473 (176,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,708 672,708 00000000000000000001d69ac74ec992892bc8cbdcf188814d536c3ed99c6526 1.33 MB 2,895 129
672,707 672,707 0000000000000000000497b42fb2ad50cf2f675b0e459fcf400bd734bce1aef4 1.14 MB 1,206 115
672,706 672,706 00000000000000000009bc6745a3c500c8e61ae84d4ad35607b3cb94987c1e8b 1.20 MB 1,466 107
672,705 672,705 00000000000000000003c027b5e54b873af88d97caeffd5ef3fe035dd5f2c284 1.13 MB 2,330 109
672,704 672,704 0000000000000000000111a562150c9fe093e27b8e41c5ce405495ff20661511 1.26 MB 2,363 122
672,703 672,703 0000000000000000000cb84f481ccca8ee3e1d85ef510d66db35269266ebb33f 1.31 MB 2,690 136
672,702 672,702 00000000000000000008bd2e561754bd39edd21591db29c31e47fdfb5547e2be 1.15 MB 1,457 111
672,701 672,701 00000000000000000008a7eda1bbb7ce8658c562afc11d9af052bafdec5e05ea 1.34 MB 2,757 115
672,700 672,700 00000000000000000009d6f0e75fd5660b8da75d2f325169d6418f9e61011133 1.34 MB 2,510 135
672,699 672,699 0000000000000000000c6218fc6e14c9f28b38f13d4be11998a578bcfe676734 1.38 MB 2,470 109
672,698 672,698 00000000000000000005e096445b26a1ea62614a251b312d4bc547337c5acd46 1.48 MB 2,533 122
672,697 672,697 0000000000000000000a61ba11fdbb91011b29b24d670180c334c278b6ddd89b 1.19 MB 1,940 109
672,696 672,696 00000000000000000001f680719fcddfc75a778245249eeb4dccdce668cc5e22 1.44 MB 2,573 124
672,695 672,695 00000000000000000008a314f8e0efc943838c1e6c97af832dbc22e508e787b2 1.30 MB 2,694 91
672,694 672,694 0000000000000000000b4717ac860a90ad76e4e60506b6741813705c486b603d 1.31 MB 2,850 101
672,693 672,693 0000000000000000000bc2b82432af5b34529574e4331806ef103affbf66dd32 1.34 MB 2,645 83
672,692 672,692 00000000000000000009bc7ab2b10de3d634d2fa7472c1b57110f6ac77997b69 1.29 MB 2,485 113
672,691 672,691 00000000000000000006211bde42b956a1bd06918d014d6ca72efbc5ef579bab 1.12 MB 914 108
672,690 672,690 000000000000000000075b3c06ea4c3c360ecdfce30001ca900812271145b1c9 1.24 MB 1,962 120
672,689 672,689 000000000000000000023c137396b7e95ca9d08187c00c87caa8eb197ffa00b9 1.32 MB 2,194 123
672,688 672,688 00000000000000000004d28857b7f391b3b9691dc0874988164f1075ae3a646b 1.20 MB 2,513 22
Previous 10 blocks ↓
Total Size: 660.51 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 99 incoming
  • Data Transfer: 400.13 GB sent, 1.82 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.