Memory Pool Memory Pool Refreshing

85,039 transactions
35.13 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,466 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (293,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
555,734 555,734 0000000000000000000bf6d77585c87ced16d68ec29764759ee8655ce7ebedf5 0.09 MB 173 32
555,733 555,733 0000000000000000001068a2e0f4f5e92b0561028bcb24ed89f99042181f55e6 0.49 MB 681 7
555,732 555,732 00000000000000000013b307f611521d4d2acd364b37757f31d769d56985aaaa 0.00 MB 15 46
555,731 555,731 0000000000000000001576d718bc78ebb96863eec795c86b4af326f510af6b45 1.14 MB 2,480 12
555,730 555,730 000000000000000000341ca6f75d9ce335ba7391c816787ee47ed864cdf263b5 0.60 MB 1,351 9
555,729 555,729 0000000000000000003223c08583ede3e1c5b587a575ce79cbc5962eff65a6b3 0.82 MB 350 1
555,728 555,728 0000000000000000001c5b4c524066b86544cd2aed051c66c9f19d77af47bd75 1.10 MB 1,598 2
555,727 555,727 0000000000000000001585522b53f433a387981d13f63e6c5a495892908b7a2a 1.19 MB 2,886 21
555,726 555,726 0000000000000000002721790134cdb25adee8ccecb22720149b76607b2387e0 1.16 MB 1,710 9
555,725 555,725 00000000000000000029049943fd38e1f8240a5ae9fb3462ca6d90fa644d4ddb 1.28 MB 2,409 15
555,724 555,724 000000000000000000046872703bf4a0e91ee9d668e3b1ef2e6c84ac68c41cbf 1.28 MB 3,189 15
555,723 555,723 0000000000000000000ab471be63cac3796899f357352f03fea4ac8373dcfee6 1.20 MB 2,324 11
555,722 555,722 0000000000000000002a483523b13d61d4c104033995a356b21490e7185849e2 0.84 MB 546 2
555,721 555,721 00000000000000000007905737743d64ecbc6d93a820b28315c4fd0b3b42524c 1.18 MB 2,415 2
555,720 555,720 0000000000000000000e5b9d6b343ab1f53ca33ee429172f70eaec36a60ae691 1.21 MB 2,511 28
555,719 555,719 0000000000000000002c242e66fd9e0d85156a5370dbb87c64cc1886259fc9b2 0.47 MB 602 12
555,718 555,718 00000000000000000022bcdfc8cc5895c1a48023c823186d85e32ac5745a97f1 1.09 MB 1,853 5
555,717 555,717 0000000000000000002c6820e579fad0c096d375b9c8f69fdc3d3ed2d45b58cd 1.14 MB 2,318 15
555,716 555,716 00000000000000000021e92d0e774123c949170a4cc8a15f1f5b184b0f7e3125 0.16 MB 277 31
555,715 555,715 000000000000000000206905befb5d63ba7c91fe6759507fd83d5627456e146a 0.23 MB 403 9
555,714 555,714 00000000000000000000418d71c82ad6a1ef35385fb07cb3156862a1ba673711 0.31 MB 690 13
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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