Memory Pool Memory Pool Refreshing

19,664 transactions
35.78 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,143 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,659 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,142 (578,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
283,186 283,186 0000000000000001a226f46b8602c7d907b2d001f8f3357f8017a9bc1c5d202a 0.21 MB 373 35
283,185 283,185 00000000000000001deb756ec8b8742e24c2572310f755eb7fa6dc09e0c1f352 0.66 MB 1,302 26
283,184 283,184 00000000000000017b08bf10aa664f007c4445863a972022592e298c0a8d2705 0.15 MB 449 166
283,183 283,183 00000000000000002bf16038f626643321f2ee548c37e207d30835e18bdc1afe 0.04 MB 99 59
283,182 283,182 000000000000000004b6c8e7c182db01e909c0487e2a3e79e06698214e0bc55c 0.16 MB 72 12
283,181 283,181 000000000000000002101f57992e94fdf8981e9857b0a589ad950ba1c61a8379 0.25 MB 364 29
283,180 283,180 0000000000000000edfeb85cb2b815cddf1635513e324b91387eec9ff2b10fe9 0.35 MB 769 37
283,179 283,179 0000000000000000fec3ecc86a795a8a3c1be665c174141e73a5a3b89327bc11 0.25 MB 798 77
283,178 283,178 0000000000000001178ee7a60f8be49899f5377b4ce44bc43ac9262c4e2fa8bb 0.35 MB 588 27
283,177 283,177 0000000000000000f0f8b02081fb163e464bb76f2699d2e78fb24db325edf2fe 0.35 MB 1,177 82
283,176 283,176 0000000000000001de6b5e6b28e189d4d305272a0afd77ee933c98a2313a6cd5 0.16 MB 390 48
283,175 283,175 0000000000000001bd0b01b007a40f28c07722bc4699bc6a59d86f8754c773cf 0.16 MB 299 43
Previous 10 blocks ↓
Total Size: 684.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,340.88 GB sent, 101.16 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.