Memory Pool Memory Pool Refreshing

75,539 transactions
30.96 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,550 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,312 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,549 (91,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,324 758,324 0000000000000000000704cb905638ce99d0eaca7810b91a3a4b3a26a48cb2e1 0.00 MB 16 4
758,323 758,323 000000000000000000026a4346c11bb1c5b878f87f71053f7a0f224460ec980f 0.18 MB 453 6
758,322 758,322 00000000000000000006c59682d6f725ffe151411f3451274cbdd990769690cf 0.54 MB 1,207 8
758,321 758,321 00000000000000000001e55bacd1adb31d09c045f81e142e7240a39e0018016d 0.21 MB 452 6
758,320 758,320 000000000000000000009884168173784d557c100556757ab8d662c76bd4d572 0.43 MB 796 6
758,319 758,319 00000000000000000004948ab5bdaf5f2842d5f20aa4681df035181862b65092 0.08 MB 165 5
758,318 758,318 000000000000000000001a63ca1c1be8869ac8d8fa17afe6c424c4a553b6ab4d 0.74 MB 1,383 7
758,317 758,317 00000000000000000002b72dfa1a93bbecd466642a3a6dfc7be402165f82a7b3 0.04 MB 135 8
758,316 758,316 00000000000000000003881bb4298917a5ac1f4f84150132465cdc5283a4a0f8 0.17 MB 454 8
758,315 758,315 000000000000000000030136be88131204300b9c5da38f9f0aa142c23df2cc26 0.84 MB 1,308 7
758,314 758,314 00000000000000000001e81e96ce04d6230817083e408050c1c0e877b0345a6a 0.96 MB 1,259 8
758,313 758,313 00000000000000000006afd4c84706dfc3f364717dd8040fb25c10d6789b3343 1.27 MB 1,734 3
758,312 758,312 0000000000000000000220c7eed4de09347e7eb765d19a2d74bbc1b791db92bf 1.27 MB 1,676 9
758,311 758,311 0000000000000000000312acf156b45ef69ad75b80ac08f7e797b1de799380a7 0.23 MB 493 15
758,310 758,310 000000000000000000027155f7e4ded6f8bcc75263db5bd0fd708587a1db7b0d 1.11 MB 1,253 5
758,309 758,309 00000000000000000006af19f54d505e7d058c28b2028949d8630b4ecba79853 1.63 MB 2,450 7
758,308 758,308 0000000000000000000771555056437db58b6375bbc4ba75e6bca511f3c668fe 1.58 MB 2,890 7
758,307 758,307 000000000000000000062cc24b230d35e91802be5c56ecdc8c83335f1a38c817 0.09 MB 184 5
758,306 758,306 0000000000000000000279315a5d1ae3883db75104eaab9f8ab425eb8447b81b 1.53 MB 2,183 8
758,305 758,305 000000000000000000001350d45cf8f37d373c4cb9f1377b4fd0fd1cfbbf3e93 0.32 MB 508 7
758,304 758,304 00000000000000000005f826a20128e2f39efeb79fbdfdbb441cf15dfccbdadd 0.13 MB 308 8
Previous 10 blocks ↓
Total Size: 660.65 GB

Node Information

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