Memory Pool Memory Pool Refreshing

75,776 transactions
35.03 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,604 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,315 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,603 (101,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,476 748,476 000000000000000000010a30ca0c159a730d5e0ec61436fbb6fab334820b6d9c 1.08 MB 1,484 10
748,475 748,475 00000000000000000002e6465d41e83415a2179e6c8f6fa6f04b19c5e6d275da 0.17 MB 360 10
748,474 748,474 00000000000000000008248cd6f681f3947e3d2562d3adf86388875d66252ce9 0.76 MB 720 4
748,473 748,473 00000000000000000002d1c319fad2dd593ab0ef548b3c42c2722c8d84d0b877 1.45 MB 2,744 13
748,472 748,472 00000000000000000003dcba7e419e493b1884a6a89b2a914e6800b582c9d708 0.81 MB 1,203 8
748,471 748,471 00000000000000000001c4fd96df06512c1bf9e555cc7b889c1e2bcd14821955 0.73 MB 699 8
748,470 748,470 00000000000000000000f7cd1ef5f987cbd2ddf8d3df73d2d1ee2b8c7559bd9b 1.53 MB 2,592 11
748,469 748,469 000000000000000000079f371b57f45722d8cd1a14d50960599f31d0ef170ba0 1.49 MB 980 2
748,468 748,468 000000000000000000048cc8bdafb678a52f932424c05b8e9651ee1c0e02312b 1.57 MB 2,645 9
748,467 748,467 00000000000000000004572de32677b2ff0e555ec33fe0cd846c17b8972d7673 1.39 MB 2,680 21
748,466 748,466 0000000000000000000935a5297c68793d8d22741a211e3d1ad09079a345a74e 0.33 MB 683 11
748,465 748,465 000000000000000000044e8dabd9c15757d3612ca12b9ed598126d3d0b03352a 0.14 MB 237 12
748,464 748,464 00000000000000000005f550d0293393d9c69249aec06c43610d7394c99f2691 0.19 MB 358 11
748,463 748,463 000000000000000000066477fd47a8505cc62ea8c24a4e28285fbbfe8c4272c4 0.16 MB 366 11
748,462 748,462 0000000000000000000830cc360f58a00c3013981657236f8265e9156e332a63 1.03 MB 1,916 10
748,461 748,461 00000000000000000009f3342568756700cae0f2fe2bc0cf44c4932ef4b03721 0.04 MB 98 12
748,460 748,460 0000000000000000000575f038652d9e4be30fbe75443793e50194c1235e031d 0.04 MB 114 14
748,459 748,459 00000000000000000007760b0db1ce679df52ecbbdf8d43ea9a1cbf22148f56e 0.67 MB 1,294 12
748,458 748,458 000000000000000000018e374fbd6040a217cec8237650ea7f9bc89c5817ca65 0.47 MB 780 10
748,457 748,457 0000000000000000000974704d0a460ceafc45e1115ffa254f7c5dcca68f49ca 0.41 MB 792 13
748,456 748,456 000000000000000000036171050a05d53b64f81cc41fa1c526a5bd13156bfdaa 0.00 MB 3 10
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: 10 outgoing, 99 incoming
  • Data Transfer: 537.44 GB sent, 3.00 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.