Memory Pool Memory Pool Refreshing

83,402 transactions
35.47 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,628 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,129 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,627 (319,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,921 529,921 0000000000000000003326676f7113e0192a729e875a2aad1eeaec63b071c940 1.02 MB 357 4
529,920 529,920 0000000000000000002f397a1ad79596591f07181c5788d65ba03bdcf8835a0a 1.01 MB 246 2
529,919 529,919 00000000000000000022010c51551b9cc41fc1ddfce2c988dbde653efa5ef0fb 1.21 MB 2,392 14
529,918 529,918 0000000000000000002e681ef6b27c7953c37ee8efeadfab2d43fd89b9ddfdff 0.44 MB 733 54
529,917 529,917 0000000000000000000833ecd0fd489a5a778d3ca833b739afac0f2a3c39fc8b 1.15 MB 2,127 22
529,916 529,916 00000000000000000036b17a2ec962cfd2b01c36b3412e79c94e5511af41afdb 1.15 MB 2,741 29
529,915 529,915 0000000000000000002fe1df899ee2daca6a759511fcc7d69e22685036d98525 1.05 MB 841 8
529,914 529,914 0000000000000000002f13fb0ce99f6fb4b522a1702200ae7173ed7a49041ddf 1.19 MB 1,442 14
529,913 529,913 000000000000000000164df5074333909e57e0b1e169966b3638821aafc3f41b 1.00 MB 1,603 18
529,912 529,912 00000000000000000019e4617295179223cb72fb5f846fcd20c40756a2aba76d 1.15 MB 2,494 34
529,911 529,911 00000000000000000006956a4455773f670bc98e06dd0bc9d8f62b1e6ce96984 1.22 MB 2,958 41
529,910 529,910 000000000000000000292e5f6d1a540f5f911bd12037a816a54e7f7eafb8f8aa 1.02 MB 313 3
529,909 529,909 0000000000000000001fe4a1a9354783181f09817b4fc31ecc1c03114df9231a 1.03 MB 584 11
529,908 529,908 0000000000000000001f8cc6f8918706f7402c3f736a4f4c5ebf964a570ab41c 1.12 MB 1,204 14
529,907 529,907 0000000000000000002efc50ec0e8da5ec84db744054eaa3ff610062436f7d1c 1.02 MB 359 2
529,906 529,906 0000000000000000000d5a696f174ca0e017764e3f37b663ae71320373a4c0b8 1.12 MB 1,987 9
529,905 529,905 00000000000000000035727598f35d6531d4ab2933cb68270496028607b36307 1.15 MB 2,255 39
529,904 529,904 000000000000000000141d0a8e407b9ec6e7790fa67700d12dcbe94c4e94db8f 1.16 MB 2,661 29
529,903 529,903 00000000000000000024984c0a8cbe79bd6f31fc569985070b402ffd7a8bf8d4 1.17 MB 2,495 52
529,902 529,902 0000000000000000002048ec4613711b0ba8543589e87c435a50385c0593e4fc 1.07 MB 1,073 12
529,901 529,901 0000000000000000000dc18767f2ef14b5a5fda14ed0fdec304ee98b8bd501d0 1.04 MB 769 8
Previous 10 blocks ↓
Total Size: 660.80 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: 568.05 GB sent, 3.19 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.