Memory Pool Memory Pool Refreshing

78,163 transactions
32.88 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,589 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,234 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,588 (419,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,080 430,080 0000000000000000030374597f003a59d09844b3c975bb949dfe1ea65891a68d 0.02 MB 57 62
430,079 430,079 00000000000000000054cfeac420da2eed16f63230c952a0d7994e30f46a8f9c 1.00 MB 1,376 37
430,078 430,078 000000000000000000817381deb794617214bce2b343e2838185bed17b55ca3d 0.35 MB 649 46
430,077 430,077 0000000000000000022e77a0e41831fffeb5b5a4c66c3127c60b52856f31fa8a 0.20 MB 472 65
430,076 430,076 000000000000000002dc4d0aba20891e84a04e9beffd9b648102fe702dd0731e 0.96 MB 1,037 29
430,075 430,075 0000000000000000000a502f779315bd6b73104c243b06f9309acd83bff1d968 1.00 MB 1,853 44
430,074 430,074 0000000000000000033014a587ba9a1328af2346faab7090f8fad384bbc069ce 1.00 MB 1,805 34
430,073 430,073 00000000000000000433cb52cb2d90ffccfd9c8678a9d7ba77b3f4b9d0d9789a 1.00 MB 1,031 57
430,072 430,072 000000000000000002750d47d10b0ab37d91dd7531bcdad11c42685e3ef403f3 1.00 MB 1,430 50
430,071 430,071 00000000000000000301e3b71195694fa1aa0624bdd6474779160d192e0fc6d0 1.00 MB 2,699 79
430,070 430,070 000000000000000004110032bca09704da5aa131f1a7c7b64a2276a4ba19a33c 1.00 MB 1,428 28
430,069 430,069 000000000000000001686279dd9c2f44e7451512356edd011009fc415044b00f 1.00 MB 2,285 63
430,068 430,068 000000000000000000721f000b759b6b3356a641c4efdd8013b42fc423c2d755 1.00 MB 2,529 76
430,067 430,067 000000000000000003f41f33820d5997f334e183b59faf861ce6c3f746b596d7 1.00 MB 2,221 73
430,066 430,066 0000000000000000024d70af94a3dde45804c08d3fba5debed71f5edc11a106d 1.00 MB 2,472 50
430,065 430,065 00000000000000000126322706bdeae1a43752e9e55a460cf72ee55e9d92f9c4 1.00 MB 3,058 88
430,064 430,064 0000000000000000045ba2cc953263398e5b6c2e9c7dec5cbc5d68d627e0737b 0.79 MB 1,383 46
430,063 430,063 000000000000000001edef785689b0c4fedb644188f9941436cfe662c34766d9 1.00 MB 2,823 74
430,062 430,062 00000000000000000457556d0f8bb5371a42175df210b9a515afc6da6dbbd00e 0.10 MB 302 85
430,061 430,061 0000000000000000031962b3a9f02157e486acb5bf4b4143cba3770c3a3752aa 0.99 MB 883 18
430,060 430,060 0000000000000000014a3a707c128462f214ce2c9cc0e5161d99925e2080f525 1.00 MB 2,148 57
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

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