Loading Tool

Explorer IconExplorer

Memory Pool

34,372 transactions
25.78 vMB
0.06219273 BTC
Random Selection Loading Transactions
Max Size: 130.43/200 MB

Candidate Block

Mining Attempt 2975837d44d9f9800e97597d39ac4fe207fd914282df6d304e9e6e8e038183a2
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root e11d9b432ce250ff389ab87f5fe59e8722e8de9a159b4a8f712b4924b6f0b7f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01505187 BTC
Feerates: 74.70 > 1.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (471,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,748 442,748 0000000000000000031f51197bebe9ec4634f35af49214cbefc03f826c2b5dae 2,476 1.00/1.00 vMB 91
442,747 442,747 0000000000000000036683a046343f9d95963eff88714aa50c82fe8ff64990d8 2,219 0.95/1.00 vMB 73
442,746 442,746 00000000000000000369590337d93b6d3a86a9bc1b51a7f9d7679c2d1d03b6ea 1,234 0.56/1.00 vMB 76
442,745 442,745 0000000000000000002b843f2902650e48595adcc28fc22ff6513a807156a9a8 2,220 1.00/1.00 vMB 68
442,744 442,744 000000000000000000ff4c2e358d85bf5f40b743959cd094197da57c43b9f171 873 0.63/1.00 vMB 41
442,743 442,743 000000000000000001caa32854a6cdcaabb55457031fc55162e2ba4017235e7c 2,502 0.96/1.00 vMB 80
442,742 442,742 0000000000000000025c7b8af1c9108c44a3c2afd314d2c3e72527c3d59a9c13 1 0.00/1.00 vMB 0
442,741 442,741 0000000000000000012a6771e0d4ff60dd90359e0e9abd3b8475413564e377df 1,926 1.00/1.00 vMB 46
442,740 442,740 0000000000000000031abb252f0db8e72b3f86ba481f8f0c20db02e022a02959 2,411 1.00/1.00 vMB 76
442,739 442,739 000000000000000003849117b37e586d659092886f89e148d2026e4740bec02e 1,980 1.00/1.00 vMB 72
442,738 442,738 0000000000000000039bd4c287a8eecc2f368931a79f14ecb5daf681fdc4c657 1,602 1.00/1.00 vMB 73
442,737 442,737 000000000000000001f3497e0f3c1910ebc544229b40f36975e412a8d6d79238 1,849 1.00/1.00 vMB 92
442,736 442,736 0000000000000000011329ec74d274e65a597f068aaeb8e9a80625940747f8c2 886 1.00/1.00 vMB 80
442,735 442,735 0000000000000000032b1aedf9f7c06b0186e87183bbaaa0fcb7a77895381f5a 1,810 1.00/1.00 vMB 121
442,734 442,734 000000000000000001c1a35927795fc12042690659d8d71a6a35ff33ff089487 896 0.40/1.00 vMB 62
442,733 442,733 00000000000000000172727e6a106be753621acfc568bf05ff5af950ef2a9fad 2,082 1.00/1.00 vMB 78
442,732 442,732 00000000000000000197cb4c1e446c6a34c363f12d9157ddc55fbcba7c8860a2 343 0.19/1.00 vMB 62
442,731 442,731 0000000000000000014771dd4b4bef7f7d584e1859073e1c99ff195193d1db68 2,280 1.00/1.00 vMB 71
442,730 442,730 0000000000000000029f7a6012a3d0e966ea406f8fde1e529a0ce986769f8277 503 0.22/1.00 vMB 76
442,729 442,729 0000000000000000014ffda09aefaa6f42d9880bedd3930b760c8e0e87bfc6fc 1,053 0.45/1.00 vMB 69
442,728 442,728 0000000000000000039c6fd1566adc2b03bd5976780fb642fccce9b97dca3792 899 0.39/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 781.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 638.63 GB
    • Received: 12.49 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.