Memory Pool Memory Pool Refreshing

60,480 transactions
26.90 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,737 (306,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,362 543,362 0000000000000000001f37268f941c29fe8646229c0a5093ca19a50f74a45558 0.42 MB 963 22
543,361 543,361 00000000000000000022735f4625f799d5f45ecf219f299788ce4d2be47c39b3 0.80 MB 1,818 21
543,360 543,360 0000000000000000000db836d044639cebf63c9d7e9d0c4a4e4cf4fbd2400a76 1.12 MB 2,717 22
543,359 543,359 000000000000000000172b2a589cec364db0444174f495c1494b86921033fbc7 0.32 MB 774 22
543,358 543,358 000000000000000000149b60ca275bda10d7883f9a78344138f27cc6a9492334 0.58 MB 1,472 16
543,357 543,357 0000000000000000000e51cf537b5725fda58c34de5bdf937d8a6078deb49acb 1.21 MB 3,088 27
543,356 543,356 00000000000000000016b951165b58a2d080edee52d867eac318bb68efcae2a5 0.64 MB 1,006 20
543,355 543,355 00000000000000000026c6708063118d57ffe30df6e8f0528c2b6f39f2caba6c 0.20 MB 430 20
543,354 543,354 0000000000000000000373ddc6c9cbceae79ade9cb5fd3897dfcab8271367c4f 0.26 MB 532 20
543,353 543,353 0000000000000000000b2b988c3fc0ad5b4b94c7f1c8080bcf735c9df44b46ad 0.12 MB 308 20
543,352 543,352 000000000000000000198f5d7da7b047e5f061c27c29756601d5a7e3abda0c1f 0.06 MB 147 21
543,351 543,351 00000000000000000026726515159b4626ea0ce00ce0355ad78ac3d385e6cf73 0.60 MB 1,314 18
543,350 543,350 000000000000000000234b84672a0d4ac6ebbab8bc3ef74763214ac23b8e639c 1.24 MB 2,771 29
543,349 543,349 0000000000000000000dc8e26ec07420c1e3afe629452ccdc045dba339b9156a 0.96 MB 825 6
543,348 543,348 0000000000000000000168a2cc0f2e3c0ca00a80f2a82fa8eaba11e0e71dd3eb 1.08 MB 2,918 5
543,347 543,347 000000000000000000254b5f1dd62876cc4b2eab1c4d5fac8ea44d4647c506dd 1.28 MB 2,840 23
543,346 543,346 00000000000000000016816cebe818ae7ee4cf1b83cabc3268fefa51bff4847f 1.23 MB 2,883 9
543,345 543,345 0000000000000000001c04f3ae3fc8edbe8143d18ef050a2e5256f8d39a23911 1.29 MB 2,382 27
543,344 543,344 0000000000000000000940a75bba7dc68ea164c9ef01a4a10bbe21b877f31288 1.46 MB 2,886 28
543,343 543,343 000000000000000000172a974ee0137e0ef2659923cc6c3aa5e03420ffa19e70 1.19 MB 2,415 41
543,342 543,342 00000000000000000015185737f8ccdc882f28305b3507e1a4f014f550d3f77a 1.23 MB 2,623 20
Previous 10 blocks ↓
Total Size: 661.01 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: 685.07 GB sent, 4.07 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.