Loading Tool

Explorer IconExplorer

Memory Pool

35,979 transactions
26.12 vMB
0.07053190 BTC
Random Selection Loading Transactions
Max Size: 133.40/200 MB

Candidate Block

Mining Attempt 2489ebd485a9aa380fdb4e68bc858cb336e185209e3079dd9bc9f2b8a392f6ef
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 5731893de42b0a230d08d6ece0681ea1cc11629fe94290511427a543236e7168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.02240573 BTC
Feerates: 713.01 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (412,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,201 502,201 00000000000000000082c6db2a3efa0e1c5e51f14204f4d5207ea0c47966e06a 2,243 1.00/1.00 vMB 451
502,200 502,200 0000000000000000005d390d51a8cff6e04b7be6d0c3e235c1c4a941ac31aedb 2,525 1.00/1.00 vMB 552
502,199 502,199 00000000000000000036c5f7ae6c61872a38245e81fd9f88ee732a63d79dce25 1,798 1.00/1.00 vMB 387
502,198 502,198 00000000000000000019252ffe90d7570191f096d94312a168195683fccd6ab9 2,450 1.00/1.00 vMB 548
502,197 502,197 0000000000000000008ced1f5cf4d9311409aa8f096a2a136c23e421e6402925 1 0.00/1.00 vMB 0
502,196 502,196 0000000000000000000cee520512d2442742ab3d24c6fe9b44da0a71a86553f6 1,705 1.00/1.00 vMB 320
502,195 502,195 000000000000000000876da362ee69673d4c83691fd099dc2618f82cc8879d6d 2,258 1.00/1.00 vMB 376
502,194 502,194 0000000000000000004ab7cfe967ad496d80d3a852fb0a8044fb79f0069ca235 1,928 1.00/1.00 vMB 415
502,193 502,193 0000000000000000005157d4d1023d8dc27a0d8b0308db7267e81c6c4d9f6044 2,558 1.00/1.00 vMB 406
502,192 502,192 0000000000000000006012f04bc52d402352e700e8ac51b8397bf5635a893b19 1,539 1.00/1.00 vMB 644
502,191 502,191 000000000000000000269892d5ca425e27eeb5aa744b277a2e4f60788d63f8c6 2,204 1.00/1.00 vMB 516
502,190 502,190 000000000000000000363a8073d62527c62440b668259e9e837a460f719138d4 2,266 1.00/1.00 vMB 342
502,189 502,189 000000000000000000647f82d14c9f8ad058bbaf24f8d720d56cc56432ea3862 2,076 1.00/1.00 vMB 463
502,188 502,188 00000000000000000008eb30ca599ce5ad1520be049ac87add8998e0e14faba2 2,313 1.00/1.00 vMB 543
502,187 502,187 0000000000000000006b2793ddb4e35e2c860ee9e8fadb0d7ac409b28e912ce2 2,120 1.00/1.00 vMB 531
502,186 502,186 00000000000000000070b3323841589ed175dc0de390c89789c1bab1fa3ce0e3 1,897 1.00/1.00 vMB 71
502,185 502,185 0000000000000000003c05062cb82afd13295885048ca50372c4869e5bbd9d52 1,114 1.00/1.00 vMB 119
502,184 502,184 000000000000000000681cca279c0b2a2a1f1302a9de05ef2948bf1413f22357 1,248 1.00/1.00 vMB 204
502,183 502,183 00000000000000000018f9ccf837945deb3e717613ea4e6faaf8162033cb9233 1,794 1.00/1.00 vMB 272
502,182 502,182 0000000000000000008fb0076e72a93d532c259956490a1bf493dc0abd265205 2,219 1.00/1.00 vMB 583
502,181 502,181 0000000000000000001391f66efc64b28333a5bb206bfc66d098e9ba2d777102 2,096 1.00/1.00 vMB 390
Previous 10 blocks ↓
Total Size: 781.82 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: 636.00 GB
    • Received: 12.35 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.