Memory Pool Memory Pool Refreshing

82,629 transactions
37.30 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,924 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,937 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,923 (331,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,657 518,657 0000000000000000000451c63e3a5527951f05fc6f408815a4174193ce7883a6 1.17 MB 2,582 24
518,656 518,656 0000000000000000002caface26f8c6edf2800793000c42e34c9cc14f3b8e2bd 1.15 MB 2,584 30
518,655 518,655 00000000000000000013fe3aa3bc8f2dd91233619bc0439bda59dd05bac57922 0.19 MB 358 24
518,654 518,654 0000000000000000002e0d5873f1364de229c509115a86919c2d0517e4144eab 0.60 MB 1,226 21
518,653 518,653 000000000000000000230974c429133a4e74f59f5671780f574c261f77f98095 0.53 MB 1,051 25
518,652 518,652 000000000000000000008e541fec0de8b06741c8dc0817485f1cb5122beef6f6 0.23 MB 384 19
518,651 518,651 0000000000000000000b55630e3dd683d65b1cad0423eed070a66ef0fc395d77 0.17 MB 335 57
518,650 518,650 000000000000000000096656385afbee811ebe222e446c7b76e74eeeacc6e250 0.25 MB 512 24
518,649 518,649 000000000000000000125e932a1857c916a4c7bbeef401243c10267693d0c854 0.17 MB 416 23
518,648 518,648 00000000000000000028b0a6d775ba22acc84d15560dc086d7e976225ae12391 1.10 MB 1,552 11
518,647 518,647 00000000000000000031f978af68516ad4c6dfc6f6eaf84705bf3657943c1651 1.16 MB 2,360 28
518,646 518,646 0000000000000000000bf9b3d2c22cdf2071eb32fac06e899526794c162ea7a0 1.42 MB 839 2
518,645 518,645 00000000000000000042623952e2a441e640cd01683fc37536c0d0d14f12c19d 1.28 MB 2,418 24
518,644 518,644 0000000000000000001b50b7d637141cd145af3caa68fde38b256ada0e701645 0.06 MB 52 10
518,643 518,643 0000000000000000002bbea2fc92547925680f06ab5b65e950252f4c4c6e95de 1.00 MB 1,476 26
518,642 518,642 0000000000000000003f3ecc4ff19b581dc8f4efba4f3e6157d3edb05ca84c7e 1.14 MB 2,301 20
518,641 518,641 00000000000000000037a98b5a9519e99fe631126a322708dea74fbda06b6d40 0.00 MB 1 0
518,640 518,640 0000000000000000004613bdd8eedd365d51ad4b8bb9cf93986752a1a1744934 1.08 MB 2,211 20
518,639 518,639 0000000000000000003947fa1fef0bfde46d9c842a07949ee236dc68c4d1b4b0 1.24 MB 2,954 11
518,638 518,638 0000000000000000001f0c885ddb83570d2888741177a8b4be90dca8ef9d9cdc 1.10 MB 2,400 69
518,637 518,637 00000000000000000042922e4ac7b0a6a994c19ccc552ee2fd673e57d0e9f8e6 1.07 MB 2,166 20
Previous 10 blocks ↓
Total Size: 661.36 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: 846.46 GB sent, 5.89 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.