Memory Pool Memory Pool Refreshing

64,673 transactions
34.55 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,984 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,800 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,983 (552,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,585 297,585 00000000000000005a2d3c48c976722df6a495c6a7983f2121b73755fc41b2dc 0.47 MB 874 30
297,584 297,584 000000000000000030799edfac02da34df8a7498bc02277f10a24bb16055c123 0.07 MB 176 25
297,583 297,583 000000000000000038cc20901ab36fcfb966237f859ec33af520f292e513d9cf 0.32 MB 525 29
297,582 297,582 0000000000000000818d9d6ef71eb2e50e5841b4bc332ef8ba3a4e0b8ccb0ea4 0.56 MB 682 25
297,581 297,581 000000000000000062e4a8e25a3f7719f97654ad5896b6739ee59e27118b037b 0.50 MB 976 35
297,580 297,580 000000000000000067af0f1d8df8c4b0482ca3131a78b7dd1fef49fdc1b8b8e9 0.09 MB 61 17
297,579 297,579 000000000000000033e2a39723d9adfb6440d06e0036f4ec2ef091df4c25c5b7 0.35 MB 292 17
297,578 297,578 0000000000000000192e718cd712a8f589496c8983118860f0a1ac3b459139e4 0.35 MB 865 45
297,577 297,577 000000000000000069bd2a215114abaf3a199aec37c7a2bf8994935f55274fb2 0.36 MB 332 16
297,576 297,576 00000000000000000259f5e3bab629e8aac8440b6351ae93cb314248e5828d6c 0.45 MB 1,024 88
297,575 297,575 000000000000000024846ad10094bd7b6736530831851237ac3f97586ab043b0 0.01 MB 38 14
297,574 297,574 00000000000000007c8436cb64e4a77ecc08c485d00a6a64b8a8efe0ef1ac70f 0.21 MB 381 32
297,573 297,573 00000000000000002730999ab80e10d0b4f7cad8f11256131d7c6040a270dd03 0.70 MB 714 17
297,572 297,572 00000000000000005703c3b597f127ba7d3d8e2fd0ea47e75cef674fc630d58c 0.25 MB 723 71
297,571 297,571 0000000000000000945c56d55f6fdad15401e5ad77f69f248f087d3d9a77a34e 0.44 MB 789 31
297,570 297,570 000000000000000026c02648ebeeb7dff00c485f47b17aa2a159116c9fbd98b6 0.16 MB 256 25
297,569 297,569 00000000000000001ac517bdf6d5a887a78b2daa7966e6157c465dccf3ee659c 0.35 MB 902 49
297,568 297,568 00000000000000006d3b67e7848e61bac196a3a559dc129369dd11512729db29 0.49 MB 1,089 32
297,567 297,567 000000000000000029ea4ed253d752cfa0a89151bdf6dcdf56a6bce5a4c46a97 0.04 MB 64 53
297,566 297,566 000000000000000049208985be0ae1adb7042d47ff3758572ebbc43c20509848 0.21 MB 337 30
297,565 297,565 00000000000000009492c806ba5f497db63a95f835508289dd4ea3531e1b877c 0.03 MB 89 29
Previous 10 blocks ↓
Total Size: 661.48 GB

Node Information

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