Memory Pool Memory Pool Refreshing

87,051 transactions
27.24 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,321 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,341 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,320 (133,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
717,284 717,284 00000000000000000004a325c81a10c58efa12f779982d3c18818ed507d9e636 1.60 MB 1,169 4
717,283 717,283 000000000000000000099831b5056884cf47430342f13ffac40d71650029c96d 1.36 MB 2,159 5
717,282 717,282 000000000000000000020460c28aabc5062b13d5a5cf583f3ed3476a37500a5f 1.51 MB 2,903 12
717,281 717,281 000000000000000000004729f6173656bac5b9b3df743784f496191e865f4368 1.42 MB 2,381 21
717,280 717,280 000000000000000000016bccc221b77abb725abd168521ea4966eacd71fa488c 1.65 MB 2,207 4
717,279 717,279 000000000000000000040766881a771775104d430b7e58cb5d1fc3a25aa9cdd1 1.52 MB 3,145 16
717,278 717,278 00000000000000000000c83921186763f5cd818e4e030571824ed8ead0da6023 0.18 MB 286 13
717,277 717,277 000000000000000000008e0cdb28f46026bc6e0010ad736e4dc52a07fa09ebf6 0.15 MB 338 16
717,276 717,276 0000000000000000000044146ebc9d5951718d898b6566a5b73c6801767bc840 0.05 MB 99 8
717,275 717,275 000000000000000000015051bb7eb122c97c1a16bad7d8cf6b246830fbeaee8c 0.69 MB 704 3
717,274 717,274 00000000000000000004a010c51e3524904e8c00428b2f74bd6f286c33500df7 1.40 MB 2,288 10
717,273 717,273 00000000000000000007ba04c7f699d7485ad9ae9fa5690b2de2e1beb614ac0e 1.24 MB 1,463 10
717,272 717,272 00000000000000000007da2bc1c02cdce9469fe757bf11e8cfdf39f166c66b1b 0.44 MB 784 10
717,271 717,271 000000000000000000039039a1662108cca44424a01e609da008603e036f20e5 0.18 MB 313 9
717,270 717,270 0000000000000000000357d5df100c2442c63c2968c0f263ee4f39d284601213 0.49 MB 942 9
717,269 717,269 00000000000000000006e4a65ba5a8551e76d0d99ae07ac322281b90fed3fbdd 0.38 MB 645 9
717,268 717,268 00000000000000000003b1acfff3a51538800d37513df956f00af9f9374b49eb 0.69 MB 1,098 9
717,267 717,267 00000000000000000006ae37511a0fd9d5a1e8deabb8a29cbb018f4a247dda00 0.69 MB 1,335 6
717,266 717,266 00000000000000000002fafcd220437226a72c1c956507da0bfabb8b384d7464 1.83 MB 338 79
717,265 717,265 000000000000000000078ac11b3bcc467a438a674abc8b8e0d8ed5d0e4b013fd 0.11 MB 282 10
717,264 717,264 0000000000000000000761619eedc616d07dc375ab9bc8a0d2c3a954a6e4f233 0.05 MB 153 14
Previous 10 blocks ↓
Total Size: 662.11 GB

Node Information

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