Memory Pool Memory Pool Refreshing

80,296 transactions
37.22 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,318 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,502 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,317 (564,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,207 283,207 00000000000000018ca56ef07a4e881d4528b7f072ea36a0525d3ebae04da751 0.13 MB 239 34
283,206 283,206 0000000000000001083e4ff7e05278e6e54331012b6e5a5aa8bb1bab8d0d0305 0.17 MB 309 38
283,205 283,205 0000000000000001a5d38e26ac3487049aad6f335cf6c9f0a0a5ebe22a522cfe 0.23 MB 414 42
283,204 283,204 00000000000000003025200b2fd17916ec40256bfb77a690bd907b1501b0cca0 0.15 MB 308 41
283,203 283,203 000000000000000142c64f7cffea280d075d4d6c843b8546d16d5240a158cab2 0.14 MB 296 46
283,202 283,202 0000000000000001b69502a007c4d01bb4844d6aa039b509dafe09477db5a0d8 0.12 MB 207 37
283,201 283,201 000000000000000027421a529b38af11ff3e1c295a0bef6dd78b616f8f8e0ba4 0.06 MB 40 17
283,200 283,200 0000000000000001ec6a02cf8d992923dc64dadc83ceddb5cf42360c6e047d1c 0.12 MB 168 30
283,199 283,199 000000000000000112d89064387537367a71db4aa79ea7ebd71c59e6d90cc12d 0.10 MB 105 23
283,198 283,198 0000000000000001435e62c4e1a1df24d4a3c430d5b2d02edd1c738cbfd21d29 0.10 MB 192 42
283,197 283,197 0000000000000001cecfd2ae47d035cb214ae27e1108d7576721f366ae1d24a1 0.10 MB 124 28
283,196 283,196 000000000000000113b84722830fefb6aa8dbec383dbe5ffcc16c2053072ec3b 0.21 MB 479 53
283,195 283,195 00000000000000018ca2584bc38892fc1014aea8a7255ef30cc7bb7e57501596 0.06 MB 59 47
283,194 283,194 0000000000000000d20b6189be35a9f9a0ee0a1e5f6714dd656e2fc949c976a3 0.15 MB 233 33
283,193 283,193 000000000000000073c6363b60522f154a3b8d0381a578e4075af39752f8074e 0.00 MB 1 0
283,192 283,192 0000000000000000a6f52b88e14e23286dd83c7d43d6ad0a1ddf5916c1549d19 0.21 MB 407 43
283,191 283,191 00000000000000008987be4916b8020e8d1165e36a078d79ffb295787f8ad9a4 0.05 MB 137 75
283,190 283,190 0000000000000001305150bd79c76f403e2573848fe079dcad4fb99c5a3fb6ab 0.08 MB 147 39
283,189 283,189 0000000000000001c75d51721589d2c34c7c0dcf9db931794dae80051a45c90d 0.15 MB 262 53
283,188 283,188 0000000000000001c4d869ecee6719da8897de3428222fa8f6d681274b330b07 0.12 MB 293 43
283,187 283,187 0000000000000000484ee2dc32020f96dfead4349ddd2125ce32918ba2f40d72 0.07 MB 125 27
Previous 10 blocks ↓
Total Size: 656.54 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,550.87 GB sent, 103.77 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.