Loading Tool

Explorer IconExplorer

Memory Pool

45,938 transactions
27.95 vMB
0.08424244 BTC
Random Selection Loading Transactions
Max Size: 147.87/200 MB

Candidate Block

Mining Attempt d25dcd7bae7410e4ef8994589ba5eb10dcbc3f1c6e60974e3acafe3fec7e09d6
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root b432bbb92bf91ad28c83dfbc6f4f601faca0f52b9e91d8edc6e7c5159fea80ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.03010979 BTC
Feerates: 181.54 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (94,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,162 820,162 000000000000000000036f1770b2e3840aed08ff08051187b08cc1c9040df32a 4,179 1.00/1.00 vMB 179
820,161 820,161 00000000000000000001f5456d4fdbbed957f52874235a68f101b2e7d81aa9b1 2,132 1.00/1.00 vMB 131
820,160 820,160 000000000000000000000d3cb9338539cefb6f0d48f5a7d1f31b3aa1aae31676 3,632 1.00/1.00 vMB 221
820,159 820,159 00000000000000000000921269ad0d7d7d0b0627c893765a4595081b74be0bdb 3,552 1.00/1.00 vMB 269
820,158 820,158 0000000000000000000030d7b418bc601802f1c9618a85311477b3e2e9110c6d 3,374 1.00/1.00 vMB 336
820,157 820,157 000000000000000000037d4a180c70ec96e30f93c18f91a161511d48b7ba860b 2,700 1.00/1.00 vMB 180
820,156 820,156 00000000000000000001eeb8e0982eb0938a3262875719b1d167939a889a4b66 3,423 1.00/1.00 vMB 322
820,155 820,155 00000000000000000000703212d108fe4228bbeb82e90ec4066eb7f814ae9ecd 3,238 1.00/1.00 vMB 116
820,154 820,154 000000000000000000033a45f9468fcbaf5f78f1fe483297ec5ac0d0166e7278 3,981 1.00/1.00 vMB 151
820,153 820,153 00000000000000000001cd8a3916f39b5866918e8bf9c8f3b12eea90f2ba79ff 4,023 1.00/1.00 vMB 112
820,152 820,152 00000000000000000001f80ec36d50df98f03dd2b78033ecf3455f402d5a626f 5,010 1.00/1.00 vMB 165
820,151 820,151 000000000000000000022263d1fc76aa35cb3dc764fd63ee588e5e3010e84934 4,023 1.00/1.00 vMB 136
820,150 820,150 000000000000000000025fc4af853cb1728d92df965989b4c8f473040b2e7446 3,314 1.00/1.00 vMB 222
820,149 820,149 0000000000000000000072ef4a908e87f208dccef5fa372b6725a4a41c37fff5 3,489 1.00/1.00 vMB 191
820,148 820,148 0000000000000000000275f53b2f5e746f92b51b420a252bf969de86798c4f35 3,105 1.00/1.00 vMB 194
820,147 820,147 0000000000000000000253901665cad98fd6fbf651a88492b789632c5ffdb0d0 3,458 1.00/1.00 vMB 215
820,146 820,146 00000000000000000001fb7081e06e45b0e1c691094b41afd660f5dbcd9f079a 3,067 1.00/1.00 vMB 247
820,145 820,145 00000000000000000002d1d93e0f8782a63df84a89cb8d52db880ef603718ae9 4,158 1.00/1.00 vMB 176
820,144 820,144 000000000000000000012c19ea3dd8ac4f4ed63deba291274d1f40b03d13f934 3,519 1.00/1.00 vMB 274
820,143 820,143 000000000000000000001df6cb2fd7bf63bad6d0cfff3bf165689c6b57935161 4,178 1.00/1.00 vMB 183
820,142 820,142 0000000000000000000015a258a2843c88e0434294de169caa60c46f7e2a3700 3,391 1.00/1.00 vMB 255
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.