Memory Pool Memory Pool Refreshing

82,649 transactions
29.03 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,513 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,072 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,512 (100,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,757 748,757 000000000000000000041d4307b5d1afca18f391b2012ab26f240ca48ca256ef 1.48 MB 1,994 2
748,756 748,756 000000000000000000082ff3b634d0d93ae5d7d98790b3dd4d3d909f43dd3968 1.71 MB 1,169 4
748,755 748,755 0000000000000000000400497e8d58734186586db21bca15a749623d8549dbd9 1.52 MB 647 11
748,754 748,754 0000000000000000000750b36ea698035aee0a83a50c996f247239cd990fdb0f 1.28 MB 1,111 21
748,753 748,753 00000000000000000002bb8c7b51a317568839c562b6f1263b1dab93b7b91df1 1.67 MB 1,853 23
748,752 748,752 00000000000000000001336421229d11a6798cedd361f783e86f07290b53c5b7 1.66 MB 1,275 6
748,751 748,751 00000000000000000000a796908a518aad58778a22cfdf6c4828155d6b66266f 1.64 MB 1,590 6
748,750 748,750 00000000000000000008528d29bc249fd23e1a1c5441ef229014d6d577a26dd0 1.53 MB 2,280 10
748,749 748,749 00000000000000000007c5dce97520b4862ef86c4ef77e184822068bc6fbd0d3 1.57 MB 2,236 16
748,748 748,748 00000000000000000006aa3bd3254ce68eaef827c94cbf7683489100cf62f2f0 1.45 MB 3,362 37
748,747 748,747 000000000000000000037c083a5da1f3362008a4cdd86e0f231d8956d2a14452 1.72 MB 1,413 10
748,746 748,746 00000000000000000006b36757a9d8d8c7c751c5d3037bf8a12dd336e1905597 1.41 MB 2,846 17
748,745 748,745 0000000000000000000357164092eb712c9b990e0b5decf997f9df435178d5a8 1.50 MB 2,266 24
748,744 748,744 000000000000000000077e8f4a14e9a23bef05bc605516e64285b173b899af2f 1.47 MB 1,817 23
748,743 748,743 0000000000000000000175e8cbdf79d016b8c52f691930e55d495287d6d84166 2.30 MB 316 22
748,742 748,742 00000000000000000008a49d26e55a2d0c1e335ce79c221193f27491be91d15c 1.97 MB 1,408 25
748,741 748,741 000000000000000000065fdc889329b60671d6ef60028871977f830b124ea322 1.69 MB 2,411 29
748,740 748,740 0000000000000000000399488dc9b7c0afd9ec9372a240fbdd2e260e8d78365c 1.35 MB 2,440 44
748,739 748,739 0000000000000000000822e8bb3bd1d9713da7fd6a8bf22c803139f98a4987ea 1.48 MB 2,695 20
748,738 748,738 00000000000000000001893cd0d4ce0629b079bda32d4dc05e610481fa899c1c 1.43 MB 2,322 25
748,737 748,737 00000000000000000005e00b058c1145c2eef85f73c3aaa02001dee4b7895f3f 2.05 MB 1,148 26
Previous 10 blocks ↓
Total Size: 660.58 GB

Node Information

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