Loading Tool

Explorer IconExplorer

Memory Pool

35,769 transactions
25.94 vMB
0.06484222 BTC
Random Selection Loading Transactions
Max Size: 132.30/200 MB

Candidate Block

Mining Attempt f0f5b863ffab51861a8406d7c33b37de7c9cb69b333010a1f77ca38b6731142f
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root f921b405e6b10e49d343197c7316ad8fab38d9c028c262235a9598f922ef1bdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,814
Size: 1.00 vMB
Total Fees: 0.01717559 BTC
Feerates: 152.71 > 1.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (234,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,128 680,128 00000000000000000000ea5630948f6b62bfd285542ed53e8bfa22d080254980 1,624 1.00/1.00 vMB 212
680,127 680,127 00000000000000000003fba2b8b5f4c85a56c41e84d5e728f407471dd053f374 948 1.00/1.00 vMB 248
680,126 680,126 000000000000000000024758e54042ba25cfc86c960e71d6fce0c80aae1f365b 1,363 1.00/1.00 vMB 171
680,125 680,125 00000000000000000007317f028188b8afc7ecb859c05fb6cea9a4f58963715e 2,452 1.00/1.00 vMB 211
680,124 680,124 0000000000000000000af9c3453b4e044bf5005f5b4cbb26751b13f9418a2109 1,330 1.00/1.00 vMB 137
680,123 680,123 00000000000000000009980c31a909f2eadd6e68c1902120f4e723794a5a6bfb 1,777 1.00/1.00 vMB 171
680,122 680,122 00000000000000000002439605cb43cbe30b034f206b6b31af6e2e2cf4f08fe2 2,210 1.00/1.00 vMB 183
680,121 680,121 0000000000000000000123d65348443c8b2116698669ec31d783ae7932255253 1,864 1.00/1.00 vMB 167
680,120 680,120 00000000000000000009818b07c199377feb64e02f8d488dfb45516fde44b9b3 2,616 1.00/1.00 vMB 226
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
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.