Memory Pool Memory Pool Refreshing

66,115 transactions
30.71 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,446 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,386 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,445 (301,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,584 547,584 00000000000000000001afd10c9c999d5deca7ed2a1b8ce96aff0dede5feb08f 0.63 MB 1,399 19
547,583 547,583 0000000000000000001db8f2b0e227577e86fee3c68b21fbb95e44b0866f7fbf 1.18 MB 2,056 11
547,582 547,582 00000000000000000024212936adb3071e88f002c9ad59cd1297219337257ed4 1.22 MB 2,490 5
547,581 547,581 0000000000000000000f40c252b87e0d60c18501e0449928272f2154f4c95452 1.29 MB 3,068 21
547,580 547,580 000000000000000000192543c13e165dc12fef24c389246f4aa1343b2dddd5ae 1.18 MB 2,456 8
547,579 547,579 0000000000000000000fab9358e1019aae902f53670badc07027ee5fd04f270e 1.32 MB 3,283 19
547,578 547,578 000000000000000000205aabd7ec378d811baae222ebc4e9a4d92befeb66f50b 1.00 MB 1,858 13
547,577 547,577 00000000000000000010591530e09d26b6a0572cd9e86e03a8fdaa0a51ce878f 1.23 MB 2,628 14
547,576 547,576 00000000000000000004e2001badc5acba46e2286604f601e2da3017f62ca4df 1.26 MB 2,919 15
547,575 547,575 0000000000000000000a00193e08382646c20d2ce1e2029ee58deec410207a35 1.15 MB 1,966 4
547,574 547,574 0000000000000000000653cea4a63d3f1853327d19120dae3a673af20aea04a7 1.27 MB 2,248 7
547,573 547,573 00000000000000000021e6d0250541c521407851d54c84a90b6c19b95ef570b2 1.30 MB 3,055 20
547,572 547,572 00000000000000000017947050284317164cd530d50a9705ce2014c0be85cc1f 1.34 MB 2,781 8
547,571 547,571 00000000000000000009d11b901bde393c2d6736b551fcdf88bbff72e7c59714 1.28 MB 2,353 26
547,570 547,570 00000000000000000015a1fdbff51802081a570cbdbfe5297b48eb4a3a113e05 0.39 MB 836 43
547,569 547,569 000000000000000000255eded297446925f5ef66fe0d99dd0d6006b9c3e55c0c 1.30 MB 3,115 9
547,568 547,568 0000000000000000001c33da8e28414a345ab98afd279ce223dd9ccfcdc00338 1.53 MB 3,048 7
547,567 547,567 000000000000000000094087a76da044d7ee195adb4ad196aa30f02c8c3b6ee7 1.47 MB 3,170 24
547,566 547,566 000000000000000000103ddf9c03de1187a60b1e26bbfab8b23d86b0d009f454 1.00 MB 2,853 4
547,565 547,565 0000000000000000002041bbea8f5d133184c2965341ec956c9966f628a38da3 0.68 MB 1,981 20
547,564 547,564 00000000000000000019065605bcee8b604887bf6304dfb6bfe9569065d3ebab 1.00 MB 1,523 13
Previous 10 blocks ↓
Total Size: 660.46 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 90 incoming
  • Data Transfer: 363.24 GB sent, 1.57 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.