Memory Pool Memory Pool Refreshing

83,160 transactions
32.13 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,544 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,886 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,543 (319,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,708 529,708 0000000000000000000841c59a4679d6e707152f24f5b195b66b47397d65175e 0.18 MB 365 24
529,707 529,707 00000000000000000022e0bf2b401ff54d76191c4ba5a43458487fbd5312c6de 0.11 MB 275 43
529,706 529,706 0000000000000000000d872f2f1d82fc026cd731d87590b4d573eeebbb5aa431 1.16 MB 2,479 37
529,705 529,705 0000000000000000001aeb9cddc56e7679b152bb1c75d8460d30f704c3fb0fb4 0.61 MB 1,258 32
529,704 529,704 00000000000000000033c209dda7a284c8073297458a97e0cf06624eb69672b6 0.01 MB 32 32
529,703 529,703 0000000000000000000f47369e1048218520440a87195d1f3c7042aa2118edc0 0.33 MB 596 43
529,702 529,702 0000000000000000001670be1b89e85b90333ae2c01c37f850d71caf1500ca31 0.93 MB 1,389 24
529,701 529,701 00000000000000000015ba794c6c0fee94d86bcb450a701b792a7c5d08173547 0.01 MB 32 26
529,700 529,700 00000000000000000012da33a3f4192d26b99f9c59e2885647fdc406cc385472 0.83 MB 1,701 17
529,699 529,699 00000000000000000028884251f975d9550feee691ccc00071adfd6fc909334c 0.31 MB 790 46
529,698 529,698 000000000000000000294b5be5855625d173ae265a9e614fb9683a11cc97aa9e 0.54 MB 1,085 50
529,697 529,697 0000000000000000001855711df4190b0bdf83e2250de2751c8e7f019a2a8e15 1.25 MB 1,972 28
529,696 529,696 0000000000000000000f4cc5f6aaf9caeb51cfd37b6bef5ca5fc6112ef74d7bf 1.43 MB 139 2
529,695 529,695 00000000000000000013e882d25a6c0dcf5a8035e165e7428957499bd105d537 1.14 MB 2,255 26
529,694 529,694 00000000000000000034c2df71cebc186c7e2c289cc31d6e8e99fd36e4ce8853 0.93 MB 465 18
529,693 529,693 000000000000000000053a3c9647e30336443d17e81ebe6bebe6e0cc7f5c8c68 1.22 MB 1,006 5
529,692 529,692 0000000000000000003305105cbb7c843ca26881017ee04aa9272ba8323e95b2 1.39 MB 643 6
529,691 529,691 00000000000000000014234e2d8f3c2b74e121143aea6b02166859f5f70b0436 1.53 MB 160 3
529,690 529,690 00000000000000000033ceeb1484246130266c939e10acaad01f89441e6b70e5 1.44 MB 374 3
529,689 529,689 000000000000000000048cbfd0cd0eb45d6518763785262d4af7d5cc58fe18ee 1.12 MB 2,146 22
529,688 529,688 0000000000000000001dee5fd46462bfab8e2d8814794cbecbc05816db521a99 1.19 MB 2,990 48
Previous 10 blocks ↓
Total Size: 660.63 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: 493.29 GB sent, 2.50 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.