Loading Tool

Explorer IconExplorer

Memory Pool

41,762 transactions
30.26 vMB
0.16039380 BTC
Random Selection Loading Transactions
Max Size: 152.68/200 MB

Candidate Block

Mining Attempt bfcb3a097c2b95faefd50a671e26e6c5c9453c399053a3aacc406d13c6049080
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root e07e1af795bd94ea8cf28820edda4dffd788c7ce664ea0f85d94fe1e9be55745
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,564
Size: 1.00 vMB
Total Fees: 0.08921140 BTC
Feerates: 301.60 > 8.94 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (832,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,326 82,326 000000000004e0416d0ff486e710dcddb5072fb797f1e48832aed9cc7af868b8 3 0.00/1.00 vMB 0
82,325 82,325 00000000002c486b438b14e6ec59c69fb319a81c5c38e6392135a4dfa3c37002 9 0.00/1.00 vMB 0
82,324 82,324 000000000000befd946b276f6ce40b73d98913eb0aca2a14d59c00ba2ef53a72 3 0.00/1.00 vMB 0
82,323 82,323 000000000016ef2f56e4104d588be687faae6c30b1e2135dda40de37e58f2955 1 0.00/1.00 vMB 0
82,322 82,322 000000000002a3799f74bc061004d3bf90b51df3242207cecaa9ca9c15395ea8 1 0.00/1.00 vMB 0
82,321 82,321 000000000026984417bd8477c6adef25ab25b8dd14b0a5e4f5a826b916517474 1 0.00/1.00 vMB 0
82,320 82,320 00000000002fab39af75f786f620364b0428c44500ecdbf979e8814b31f4bc2d 3 0.00/1.00 vMB 0
82,319 82,319 0000000000221eab80658dc4fd85066a4d5970b5f4fd94e07ac4df33397a3249 4 0.00/1.00 vMB 0
82,318 82,318 000000000031e19afec8ea0b35b298ab0f197768c8c078c5f822e40b92838ad1 5 0.00/1.00 vMB 0
82,317 82,317 000000000001a3f5a8956bbcaa00c9c73dde4ac310cd2de879bbf9e8cd57cfc0 2 0.00/1.00 vMB 0
82,316 82,316 00000000002585f9a26f23eb1716306f3d0c4101e6625b417038f68c4184bfc6 2 0.00/1.00 vMB 0
82,315 82,315 00000000001ad11f0a485fdb539a42d6abcb906fbd43de67c8a9d93a52297df0 2 0.00/1.00 vMB 0
82,314 82,314 000000000043c3365934d75aa6d5d2caecf41675fc89e6dbdf8e63ad62bd715a 1 0.00/1.00 vMB 0
82,313 82,313 00000000000858791fc265eae78a207f1c19066b407395929ce8dac0aa0b9ac1 4 0.00/1.00 vMB 0
82,312 82,312 000000000042e80cadd06bbaa3be80dcd2083af2ee4dfaaa4f966370c2b1dea1 1 0.00/1.00 vMB 0
82,311 82,311 000000000018eb758e96cc7d280151c2b2595a70158fdd300d42b81a3214e49a 1 0.00/1.00 vMB 0
82,310 82,310 00000000003a61252a11fcba3bf685e810e8ce61d3a1aec22007d2c33726a03e 2 0.00/1.00 vMB 0
82,309 82,309 00000000000e4b022ff3a9be486fd4238948daee8f67312219b70a5d055e4d2a 4 0.00/1.00 vMB 0
82,308 82,308 000000000038b3c6ef18e6a74cc92e18b3641cb3a5d0d2d35e5d138a809b6e51 2 0.00/1.00 vMB 0
82,307 82,307 0000000000353cba602a01872fbc9d25157bdd5b4a85c228d6167b0a39339534 1 0.00/1.00 vMB 0
82,306 82,306 0000000000248c0008e372c45b60279d42a330f5126c520fd7c06e7bce3e4840 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 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: 618.55 GB
    • Received: 11.20 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.