Memory Pool Memory Pool Refreshing

80,467 transactions
27.93 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,533 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,561 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,532 (284,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
565,469 565,469 000000000000000000127a346e6c7f22343da9d3539c43d53aabab50edb97a74 1.19 MB 2,874 13
565,468 565,468 0000000000000000001169ff7b62e3cdfea069d9d441a61f650f610d77361d21 1.15 MB 2,722 12
565,467 565,467 0000000000000000002b36d1f48bb36e58ccb8bf59a67a85c78065b5b26891ad 1.29 MB 2,730 34
565,466 565,466 00000000000000000015596994dc0096367ef6ff605a524d4b9e9aa98b01279b 1.19 MB 2,710 9
565,465 565,465 00000000000000000022fe367ebfcaf0129e5e9c8427a36bce8d0c06f776dc2f 1.14 MB 2,953 9
565,464 565,464 0000000000000000001a66abb1bc08348d97381b1a199877e3269f89f77a1544 1.19 MB 2,862 18
565,463 565,463 00000000000000000021d85ee7c0a200c1dde14ea26685d6bd39a179a0490392 0.96 MB 2,116 2
565,462 565,462 00000000000000000016a51088f9b18ec5e50b9c43f618babfcc977e1f58fe86 1.18 MB 2,920 14
565,461 565,461 0000000000000000001d994dc45661a5ebf7e3b30ce4a038beb758b648921dac 1.11 MB 2,326 4
565,460 565,460 0000000000000000000fd942d7af607cf7d678da3b0679df7a0e2a418de9ba55 1.18 MB 2,331 10
565,459 565,459 00000000000000000020fad7a6c69b6eac3a3858100bd018784baa8eabcc858a 1.15 MB 3,185 14
565,458 565,458 0000000000000000000e8aa2f8c105584b9aa7cb47e14892730a7672220db7dc 1.23 MB 3,117 24
565,457 565,457 000000000000000000071aba6b71f0dd6ba8aad4b4a1a795a5ce3ec437d01575 1.31 MB 2,833 30
565,456 565,456 000000000000000000188e03c172f423ff29f9fc309d7184c68ca2eeb1f9c745 1.14 MB 2,783 16
565,455 565,455 00000000000000000018bb0c6e2094649b1cded03cbf912eed42946ac5ddefdc 1.04 MB 3,279 9
565,454 565,454 0000000000000000000694b5e63b2ead679e9cf8b67e3d62719cea93a656748f 1.19 MB 2,909 19
565,453 565,453 0000000000000000001503b455c56265c475431de12b1b3980d4d40f5e235cee 1.24 MB 2,627 25
565,452 565,452 0000000000000000000ba482199fbff0899014871d6a4d76a3e504dfe4c10c08 1.31 MB 3,052 42
565,451 565,451 000000000000000000032c1d0b19705385aa41bc0b919959305dfc1d32c98500 1.07 MB 3,411 11
565,450 565,450 0000000000000000002888d22c8d26f529aa8e676f64eb5701eadf6adb2d495d 1.23 MB 1,677 19
565,449 565,449 0000000000000000001dbac1ac111dad368b84ec82d36b35eb4aa15929ed1612 1.35 MB 3,248 41
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

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