Memory Pool Memory Pool Refreshing

79,002 transactions
32.64 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,723 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,186 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,722 (275,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
574,300 574,300 000000000000000000202a52c2831e06db1c90873174a8a56d9219dbd1ee5f49 1.08 MB 2,875 13
574,299 574,299 0000000000000000000738b6a581ff1a398f9e49512019bd86335f0b98ebc0d1 1.33 MB 3,257 62
574,298 574,298 0000000000000000000d947b1a889dc7b5a094c90a7b11cf8d59ac094b21d22b 1.33 MB 1,415 12
574,297 574,297 000000000000000000028de855871bb7fbbf270f3898f76d6f2b212823e10a1d 1.13 MB 2,105 19
574,296 574,296 00000000000000000002deb69aa79c6af42d7ab0d31fc6016bcd83d5b83ffdf0 1.23 MB 2,780 32
574,295 574,295 00000000000000000023d50bc747b02f9780294d0a6bf490feb4751562f6339e 1.16 MB 2,479 35
574,294 574,294 0000000000000000000abb363e4ffc3621017db845224fee7dfb2d805b9f5409 1.19 MB 3,045 40
574,293 574,293 0000000000000000001c899af039e781d6dd68a59881c3ff938bbcfa228c4695 1.20 MB 2,743 45
574,292 574,292 000000000000000000272273cb8021621b664f67991e6d20038090438dac9507 1.25 MB 3,075 39
574,291 574,291 00000000000000000027a7310293714e4d98c57f831971bdb38872914595dff4 1.25 MB 3,196 53
574,290 574,290 00000000000000000013076f49cd55700cf98f64a375f67624e28fc5a900a6a2 1.24 MB 2,484 84
574,289 574,289 0000000000000000001bb7ca25145f8dba7609449c785d6abd1fc65310564c1d 1.34 MB 2,777 60
574,288 574,288 00000000000000000024eecb3ded281fbbfb9bbae90456491b254e89e89acd3b 1.37 MB 2,762 61
574,287 574,287 000000000000000000212e49c75dc2a9b3e7242f4df1671556e75971091d9376 1.48 MB 3,160 57
574,286 574,286 00000000000000000020cc03aa308463cf185b67af7edcff93b395e681cf72ee 1.18 MB 2,749 113
574,285 574,285 0000000000000000001a2c0d1a178c92213b4f06ec94c2c5c62136181b97ffe9 1.31 MB 2,792 84
574,284 574,284 000000000000000000207a4c0b8bff6601b135863258d7f18911e83d3d7c04ea 1.34 MB 3,060 67
574,283 574,283 000000000000000000278b0686b2ab188e9ef13a499a996b6bdfeb4a16dc71ab 1.23 MB 2,933 46
574,282 574,282 00000000000000000012a1da95dbb758f4bfa8301e55a4761856abfc57369e6c 1.31 MB 2,992 60
574,281 574,281 0000000000000000000257f1d1eb33a76b8267333f1791b70e34e9c99cfed453 1.04 MB 1,376 20
574,280 574,280 0000000000000000002c3471ec9a32c8d4a5adf7d0933dff3a63d9b1c549640a 1.09 MB 1,941 21
Previous 10 blocks ↓
Total Size: 660.99 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: 680.01 GB sent, 3.99 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.