Memory Pool Memory Pool Refreshing

59,527 transactions
39.66 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
849,396 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,263 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,395 (94,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,451 754,451 0000000000000000000415989fbd92629f85e21cf58d0e14f74b60ba06b17b05 0.03 MB 68 13
754,450 754,450 00000000000000000003450b190c9d11a576ed0ab783f361a20d033b659c2a7f 0.63 MB 1,155 14
754,449 754,449 000000000000000000044c9a33b3dd435b2a710af3395add28bc9b7187f5c0f7 0.35 MB 466 11
754,448 754,448 00000000000000000003e6122ab08629200efd1420be5c717854e1b695b778fc 0.53 MB 821 14
754,447 754,447 00000000000000000004b09c48902445428c31ff2c9f05694f2b4bb4db5cec43 0.56 MB 475 10
754,446 754,446 00000000000000000005af12e3727fc2a5ef3d1809db5312658a0fee99511f38 0.44 MB 723 18
754,445 754,445 00000000000000000004769ecadb7bd389f9663120fe92ed685ee666996edd2c 0.01 MB 47 14
754,444 754,444 000000000000000000030bd235d9708820edb558ca9a0bf76aaa69ee7968a129 0.12 MB 314 17
754,443 754,443 0000000000000000000231aac0e35f9b06132483a2154ba7b7ff884af872f435 1.26 MB 682 9
754,442 754,442 00000000000000000006d12349c1e27af790525bfab95ab16944d88d7723f414 1.54 MB 1,213 8
754,441 754,441 00000000000000000000d4de9a58d2f9b6b7c6bd2b285a765ea8a175cd43bd2e 1.33 MB 2,049 22
754,440 754,440 00000000000000000002115af1445f379afa0904a847c4746db30262e28b648f 0.32 MB 643 17
754,439 754,439 0000000000000000000249a0af8683350b9e155b39ed2bea2bf646a4b791d7fe 0.71 MB 570 10
754,438 754,438 00000000000000000005a92d23b1f237e62efc7f133bf345f360c2ec731521e3 0.22 MB 370 14
754,437 754,437 0000000000000000000684fe301b77f71f0fe57cdf28dfc2a8a18bcd8caabdd0 1.12 MB 1,022 10
754,436 754,436 00000000000000000002682756bd98ebbf695a0252218a42567b54c126053ea7 1.04 MB 1,073 5
754,435 754,435 0000000000000000000600c6c58430dffaec4f89a016d7c55f266edb259b6c2c 1.78 MB 1,092 2
754,434 754,434 00000000000000000000999b3ade9821adbcfed636a7db385c1a12a7a7f33b5f 1.81 MB 658 4
754,433 754,433 000000000000000000086a0f6627825d1907e81898c4f173f950990e699b94f7 1.69 MB 1,892 15
754,432 754,432 00000000000000000005cd4e6d241b385934caf63e725f3ddfd41ca0023d149b 1.58 MB 1,372 4
754,431 754,431 000000000000000000035938cafcd3ea4308d0f5b12dedd31a153a6bf08c4b0a 1.46 MB 1,094 14
Previous 10 blocks ↓
Total Size: 660.36 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 85 incoming
  • Data Transfer: 300.73 GB sent, 1.10 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.