Memory Pool Memory Pool Refreshing

75,920 transactions
37.13 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,126 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,484 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,125 (172,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
677,468 677,468 00000000000000000008e9da43de1a8573ebbfda71a4c8cf01b01eec216816d6 1.56 MB 1,771 78
677,467 677,467 00000000000000000001ec1cb39f34a0d6ea02bef7e926d5522e283c6eeaf998 1.36 MB 2,447 89
677,466 677,466 0000000000000000000b690aafeba9dff9f13f0b8d13915418185dc6bd632291 1.71 MB 891 79
677,465 677,465 00000000000000000002b7fbc670cb8e7183f37597f297722463a68f76f6fad9 1.44 MB 2,281 86
677,464 677,464 00000000000000000001ff1d10d6a18608dbc1f443ec3a7e11b5c46f1207ab02 1.30 MB 3,086 98
677,463 677,463 00000000000000000004e4aeb06e9424ee3dcb8b25adfd5e8b3f2be6f8297819 1.43 MB 2,031 57
677,462 677,462 0000000000000000000b478cb4e72e4e7b8d15bf4f2d9b2b2964e84b6d68af79 1.25 MB 2,180 15
677,461 677,461 000000000000000000065026e75c5a4a3d0ebca917114b50e6f5ee8c1274c560 1.26 MB 2,450 29
677,460 677,460 00000000000000000006edc90f9f7e618103b34ec83454bc91eb72c469d02a24 1.42 MB 2,400 36
677,459 677,459 0000000000000000000a13ef9fbae6d7918e0538543fd03b8578f95aa8bf1cf1 1.40 MB 1,929 53
677,458 677,458 00000000000000000009e38785d7f1abdec3c1a837b277abaf756d6d327430ad 1.23 MB 2,970 57
677,457 677,457 00000000000000000000f742b902fee278da14d8f3494ce7b40902cad970206e 1.34 MB 2,431 61
677,456 677,456 0000000000000000000a59a043e08d9636ecbc7d9afe1588dabbd78d6a54891e 1.31 MB 1,854 75
677,455 677,455 00000000000000000009fd27536263ec19b128e94301387b052aeedfc793a92a 1.22 MB 1,454 76
677,454 677,454 000000000000000000033a1ba39a3b7223797fb0e62a58f295e0ee10fd192f64 1.19 MB 1,483 78
677,453 677,453 000000000000000000092d93145ea1732bcb3136c73b366fb821aba84cd5851c 1.18 MB 1,736 71
677,452 677,452 00000000000000000004fe604972290682e71c949cf2c85ffc917c1e2cc22954 1.45 MB 2,265 70
677,451 677,451 000000000000000000068481e12685babb36ad788c5bdc66b5665a036b784351 1.28 MB 3,127 94
677,450 677,450 0000000000000000000c211776d6c19dea45c180b45a5b406442292524dd5e7c 1.51 MB 1,626 72
677,449 677,449 00000000000000000006ff0a20fd5d0eaf190f9682d73a09fd7f3b9cdccde21f 1.23 MB 3,139 103
677,448 677,448 00000000000000000008192c33002f0be6df0ec6f6c28da9e8bbbc9ef2a74a46 1.28 MB 2,447 29
Previous 10 blocks ↓
Total Size: 661.74 GB

Node Information

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