Loading Tool

Explorer IconExplorer

Memory Pool

40,782 transactions
27.65 vMB
0.07125653 BTC
Random Selection Loading Transactions
Max Size: 141.87/200 MB

Candidate Block

Mining Attempt 6cbc1a962295ce07e23c7e1f55742cf02acf858466e577adff0b50ffc4a244e1
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root dcae4a96cccd05e280c483577d1476e7ac4b484b7c31f8113b0d9365505cecaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,269
Size: 1.00 vMB
Total Fees: 0.01849692 BTC
Feerates: 307.10 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (414,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,206 500,206 0000000000000000002dd84399ec6273b65cce2c6ad77e4a3cf45330512cf2b5 3,375 1.00/1.00 vMB 620
500,205 500,205 00000000000000000058ca392e4a6410a763ee002ff8dd5b7dc17f5ac5f82f47 3,109 1.00/1.00 vMB 668
500,204 500,204 000000000000000000249196e24f4627bf6d1a42f8cc66f9f3189ed6421b6c89 2,891 1.00/1.00 vMB 578
500,203 500,203 00000000000000000034b32b07e0db08e221879217fbe32f5063abc746f18a39 3,221 1.00/1.00 vMB 603
500,202 500,202 0000000000000000002e84680f5d465bea2014bf18478a6318aa601cb3750090 2,526 1.00/1.00 vMB 636
500,201 500,201 00000000000000000034e390898cf69ba26fceb3025f08fd3e569f8836e3a2ee 2,299 1.00/1.00 vMB 662
500,200 500,200 0000000000000000000ff58d8c99c3b3a17fedcc1db5c94ab3628ac8c3444533 2,659 1.00/1.00 vMB 553
500,199 500,199 00000000000000000032aa5f9fd234d0f0dc79127d8d36ddb8bc534d4c76191b 3,140 1.00/1.00 vMB 586
500,198 500,198 00000000000000000036ec9ed42c9f1fa9ac72eb1be34b19363e898b2c9d49f5 3,249 1.00/1.00 vMB 630
500,197 500,197 000000000000000000271aa6c61f126051ff69e77b4eaff4aeae165eb75c942d 2,913 1.00/1.00 vMB 661
500,196 500,196 00000000000000000009ba3831ffe4277d8510ca4dcb396553a442f6255084c9 2,454 1.00/1.00 vMB 539
500,195 500,195 000000000000000000567a412c6cab5210300504a39ac2c1c89eb787628ea835 3,197 1.00/1.00 vMB 595
500,194 500,194 0000000000000000002faf3af175faa418102d6102891aae62cf92d1ef86cc4e 3,093 1.00/1.00 vMB 622
500,193 500,193 00000000000000000005df7b25d9687185f708844470c1f544f8e0ea6bb3b028 2,664 1.00/1.00 vMB 627
500,192 500,192 00000000000000000007e9bbaa29f37b2acd214c033899cd24ff40edbba0d9a7 2,539 1.00/1.00 vMB 575
500,191 500,191 00000000000000000000280c82c53352f9348ac928dcdb4c3ddda217e1af4120 3,155 1.00/1.00 vMB 580
500,190 500,190 000000000000000000952534db92793b87771dc20bf6fbd8775a0c49a9035cf7 2,827 1.00/1.00 vMB 638
500,189 500,189 00000000000000000089e5ef730f600a15a2f5108d566761e8b60a84bf791dd3 3,187 1.00/1.00 vMB 613
500,188 500,188 0000000000000000009268f63db9bf239e50206cb50a62cbecc8d5125ef56b3d 2,711 1.00/1.00 vMB 492
500,187 500,187 00000000000000000069c958fb880085d3455c6d06b3ba97b4e68dd8de47a8f7 2,715 1.00/1.00 vMB 594
500,186 500,186 0000000000000000005d2a80669c40a2477a0b4e773a8ea1d91e5bc2be7c0f2e 3,569 1.00/1.00 vMB 601
Previous 10 blocks ↓
Total Size: 781.78 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.87 GB
    • Received: 12.17 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.