Loading Tool

Explorer IconExplorer

Memory Pool

49,567 transactions
29.70 vMB
0.23008169 BTC
Random Selection Loading Transactions
Max Size: 155.98/200 MB

Candidate Block

Mining Attempt 1293bec64e6eaad329f034861226ccbd5e2a0fdb8fa1ff1f3475873e348d268a
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 21cfd88711dcd128b81f2c5a16e3535d6190160e0fc9905ac99db899673b470e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,563
Size: 1.00 vMB
Total Fees: 0.07390539 BTC
Feerates: 184.60 > 7.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (234,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,119 680,119 00000000000000000009e6366ee5541e53d033fc57f8e647d649423021b120fb 2,438 1.00/1.00 vMB 169
680,118 680,118 00000000000000000004b7b7aa1df36cd1ddefc06889bbc967cdd40692f7c526 3,137 1.00/1.00 vMB 287
680,117 680,117 0000000000000000000530ec39fe506b64cf231a303f5af1029b5593a0d67e55 1,173 1.00/1.00 vMB 142
680,116 680,116 0000000000000000000133e09c0cf7f0cc07f61ffc082a6ef535d347724c9f7a 1,940 1.00/1.00 vMB 199
680,115 680,115 00000000000000000002918883e928a69c01161f2dc18d69713f1f864ea4c803 2,300 1.00/1.00 vMB 188
680,114 680,114 0000000000000000000b3cab2470b8420705ec456255996175071e1c421d2c44 2,104 1.00/1.00 vMB 185
680,113 680,113 000000000000000000077aa89ae15dcdc8a9026d6da108e6faeb4b05f07f2769 1,615 1.00/1.00 vMB 201
680,112 680,112 00000000000000000005c788ff1cd7141c77f64ce04a3d9e9b988a35a85ceb88 1,669 1.00/1.00 vMB 270
680,111 680,111 000000000000000000099dd3baebe8bfc8b77ad8af4ae25c4eba93abf8282035 2,733 1.00/1.00 vMB 250
680,110 680,110 0000000000000000000b8d38b39ebbabf458aa24ae5dfc76e5049a320e863cce 2,729 1.00/1.00 vMB 271
680,109 680,109 0000000000000000000722d822d3a0cd253a1317f5f76a526d61aebb9d5f0020 1,991 1.00/1.00 vMB 199
680,108 680,108 0000000000000000000bcfa85de913fc759209800a2514a593cb9186ac08793a 2,477 1.00/1.00 vMB 245
680,107 680,107 00000000000000000002abd6f869815a94ab4b6eca1c15245e1b8a9c0a174220 1,969 1.00/1.00 vMB 213
680,106 680,106 000000000000000000099e8ebb630b39520647088c7d4b5be0acb3ba4c0bace7 1,355 1.00/1.00 vMB 263
680,105 680,105 0000000000000000000223265f05bd2f396eee7c1f1677843c4f590088f22524 1,599 1.00/1.00 vMB 280
680,104 680,104 000000000000000000098eb5f36bffed52258df2ea77c5d2f7da0cd033b455fa 3,084 1.00/1.00 vMB 321
680,103 680,103 00000000000000000001a6477b074f2f3062a6c879e8089877b13be9e6f8430d 1,939 1.00/1.00 vMB 173
680,102 680,102 0000000000000000000a43e160b091c4d96cba51978c9dca985e134cc6bc814c 2,718 1.00/1.00 vMB 203
680,101 680,101 00000000000000000000058218cac0c63e83dc9364d0049db1998d1e571e4d21 2,788 1.00/1.00 vMB 241
680,100 680,100 0000000000000000000728e90a23b2715e6144946e72357d53aadef0d66cdb81 2,481 1.00/1.00 vMB 245
680,099 680,099 0000000000000000000765811aa97fd312c32b7bfd4987ac72925d20ad3b0868 1,874 1.00/1.00 vMB 208
Previous 10 blocks ↓
Total Size: 781.87 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: 643.81 GB
    • Received: 12.60 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.