Memory Pool Memory Pool Refreshing

80,822 transactions
27.97 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,509 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,380 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,508 (190,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
658,824 658,824 0000000000000000000cf61ddacd831c988682323591a074201dcd49fb752a10 1.23 MB 2,766 56
658,823 658,823 0000000000000000000cff28c8f50815162daeab588813905f6598e30028dcdd 1.31 MB 2,285 74
658,822 658,822 0000000000000000000dc82d372152d1c9dfe0cb8ea69c1dc181291d7235459f 1.32 MB 3,093 99
658,821 658,821 00000000000000000006cdb1eda94036e100a8766d6f62cb90685c1da3f573b3 1.29 MB 2,813 67
658,820 658,820 0000000000000000000ec3218ed1508d4e140d711b9f9280819a908918cdd703 1.18 MB 1,367 81
658,819 658,819 0000000000000000000f06bd705129f9373155528c23107360f4ae42d27b1618 1.30 MB 2,001 26
658,818 658,818 0000000000000000000fe3a30f019cc624de1907d18b59e4306d4f1281b59759 1.23 MB 2,061 41
658,817 658,817 00000000000000000007386aa1124d75652bdac4148748d2d68d958b43a454ab 1.37 MB 2,727 82
658,816 658,816 0000000000000000000a708a4cf483df2a07ccd4520cb25f088e12584fc9c9d4 1.33 MB 2,175 65
658,815 658,815 0000000000000000000d810f5d89f22459fdd21838c52f7eb924596d2d6ce7b2 1.27 MB 2,811 69
658,814 658,814 0000000000000000000dc84a6b2c2330c467927755c6693ace5ca1f42052422f 1.20 MB 2,414 72
658,813 658,813 00000000000000000000641a60e04c15c82b3fd6c84ade856fc4d75e5c0b718e 1.26 MB 2,687 90
658,812 658,812 0000000000000000000ae45daf5119fb902b40d430aff2a6caabb011aef9f2a6 1.17 MB 2,476 83
658,811 658,811 00000000000000000004167519276c215b1587292a57e4b0fee5c61d55b967f2 1.21 MB 1,900 88
658,810 658,810 0000000000000000000fab9e9f2dcdbd09442e02ace788598285e6d3f6bff6f1 1.32 MB 2,847 101
658,809 658,809 00000000000000000007f58f699f72a2edbad08217dd00841422b9d4ac274a64 1.37 MB 2,683 96
658,808 658,808 0000000000000000000cd233fc9e2e791fd75266a1eeb1f7c44e6bd1698d9869 1.28 MB 2,228 79
658,807 658,807 0000000000000000000ff68d483e3f151e170fdf9d963ec810825c907560628f 1.26 MB 2,507 68
658,806 658,806 0000000000000000000b2520fa49e9b0f6aaaeaa09077abe245639cfdaa3cbef 1.30 MB 2,313 73
658,805 658,805 0000000000000000000c18da122dd5901521e02187042c8308db30681431e75f 1.19 MB 2,369 78
658,804 658,804 0000000000000000000633a5211cd907669c19be3fc6d824047dac211d220c81 1.32 MB 2,797 100
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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