Loading Tool

Explorer IconExplorer

Memory Pool

21,399 transactions
4.05 vMB
0.02921137 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 32.06/200 MB

Candidate Block

Mining Attempt cc861f2901532797677e2ff65a786d33b4efa432f653c94c2649bf5683b38ba6
Version 20000000
Previous Block 000000000000000000000e0d1226a9437382bbbbbdda6dcce1e511f2b63e1efc
Merkle Root 63f1732c90acdbbb7a99da552294149c99fdf679f127f497e0c284172cf57e97
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 994
Size: 0.30 vMB
Total Fees: 0.01909490 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,798 (684,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,132 228,132 00000000000001457d666aa4f6d3b5d6d427d20c0dfcaf73f796bdeb1ce46001 0.25 MB 427 147
228,131 228,131 0000000000000025d6549ba5d975c872f8d34f0bc764528992ec9e7cad472de7 0.25 MB 677 210
228,130 228,130 00000000000000ab91f7071914a715135da1c661fc1dfaff2f79e1a8e6d524e8 0.39 MB 805 159
228,129 228,129 00000000000002318075e8e5c0bb2d328679d1cd973f7a342850773b29dfe931 0.10 MB 328 169
228,128 228,128 00000000000000c516848edf76d4e724e90932e777711b10427e48773c72162b 0.25 MB 549 169
228,127 228,127 0000000000000173424e39cddb9d1396ec360af74fb2673447d24fc57d4e14e8 0.14 MB 418 168
228,126 228,126 000000000000003f01a71b82430d8ac637c3809826000fd84a97815f4cab5728 0.08 MB 198 113
228,125 228,125 0000000000000233f220e84f71484f3a385bb59a69080a5ca7bd232d7583303d 0.26 MB 483 369
228,124 228,124 000000000000007c4950e287cc620051cfa872a5ec3096d835d51b50e8719e6f 0.29 MB 735 361
228,123 228,123 00000000000001f3b5e39cda68f28e005bd53e768e9ad2267935b3a122aec2cb 0.06 MB 151 110
228,122 228,122 000000000000011947a20f01e0ee34ed063a48068fb95c5d63438b51584de437 0.43 MB 1,030 200
228,121 228,121 00000000000000419bf23804f24ca4404736cb2a2d714ee23f3edcbdbbe0a7a3 0.00 MB 5 42
228,120 228,120 000000000000001d319039e074f2060df41f9850f09b87a782f9668462db9ceb 0.15 MB 358 186
228,119 228,119 000000000000025b92caeb235632f369896a4a960cbc8605c3d63732c7bc6e0e 0.15 MB 366 180
228,118 228,118 0000000000000118b98a962796e110ccf36782a14616a62010c38b2577493ef7 0.05 MB 99 95
228,117 228,117 00000000000000d5f8ccff4f2c28d06be6b342af2d6769ee1642dfa613e458dc 0.17 MB 309 446
228,116 228,116 0000000000000150638769526a2f7966241b0a5c91c6cab73f764db1738c014e 0.09 MB 256 1,354
228,115 228,115 00000000000001b2d943eafca438b0801795e481e64a8beb6afaf597932dbdf0 0.11 MB 248 1,965
228,114 228,114 000000000000012bdf82077a87b25fc6618d644e77f841cfe1dc7a543ee5b5ab 0.15 MB 282 149
228,113 228,113 00000000000001263de355715b70eb5dbaca010e87c7eec5a097a9405cc55ed1 0.16 MB 192 21
228,112 228,112 0000000000000040623a241d9fca18d3b47e83950d2ab8286e77db4977493a9e 0.21 MB 386 158
Previous 10 blocks ↓
Total Size: 778.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 152.10 GB
    • Received: 1.81 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.