Memory Pool Memory Pool Refreshing

80,927 transactions
36.51 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,617 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,447 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,616 (106,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
743,390 743,390 00000000000000000006a607dd14bcd5470c29b3fc871f50e5d76006f651d4d2 0.61 MB 1,108 12
743,389 743,389 000000000000000000057d9e67979c06c4b1d025d1a52f22316e51c091d2f53b 0.02 MB 20 10
743,388 743,388 00000000000000000001b84c78a65032a1975a34ba681c9837557211ec4b1a53 1.42 MB 2,234 10
743,387 743,387 000000000000000000042903925d5a42079f3a8156c61f30cb9874a7c0e23ab0 1.02 MB 1,250 11
743,386 743,386 00000000000000000000041a92cb874f2ea9aaaa3c99bae7762ef2fca90b34cb 1.09 MB 1,067 9
743,385 743,385 00000000000000000009754d6d19db60351e13f9105ad93dd5df932db2d90192 0.35 MB 360 10
743,384 743,384 00000000000000000003d9a5fbd737266392768b47d55562b68d5492da8c10f7 0.99 MB 1,346 11
743,383 743,383 00000000000000000005bf6f5b25dcfecf215d7a8a040da6f6d71d871f0f68b4 0.22 MB 235 9
743,382 743,382 00000000000000000006c8f8833d315d88633011d725086cd46b1b99a6df65bb 0.49 MB 754 10
743,381 743,381 00000000000000000006ba68cf837140b9db2c844747b360dfad888722c51c2d 0.71 MB 1,172 11
743,380 743,380 00000000000000000002b84de104d56b04c0e1b19488d91565f6a155b3616e4a 1.13 MB 1,209 9
743,379 743,379 00000000000000000007114b14cf01ca87be98e9a832f1bddfd5f3e5c10a97ef 1.20 MB 1,330 11
743,378 743,378 0000000000000000000562581b69ab71240f238373750ed7b50eb5dd754fe4d4 0.84 MB 1,480 11
743,377 743,377 0000000000000000000933a54f5ab0b79099022f9aacce917cd43800223edd8b 0.03 MB 23 4
743,376 743,376 00000000000000000006bd2795c43735ca0c1c0508e4069479e4e6fe0692239c 0.15 MB 127 4
743,375 743,375 00000000000000000006fb7f7da324cf5b02bd5139373677435065f2c58047cb 0.67 MB 1,103 11
743,374 743,374 00000000000000000003bd80fe58bddfbf65e0ac2c4c62a0c1ff62cba60bf9f1 0.65 MB 1,214 13
743,373 743,373 00000000000000000006be10873c73daa518a9b0046d254a748a1f750d04378e 0.62 MB 516 3
743,372 743,372 0000000000000000000099b3906c088e6a22567047fa35d627af47bc5fed35b3 1.66 MB 1,377 7
743,371 743,371 000000000000000000039ddab26e16c5c6c43ab417b4daa677dd64d996fa0b41 1.64 MB 2,615 5
743,370 743,370 000000000000000000048a976cb0b816b4a869bcc5fa14aa3f3f7164800a034e 1.50 MB 2,898 19
Previous 10 blocks ↓
Total Size: 660.78 GB

Node Information

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