Memory Pool Memory Pool Refreshing

93,989 transactions
33.32 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
854,103 000000000000000000036e3a0000000000000000000000000000000000000000 ago 1.00 vMB 3,579 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 854,102 (524,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
329,703 329,703 00000000000000001a4fc6bc7cdd8df384340119e0b39728779fe6b7017185f2 0.19 MB 280 25
329,702 329,702 00000000000000000021987256d41e6430f7e44289aedb4e5d02cba99ef34ad1 0.19 MB 313 20
329,701 329,701 0000000000000000192327876fa826ac2156740111a34e614a467b0ef0a2f20b 0.30 MB 443 21
329,700 329,700 00000000000000001a20824147e7c19f4c8984ab714b00cd43d3fbb535274397 0.32 MB 559 27
329,699 329,699 000000000000000003b358aab731b0c71d6ebd1657361c580348880bedd32887 0.10 MB 174 21
329,698 329,698 00000000000000000bd286ea7255d73cd723995336216c9a13aa8ea5cae48bac 0.14 MB 196 22
329,697 329,697 00000000000000000b183e7a4944ec4027e0c2069f85d62c6a784ebf0cbf0055 0.10 MB 84 8
329,696 329,696 000000000000000007656cc9034bd15d862ab76219fdf83188ad70f289f2bf01 0.07 MB 80 6
329,695 329,695 00000000000000000288ffded49fc5db87602b7d657965849289e0ef2c82453b 0.26 MB 430 23
329,694 329,694 000000000000000006b3f3c33315869a84784977660f6f19d0b9fc3f83c31768 0.37 MB 744 29
329,693 329,693 000000000000000008c189d4cd55d898cfbab27454f9eca7f8c5dbef3720161c 0.74 MB 1,512 41
329,692 329,692 00000000000000000f4bb7e7f47239591fab8ea45157e7fb393436fd0c69e5b1 0.20 MB 230 21
329,691 329,691 00000000000000000661605e4cade89011b5ec8733f12179ea7e94ca1ae31776 0.47 MB 889 28
329,690 329,690 000000000000000013dc549a8d4d1366f8e08472525e50a4a6deb50f1a0bda5c 0.06 MB 191 32
329,689 329,689 000000000000000012f91dfa8a42cc24a9133071bb26a6e7f34b59c0815811e4 0.51 MB 537 17
329,688 329,688 00000000000000001660a37ced3c9584cfc00dd7cda778e2d8cf7b1cd4b69fc3 0.32 MB 619 31
329,687 329,687 00000000000000000df8a9987b3d0594b992e6dd63b6b5582ac3edb2afbf89df 0.10 MB 210 29
329,686 329,686 00000000000000000292df0b6d4c382566f703e2b060d4a3a390725f70ba8241 0.67 MB 1,388 29
329,685 329,685 00000000000000000538ca395187c09e81883fe414212b0593e316003143f02b 0.22 MB 368 24
329,684 329,684 00000000000000000c64401f41dade1cc79a7385d22c41a7cb7aeb2add0163ca 0.72 MB 1,403 28
329,683 329,683 00000000000000001872ba81b265dcae835c276010c3b8d2b92d959a593a7699 0.09 MB 95 13
Previous 10 blocks ↓
Total Size: 669.16 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: 2,581.54 GB sent, 54.17 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.