Memory Pool Memory Pool Refreshing

105,044 transactions
31.11 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,499 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 6,524 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,498 (217,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,447 632,447 0000000000000000001127c5a9a0963b5f4bac4a39b9f5d1f8187a34ed11d547 0.74 MB 1,122 52
632,446 632,446 00000000000000000004722badaef9769cf9d7302863828fbf295030f06e38ea 0.46 MB 899 50
632,445 632,445 000000000000000000050e0c574fb2f04ad8d3811ce38a1fdb8639609fd3aac1 1.04 MB 2,091 14
632,444 632,444 0000000000000000000926b5b5520dfbf361deaab2ac2493f27d45a033b9598a 1.46 MB 2,037 85
632,443 632,443 0000000000000000000148938b173f8f747a2d42d7ed346a6d46d4532421899a 1.01 MB 1,884 40
632,442 632,442 0000000000000000000020fc20ead85ee13422d888864a2f289f726f20c092c5 0.43 MB 732 41
632,441 632,441 0000000000000000000af490928a83c401afd58a62ac7f80bb24186106749fb6 0.39 MB 522 38
632,440 632,440 00000000000000000008cbeff81e2f87286b24b5cc3a60bdc1e44c634155e434 1.11 MB 1,378 43
632,439 632,439 00000000000000000002afe0f96d6826b24683a5fe2ebdf08476ac3be9310d0c 1.61 MB 1,964 34
632,438 632,438 0000000000000000000db751dfb6a4dbc469ca1fe6af2a94f329de189d21f94b 1.27 MB 2,394 10
632,437 632,437 0000000000000000000b7a412b1c5ec4db1124fe148fb624a09ce54891b79de1 1.28 MB 2,309 97
632,436 632,436 0000000000000000000bdc8e1bd8295d133e504c60dfd4981ced3e178caad105 1.24 MB 2,151 29
632,435 632,435 000000000000000000071f7afb833abf98ca5d59b8b24812b3f7222e93598d21 1.24 MB 2,250 32
632,434 632,434 00000000000000000001fe5493122dcff93c96a087b7fc959b0c3b5e22a22777 1.37 MB 2,646 78
632,433 632,433 00000000000000000003d81657245dec0b1e498e98be9f1a571427652efbb282 0.33 MB 353 42
632,432 632,432 0000000000000000000a506dc9477b65c4f65ee5fa3ba0161653688c3806513d 0.69 MB 1,237 36
632,431 632,431 0000000000000000000b18be7cd411e5c8f274780a2a714438cf248cfb8841e6 0.36 MB 639 46
632,430 632,430 000000000000000000014fb10a9011ade1495723dd0b694056d8cbabcc97121d 0.82 MB 1,652 47
632,429 632,429 000000000000000000122cf4ff61248875800b23332dd1b994f68325198bdff7 1.25 MB 2,144 49
632,428 632,428 0000000000000000000c4c3a1ebc236ed1c6b173820f517d8c9a656fc63e5c5f 1.07 MB 2,152 49
632,427 632,427 000000000000000000066f3c6a30655aa02b0ec6748fc8206e3e28c065966f7d 1.37 MB 2,313 38
Previous 10 blocks ↓
Total Size: 660.55 GB

Node Information

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