Loading Tool

Explorer IconExplorer

Memory Pool

560 transactions (0.12 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.82/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,272 000000000000000000022b910000000000000000000000000000000000000000 550 0.00280293 BTC 0.11 vMB 1.16
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,271 (563,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,265 349,265 0000000000000000042113cbd46e9caa151958887afbf44ab3f6865c045eb3e1 0.34 MB 632 25
349,264 349,264 000000000000000005b04ec29ddee7ba772139cc1a5132fa688cdd2f63c2a61b 0.32 MB 260 6
349,263 349,263 00000000000000000546d7c1aa17535b408acb2e8ac24af38e0f11a98f670fe6 0.82 MB 1,664 30
349,262 349,262 000000000000000007051c926ed03d1cf7e9454a33d745999907286713d7469f 0.17 MB 312 24
349,261 349,261 000000000000000008990ea8cb6a303984c40540c4fbaa64aca3fc42752bd7a9 0.35 MB 723 26
349,260 349,260 00000000000000000fae301bd9281dd28b98224e92d2692523e13e39e7ef31b2 0.18 MB 298 26
349,259 349,259 000000000000000007291ab5ed17bbab73b664e732c3d29f76aa860060124a4c 0.12 MB 207 20
349,258 349,258 00000000000000000a8ac63158d299ce1c0c80a0f00e7115aa2fd4181cd084be 0.22 MB 143 6
349,257 349,257 000000000000000011ecaf170d539111b02212a47e5b20e4ede60f43d040f86d 0.75 MB 1,564 29
349,256 349,256 0000000000000000046082cb8661290cac01fdc0415dbed85ff6711ceda07ea5 0.30 MB 578 26
349,255 349,255 000000000000000000d60a2ddaa70fa075ff424e63198fc2453f7dbd943b62c9 0.28 MB 463 26
349,254 349,254 000000000000000009dca303b469380029d97e948c4758abb4d7ae0a76f6f8fd 0.37 MB 736 26
349,253 349,253 000000000000000009569ca2271e011c595f23ca3c88bf2f14aabc46dc8b09c2 0.33 MB 289 16
349,252 349,252 000000000000000014858c033f59f7fae6cbde4e71eaddaad528362e25ecf425 0.68 MB 1,236 27
349,251 349,251 00000000000000000483dd40cd62a7a84a874f8a2e44d335cd846c1c54ddd8e1 0.17 MB 180 18
349,250 349,250 0000000000000000080ca772f433c410a2dbf47a4d9350ce652eafad80fd93bb 0.29 MB 434 26
349,249 349,249 0000000000000000019261589a7df0971bb941c87470716d8955425e418f9923 0.17 MB 302 81
349,248 349,248 00000000000000001391fc2ab2541a2c5d6f5a6b15ced67e45194fa5ef2ca3a1 0.08 MB 168 21
349,247 349,247 0000000000000000040dd117b9c26a6065c8a425120c3307d9a9e851f103d1d8 0.29 MB 493 35
349,246 349,246 000000000000000016fb9abb86b28123bfddcad7144adab76bc71af3e5337b11 0.33 MB 580 28
349,245 349,245 000000000000000003131010ad0fd82b05c556a2bbb875cb9d6428784132a89b 0.19 MB 247 35
Previous 10 blocks ↓
Total Size: 777.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,539.78 GB
    • Received: 136.23 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.