Memory Pool Memory Pool Refreshing

68,650 transactions
30.26 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,262 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (160,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
689,574 689,574 0000000000000000000f793499a82c8ae947e3e3e58fe55c17263f2d826caa4e 1.29 MB 1,459 67
689,573 689,573 0000000000000000000f992fad0645f24fbede60a157acc39758dc2369b7093c 1.56 MB 1,183 32
689,572 689,572 000000000000000000003994993bf91b9b13fa9d99a2654b907a52dcc9514edb 1.34 MB 1,991 70
689,571 689,571 00000000000000000010eaa406de370361671cf2aea1529a5b564387a1d84ba6 1.42 MB 2,079 35
689,570 689,570 0000000000000000000bb8e314370d9dad8f5ec614206a58a540cdaf3f3150cb 1.43 MB 1,471 55
689,569 689,569 0000000000000000000e63211739fc6629aa8c15cb5cd554406a24c0a220fdd9 1.74 MB 1,043 21
689,568 689,568 0000000000000000001255b23be7d0e92b797681891a998dd8759145ad5bbc40 1.71 MB 1,095 19
689,567 689,567 00000000000000000003f0f9ebfcef6690220fd71002e257b7e165d144ad7a74 1.81 MB 659 20
689,566 689,566 000000000000000000089245ad07d336110fd4ec3f7e660fbb2bc6b05ed9ae47 1.84 MB 345 6
689,565 689,565 0000000000000000000c1c7240e4bd3da8e477226537f345dc0bc89bc652917b 1.57 MB 1,587 23
689,564 689,564 00000000000000000013515146b5ea4f7039c652319a24f074e855fcf073fe21 1.55 MB 1,963 47
689,563 689,563 0000000000000000000ffb925195a547029d964684a0d876c55a105cb5d24e9d 1.81 MB 474 12
689,562 689,562 00000000000000000007a78d2d18b251ff537e274a3a59ba27db31899954ad02 1.78 MB 780 12
689,561 689,561 000000000000000000020199dc050786f4c5deb9777bdc2afd2f66e3d62acd64 1.47 MB 1,063 16
689,560 689,560 0000000000000000000142968c2a28fe3f924438fc005806a869983f58ad60f3 1.43 MB 2,164 60
689,559 689,559 0000000000000000000f7f3dc356dd0efab8d0f2d22e01b01c246a5cf3c68d9e 1.58 MB 1,551 24
689,558 689,558 000000000000000000097938cf3837f42a64f12c33079e578590488a918b05c7 1.32 MB 868 58
689,557 689,557 00000000000000000005680e62c01285997d48b92d1b16f2ff5790f6722e97d9 1.65 MB 1,064 3
689,556 689,556 0000000000000000001075e57d85ba1c660e16722449e743372de9675fcbedb1 1.35 MB 2,472 16
689,555 689,555 0000000000000000000cc6bfaa00b2f6ef9104efb433af7a2b019f40e3a9e390 1.50 MB 856 13
689,554 689,554 0000000000000000000b28a63c67e76ed61823967db92d2802d14dc1e1f8600a 1.08 MB 579 14
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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