Memory Pool Memory Pool Refreshing

74,027 transactions
31.61 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,601 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,480 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,600 (133,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
716,472 716,472 00000000000000000009fc2793b0b1a1f7d82bacc713eebe1bbd489ed5b5aa2f 1.47 MB 4,012 11
716,471 716,471 0000000000000000000989c6e247be25f08988c8c24d89c34d8795b9fd1583db 1.26 MB 1,625 14
716,470 716,470 000000000000000000094758cbfffb2b137deaccae2fbf388d808df502dd3b42 1.39 MB 3,599 9
716,469 716,469 00000000000000000001a856fffb0ecedaacd49d6f8c03ed4eff88c7123523c4 1.69 MB 1,446 9
716,468 716,468 00000000000000000000a18fc14a5701d6413e3294e2b76213472c6b3ea82e23 1.18 MB 884 11
716,467 716,467 000000000000000000021de2e4a223a1a1def017c348222207f1d828c41f200c 1.60 MB 1,537 21
716,466 716,466 0000000000000000000534a4a610f7e07a435b44b2dc553cfc5e17c7c73b10d8 1.41 MB 2,437 23
716,465 716,465 000000000000000000099ec717997ee702c25143c7d0167558cfcf0da73d643e 1.17 MB 1,046 20
716,464 716,464 0000000000000000000b0522588e9a42910204fb6a47194403a325e43bf8ccda 1.48 MB 1,372 16
716,463 716,463 0000000000000000000b444772abd50869b51794a16955c4389638ece702de07 1.51 MB 2,716 26
716,462 716,462 0000000000000000000b5f8737aab17526e0f222b16256abab2f8485a97a00e3 1.41 MB 2,949 11
716,461 716,461 000000000000000000018d04a8f4d1b3b05a313dd3183835968401fcb1e04d2c 1.48 MB 1,467 15
716,460 716,460 000000000000000000091c971f8141b9c7c05ffb87bb934dd4b9ec6c8f901bc3 1.12 MB 756 10
716,459 716,459 000000000000000000017f87c7e995ca7dd6acb153abf27d8f213e24dcc7fe88 1.36 MB 2,694 12
716,458 716,458 000000000000000000013de49cbbb54cddecb3f3fa5c45a1425bed9b4ce48fc7 1.57 MB 3,821 12
716,457 716,457 00000000000000000002f619b7fd5003334b6d226339d78f4682625bd583274f 1.80 MB 1,567 11
716,456 716,456 000000000000000000021e95d4ebe3604cd60e95c0333ccbb6902d55cb015e97 1.34 MB 1,975 15
716,455 716,455 000000000000000000012a7c324e65e89b2e92011698cd6ca4e04073995ee3b3 1.18 MB 890 13
716,454 716,454 00000000000000000007f0b3ed99e20ec51bbaf72fb10ac74fa232693d4f94ab 1.23 MB 1,535 11
716,453 716,453 0000000000000000000978f43552a926fe376ade6a271b28f443247b171966c6 1.47 MB 2,916 14
716,452 716,452 00000000000000000002a765c2df4db2326935be19ca8deb3e65ee2b9943c9fa 1.33 MB 2,844 30
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 105 incoming
  • Data Transfer: 529.72 GB sent, 2.95 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.