Loading Tool

Explorer IconExplorer

Memory Pool

37,982 transactions
27.04 vMB
0.06497244 BTC
Random Selection Loading Transactions
Max Size: 137.65/200 MB

Candidate Block

Mining Attempt 56a639d5e98093938a0e7af3d2060747e69ae52971784b04211259d42f2ccd43
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aa0c6dc0f267792ea015e053eb15dc0de9a39b282b4abed6a69a2326c5b1f7e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,731
Size: 1.00 vMB
Total Fees: 0.01403384 BTC
Feerates: 100.28 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (412,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,203 502,203 0000000000000000001e79275d58fc626dd6ebd43e1a08d27e6359355d945da3 1,334 1.00/1.00 vMB 233
502,202 502,202 000000000000000000886d7d25b454b377b5ab051db339af810a603365a30ecc 2,347 1.00/1.00 vMB 467
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
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.