Memory Pool Memory Pool Refreshing

71,036 transactions
32.10 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,941 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,132 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,940 (146,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,309 703,309 0000000000000000000bf049e668e1a1def66fffde704e2ba172907d1bc9d703 0.54 MB 1,058 14
703,308 703,308 0000000000000000000a1a7483954968ea08fa46b3355f86a5ef071991daf74d 0.85 MB 1,071 7
703,307 703,307 00000000000000000000dd179f6d69916b263c09a4196e66e11fdde32c4673c1 0.27 MB 278 19
703,306 703,306 00000000000000000002ff2cba70c71ef40cc2de8c373de168864823763cd349 0.68 MB 893 8
703,305 703,305 0000000000000000000c9d776a125af83b01da0342306faad7a46d2d14b8c471 0.01 MB 15 13
703,304 703,304 000000000000000000032c303dc7aae4d3764fe0977143a6f0c57193b68c0386 1.13 MB 1,566 12
703,303 703,303 000000000000000000041d237c60f5d5a854f449361ba245a728afa3b0ed1bd1 0.32 MB 494 10
703,302 703,302 000000000000000000033482961c2cfcb053a0f790350a3768b978e6977b6ced 0.08 MB 162 15
703,301 703,301 0000000000000000000a3edc7386eb920a0c1a1467b7caef6e222ba37371c64e 0.15 MB 220 8
703,300 703,300 000000000000000000078e58741efcb17071e9497e15c50bf131323da7c0102a 0.24 MB 359 9
703,299 703,299 0000000000000000000dad58f27f8d47b114fb41e8d2d55f3d53dfd925196c7a 0.82 MB 1,153 13
703,298 703,298 00000000000000000009bc6324226ddd0f23d5b17531b964406f7aa6dcff9843 0.91 MB 738 5
703,297 703,297 0000000000000000000e8f99d89d195104b2e496d86bfbb48191e20156e03f72 1.52 MB 1,534 9
703,296 703,296 0000000000000000000471b3d3c6f500043c78500d8d964a53bdebeb1c901532 0.46 MB 341 7
703,295 703,295 0000000000000000000327bf114b58741b519c0810e03e15aba0245a0413ba8e 0.66 MB 1,049 9
703,294 703,294 00000000000000000007cf54cc7b59a33a9a3dfea97a996066f9cb1904fe8a8e 0.12 MB 287 13
703,293 703,293 00000000000000000008032b45d9750642f10bf3201f68c2ccb42a75393bf360 0.71 MB 1,147 10
703,292 703,292 00000000000000000006af50b26d3556a54f290293e9b156bec5e4c2a9fc47cb 0.19 MB 391 10
703,291 703,291 0000000000000000000e852657bbb1f81e9fa3f0bbf49266c011998327b02cbb 0.02 MB 50 7
703,290 703,290 000000000000000000069306205907f0a99b27d8e8e4d5441ef1e929ac7efee8 0.61 MB 1,011 10
703,289 703,289 00000000000000000007018424adaec43f8ae7fa3578b9f0fa90b859900bf980 0.37 MB 640 10
Previous 10 blocks ↓
Total Size: 661.40 GB

Node Information

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