Loading Tool

Explorer IconExplorer

Memory Pool

74,952 transactions
28.14 vMB
0.07609189 BTC
Random Selection Loading Transactions
Max Size: 170.91/200 MB

Candidate Block

Mining Attempt d2f012feb2b1e4fdc29ab68861a1ab18e3c3f824fe2781e41a552330a8eed3fa
Version 20000000
Previous Block 00000000000000000000f476e02b0f3a45fc85a1c57118e0d247af7c3400b258
Merkle Root 7b24e77a4b66b1ae0cdc21d1aa92dcfcb75a0a7c7ff0f86e8802f1e93b5f91ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.01483855 BTC
Feerates: 117.53 > 1.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,588 (654,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,223 261,223 000000000000001379f58ae89d7d650149f44dc21b070960a95e025c2134892f 370 0.16/1.00 vMB 88
261,222 261,222 000000000000000bc0009c320f96b77d419fa1dc37d68bdad8e553d464bc7bf6 512 0.21/1.00 vMB 104
261,221 261,221 0000000000000013e13c80263d62625e2653c05ebe89a208715c8646273ce8f1 165 0.08/1.00 vMB 74
261,220 261,220 000000000000001c78aeda9d28550e258f67e6bcd6e62fa03fe935f26c074f5c 24 0.01/1.00 vMB 76
261,219 261,219 000000000000000dd309995240bf6bc9b42234a830ee41d285b24b2a852444ef 87 0.04/1.00 vMB 71
261,218 261,218 0000000000000004023a670b1837d4a075cf44314df5a23fefc44fb144496e93 380 0.17/1.00 vMB 95
261,217 261,217 000000000000000f850ab305e648d6d5eefeec8b3f57a71c0f417a5b11d0d139 268 0.11/1.00 vMB 126
261,216 261,216 00000000000000059f98c465229f77efc038686d028d985003f411f8aa42f771 194 0.08/1.00 vMB 124
261,215 261,215 000000000000001ba4695dba30fc8e095dbdda6f276754a7d884b09ccf60cfcf 185 0.11/1.00 vMB 70
261,214 261,214 0000000000000017ebdf77cb04ce9faf5817c127ff72c23c137ee0f8855f5b39 121 0.05/1.00 vMB 98
261,213 261,213 0000000000000013c889fbe1b2a23eb4b6bd38a8051420be1bf319da184f02ae 428 0.16/1.00 vMB 83
261,212 261,212 0000000000000017427ce7b8ff9aa3df57f633e5aa24921eba9bf69950d1ffed 472 0.18/1.00 vMB 105
261,211 261,211 0000000000000007a1d8c79eebe83bb38195ee91a38c7a2e12a5b311db6433a5 84 0.04/1.00 vMB 47
261,210 261,210 0000000000000008251c2706f83b0188c13dd93d8f3f9e95579e7e36c0c11c22 101 0.05/1.00 vMB 92
261,209 261,209 000000000000001a83e798c3ade2ac75d28e44d7ac1acb692ebbc05a662c5424 111 0.04/1.00 vMB 87
261,208 261,208 000000000000001a8df4dc30780e13e3e820ba2729d7a79e55d8467802bb2722 424 0.16/1.00 vMB 112
261,207 261,207 000000000000000971a2fcb0ae7c2cad18dc3ee521d5a44da7b9269eefb052f9 8 0.00/1.00 vMB 81
261,206 261,206 0000000000000002301ed8d89bf321c7a291018aed58a6db85208dd0dd12dc1a 377 0.19/1.00 vMB 85
261,205 261,205 0000000000000008e104b4dc035b8593d6d93c6b11e99cdd94bd316abf2a286d 269 0.12/1.00 vMB 127
261,204 261,204 0000000000000005e8d5dadfd6bc7c1e02bdac83d548fdaff5e7ee7b696619eb 126 0.06/1.00 vMB 81
261,203 261,203 0000000000000007c3b394d8092dece41b9ed0061fbd8d226ec843eab208786b 190 0.08/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 783.41 GB

Node Details:

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