Memory Pool Memory Pool Refreshing

80,140 transactions
35.01 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,607 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,262 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,606 (463,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
386,206 386,206 00000000000000000e14b05eb5f383a45553680d1b6361c032f9e58356a3cac2 0.96 MB 1,065 17
386,205 386,205 00000000000000000851a854a7b07de4768c169b20c923706262b7b09d0c890c 0.36 MB 832 38
386,204 386,204 0000000000000000005598894f5cc213144308e5241c44dfdffacd1af52fb212 0.05 MB 43 27
386,203 386,203 00000000000000000504b01ee10820f02ff3b816ee7a0435ec7018851373c0d6 0.11 MB 155 18
386,202 386,202 000000000000000007c382f2cada94388be11f0ac96f6fa1862e6f9a9566a1f9 0.75 MB 833 21
386,201 386,201 0000000000000000026b34454991512876600b6fad10d5f6df6b08bb621ddcb6 0.93 MB 1,961 36
386,200 386,200 00000000000000000f049602916159fdc773d6857fa0166d8a005dd83b1a1065 0.00 MB 1 0
386,199 386,199 00000000000000000a0faea1c895f930c9edd4843f3b387fc9c62f70dafe7bfa 0.95 MB 2,556 42
386,198 386,198 00000000000000000eb370604d613d6cf97206dcb6251a02e377c1302679f0b5 0.95 MB 2,658 42
386,197 386,197 00000000000000000580d60baeb2c56e166c9af55824f49ff0022589abb11342 0.23 MB 438 29
386,196 386,196 00000000000000000a9be45e03ad7695414a08c37b452a1dd4f7285fd8839144 0.46 MB 756 28
386,195 386,195 0000000000000000060b495405b5c588f58fc937390ae4fd3dc9f7f29784ca6c 0.43 MB 1,005 32
386,194 386,194 000000000000000002fc14b956a2cfff6b444d11ef4e521e5e98dd1ab03f93dd 0.17 MB 270 24
386,193 386,193 000000000000000001115998d922fa730a606253e08c248810576fd9cae0268d 0.68 MB 965 22
386,192 386,192 00000000000000000d92e62e341daf93c67348a9a9105a26519d6f4432139d2f 0.66 MB 1,841 44
386,191 386,191 000000000000000002d6151d345bd1019ab117a7cdf59b99eee0221c0ebf3896 0.85 MB 1,921 34
386,190 386,190 000000000000000009bfcf72ea74ead67c6b32aa1805ce802a2175f933c91a92 1.00 MB 1,500 23
386,189 386,189 00000000000000000f1820c9d0822e82146906af5807a12d492815c8f14e92c2 0.40 MB 560 19
386,188 386,188 000000000000000007976c0d3b58cabc689001a172b636d1854056bda6ec2c83 0.53 MB 1,544 48
386,187 386,187 0000000000000000023369582143b1c3add66b32787ed3263d2a55e70aa96c0d 0.24 MB 333 24
386,186 386,186 000000000000000002bb0ecbd572f5a8eb86fb39633a2f084bc1bbe413cbe293 0.18 MB 481 41
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 102 incoming
  • Data Transfer: 542.63 GB sent, 3.03 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.