Loading Tool

Explorer IconExplorer

Memory Pool

79,050 transactions
29.61 vMB
0.07401228 BTC
Random Selection Loading Transactions
Max Size: 177.68/200 MB

Candidate Block

Mining Attempt 7ffd3b4af320fe194382f43d523f6850b5cc477604b68a3734b937761ab75220
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 00e9f46aed3524958f4435bcc01ef2f56704af963c772ddf693426d45c54b221
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,144
Size: 1.00 vMB
Total Fees: 0.01358691 BTC
Feerates: 150.98 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (400,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,261 514,261 00000000000000000037d479d37597971dedbde4c38886b7db74ac302f931fd0 1,287 0.71/1.00 vMB 28
514,260 514,260 0000000000000000004f96b552d6a6bc923a5a930003cbb2e2538b1b9d722f43 2,472 1.00/1.00 vMB 24
514,259 514,259 0000000000000000001963af015a26d3ccf6b3d29de8584fd2cd422b882e514b 1,259 1.00/1.00 vMB 24
514,258 514,258 0000000000000000000a9eb630e6834d49aaa5d0b2c892266cf9cafd72f11a0d 810 0.45/1.00 vMB 44
514,257 514,257 0000000000000000004330dad5a80c4e1b66ee848d66718e53046b9863fc6ce6 1,452 0.79/1.00 vMB 25
514,256 514,256 00000000000000000032db8cac616a4f0169305bb2d773b49f2f7d959e376162 2,001 1.00/1.00 vMB 17
514,255 514,255 00000000000000000026f474661c97aeafa0d6460d8e8b9d44928279e14658d9 2,522 1.00/1.00 vMB 59
514,254 514,254 0000000000000000001c5a7c75453211e64d17da8915606109c22bed56797bc0 2,614 1.00/1.00 vMB 56
514,253 514,253 0000000000000000003a545bb71b6c90e8a1a3cf2518077389cd1e7252da7529 2,426 1.00/1.00 vMB 38
514,252 514,252 00000000000000000024c638fd709b2045b0cd8c4135ef6b510133e63fbd6c36 1,295 0.69/1.00 vMB 23
514,251 514,251 00000000000000000045b5fcec38bad20f28ae6854227e3556dbee8587cef29e 1,366 0.92/1.00 vMB 7
514,250 514,250 0000000000000000001f232466e5729b1aa1e1af2bc55c9ac35a04943bcb2f4b 2,239 1.00/1.00 vMB 20
514,249 514,249 0000000000000000001f7537e4f505677d69872a3dcb1de79abe85f9cf30d1e5 2,434 1.00/1.00 vMB 38
514,248 514,248 00000000000000000021e2abbded4092baa4013caaf68c68ab58fcd9d73061f3 1,084 1.00/1.00 vMB 14
514,247 514,247 0000000000000000004bd8b4569f2f5883c04dff17a5423a5f2003d0a17a1ab5 726 1.00/1.00 vMB 28
514,246 514,246 000000000000000000109abb8ae8fb4e454664e3bd9a00e872b2d26db525bb8c 586 1.00/1.00 vMB 49
514,245 514,245 0000000000000000002a1c4adb7cfd54934e9b325007ee4461ac140a48ffa601 580 1.00/1.00 vMB 53
514,244 514,244 0000000000000000000037d47c0d29e81f5056d093b026966b25beb53189ffac 512 0.20/1.00 vMB 27
514,243 514,243 00000000000000000020a9998ae6129c198eb0283d72f2298c46d34e9286bd63 2,471 1.00/1.00 vMB 5
514,242 514,242 000000000000000000219915b19651dd2efc6eb3ae048ddfaecd39122324eb77 2,200 1.00/1.00 vMB 61
514,241 514,241 0000000000000000002d1692e3f786d0b951b30ce4ac3b438b8c4b4830098a8a 2,034 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.