Memory Pool Memory Pool Refreshing

63,811 transactions
26.23 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,704 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 985 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,703 (322,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,927 526,927 00000000000000000034ee971fdcf0d195daabc0c718f89a4d1aeacba25a8b09 1.14 MB 2,081 36
526,926 526,926 0000000000000000002821cffa9fb463faab61176c19f2457f7c2730b1c42c4f 0.03 MB 40 15
526,925 526,925 00000000000000000005ead1a1f23053e9c09e2432a5c334e710ca504f35ef68 0.76 MB 1,399 18
526,924 526,924 00000000000000000008d9fc64c885e3243ebf544123a20124a8ad220785d221 0.36 MB 646 23
526,923 526,923 00000000000000000027ddc2b4f58008204f2e48874fe5d043a1af308bb86f14 0.15 MB 193 13
526,922 526,922 00000000000000000028c54ca39bdb4431325b12ab2af18377c9a90dceffbb30 0.61 MB 1,196 16
526,921 526,921 0000000000000000001b0189523e4c53f5b4901eae001f43afa1656d593a09a2 0.45 MB 679 17
526,920 526,920 0000000000000000003131525e6309f79750e8547d2d2b88e172c96744317f18 0.15 MB 140 6
526,919 526,919 00000000000000000020f42e6d7cc55353f21503fc52e531cea4a60273360c3c 0.56 MB 300 5
526,918 526,918 00000000000000000023ca76e1a8c037e8e488e16821644fa4e7481653e5faf2 0.46 MB 472 11
526,917 526,917 000000000000000000044996e56da5df824ff5421de20958df45a26df4a4fc08 0.32 MB 399 22
526,916 526,916 000000000000000000278e18130cdc1f40329fcc1e7b60faac27cb059a212bc3 0.09 MB 172 5
526,915 526,915 0000000000000000002ca43cb6d578268a8b0b677e1ec24fc1368cc1bbb0fd2f 1.13 MB 1,651 22
526,914 526,914 00000000000000000017cb3a394681ce520e796af8b8878add56a4f803c99a23 0.59 MB 1,432 19
526,913 526,913 00000000000000000011732f365c90d3ca74b54a741cde056097bd6618d77e51 0.03 MB 52 57
526,912 526,912 000000000000000000267371faf6a3a4f6b86f075196a8728b4ed65a97a68a12 0.34 MB 792 26
526,911 526,911 0000000000000000000038b00575af29928420e11beffbb6567bb6d7331ef86b 0.81 MB 1,876 21
526,910 526,910 0000000000000000002724c82273ad26afcf1981eb49b8aae07ff86f9e331afe 0.04 MB 102 10
526,909 526,909 0000000000000000003302e3c9662c3533b9afb799654622410663f125c70a4d 0.82 MB 1,688 27
526,908 526,908 000000000000000000124e61318bc4e569fc32a95e0a923cb3b1e8b2cd41149a 0.10 MB 245 17
526,907 526,907 00000000000000000036c0409c384d4cfcec5eb1fb6df5405b60760103230883 0.23 MB 468 31
Previous 10 blocks ↓
Total Size: 660.95 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: 643.06 GB sent, 3.77 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.