Memory Pool Memory Pool Refreshing

65,122 transactions
37.37 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,087 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,095 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,086 (183,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,064 667,064 000000000000000000085d58d0a76fc1574b66e2de088729bb910b413bf74703 1.12 MB 433 80
667,063 667,063 00000000000000000003312980f95eca9653b9a8dbb9edd566f524335a521945 1.25 MB 2,286 98
667,062 667,062 00000000000000000003c57073db5cd1e9a92a5e30087646c8917db35be6b486 1.29 MB 2,677 84
667,061 667,061 00000000000000000006e0bd83fbdf86e570cb16da0874206997db07b900d67a 1.38 MB 2,204 100
667,060 667,060 00000000000000000005d2f24b45fe1c7b499abc7e4762f0097b7c96c046a691 1.28 MB 2,861 101
667,059 667,059 0000000000000000000aa4ef266494dedc70b1bfd4cc0a9c95a138e77329c47f 1.25 MB 2,654 91
667,058 667,058 0000000000000000000363755b51dec011f81ff5a0619e3526c2ef49229050cf 1.31 MB 3,071 112
667,057 667,057 00000000000000000007fcf247ee3f3e2269325f237e46f116e886690b7eb69a 1.10 MB 1,269 92
667,056 667,056 0000000000000000000a388475b9cd421a36c0f492747f74c7593848845dd987 1.30 MB 2,637 96
667,055 667,055 00000000000000000003ecec29fa2aaf8878858a2def7d8a40d33c9328205eae 1.29 MB 2,565 90
667,054 667,054 00000000000000000008c509f425a3ca5f943f441b26fa21679ca6b390b048bb 1.32 MB 1,925 100
667,053 667,053 0000000000000000000a782b10ceb159eaf795cdb65537d833fc026901fdd553 1.24 MB 2,100 98
667,052 667,052 0000000000000000000058a1e2009d93da90d6165051d4409e131759a8df359d 1.34 MB 3,030 117
667,051 667,051 000000000000000000031884f4bc18fd94b4d354242f3e1a4e896507b6f5d2eb 1.56 MB 1,975 95
667,050 667,050 000000000000000000054612e4d0e3123d39ff03d0900eecded0047e179dcf60 1.39 MB 2,893 119
667,049 667,049 000000000000000000034359728a89d359e6859f6908145594888c26f952dcb7 1.29 MB 2,184 95
667,048 667,048 0000000000000000000bc7c177f0ef9fa47492beb5c14250c6d412b12997a56b 1.27 MB 2,553 117
667,047 667,047 0000000000000000000383edc4ee51e5e55000c85ae844899e582aedc6d0cb2f 1.32 MB 2,407 109
667,046 667,046 00000000000000000005656edcf6fb5cea1d2fe392841a9bdaa8b1fa821df661 1.68 MB 883 95
667,045 667,045 00000000000000000003420ff6518d72b347b2fc9750dbc25647a123bcdb2db4 1.65 MB 1,301 96
667,044 667,044 0000000000000000000889ae00ee6e2b9c7660d9c99b8df5d06a161d0b0cff89 1.37 MB 2,010 96
Previous 10 blocks ↓
Total Size: 661.67 GB

Node Information

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