Loading Tool

Explorer IconExplorer

Memory Pool

81,060 transactions
29.79 vMB
0.10364963 BTC
Random Selection Loading Transactions
Max Size: 180.22/200 MB

Candidate Block

Mining Attempt 6dbd6ef189e3e8da0456546f2e1ce8ea2cc01b3918d5ae3a6bc745695a4c5233
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root cfe2b7358cb834bf7bd708d162f18d7e4110d7d007f5402253896dd4181469d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.03850902 BTC
Feerates: 146.36 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (500,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,247 414,247 000000000000000000a3774d3dde5f74943e83e63bae58d1acb547eb48a4a7df 1,749 0.98/1.00 vMB 54
414,246 414,246 0000000000000000012e9841a2342a21c246ba8e20ac866e5c0658b74eb4ec25 1,279 0.91/1.00 vMB 32
414,245 414,245 0000000000000000013f3cb2026d888ccbe4eaa9d64d2223f9d8049dc89edf85 1,825 1.00/1.00 vMB 36
414,244 414,244 000000000000000002881580e9324cf7efb8c835101c83866900707d1ad93e34 2,885 1.00/1.00 vMB 71
414,243 414,243 0000000000000000016b7f85544fd4126321f3c4bdcfadac1d29921183867148 2,245 0.94/1.00 vMB 51
414,242 414,242 000000000000000001524dd5f9e9b1838d04ff4b9571e7fbfad10d5b3b144081 1,685 1.00/1.00 vMB 37
414,241 414,241 000000000000000000795b61a6abff6d816065898e45c6c69654c9e1596fd3d5 939 1.00/1.00 vMB 23
414,240 414,240 000000000000000003166d39ac36abbdde27e6c618e09f42a55c44948a315a63 1,364 1.00/1.00 vMB 29
414,239 414,239 000000000000000002b692574ade2851c514aa83422cc8e00cc07002a3181aca 597 0.28/1.00 vMB 46
414,238 414,238 000000000000000003aed6ec880e7d85645d74b882b2316e80b2b7d634325d17 641 1.00/1.00 vMB 20
414,237 414,237 0000000000000000031063bd2267efe0c29b94bc41368979d635cb7a5f7bafea 554 1.00/1.00 vMB 14
414,236 414,236 0000000000000000047bb827d9329bcc8295a34246a121d2c7b37a1609270774 2,342 1.00/1.00 vMB 50
414,235 414,235 000000000000000000a73d5bc9911e917ce5143693838c7eba79824f548278d8 2,534 1.00/1.00 vMB 67
414,234 414,234 0000000000000000025ce4653fd2c6c45da312c14bbd1dee57ae9d49c63848bd 1,778 0.93/1.00 vMB 47
414,233 414,233 0000000000000000023a8bc4ec5aab985f97cbd78f1790bdae02dc4955e3ebfb 1,941 1.00/1.00 vMB 48
414,232 414,232 000000000000000002a2eceb5633e94fbad46a0cb27d68d4e572e89f38d25a58 2,418 1.00/1.00 vMB 58
414,231 414,231 00000000000000000545e5dd54764bb50eed3fe67441abb3c6cf22bbc1824b81 1,893 1.00/1.00 vMB 47
414,230 414,230 000000000000000003089f0d77d4120e31bd3f47e2b46c5fa9a3ced806a413d5 1,503 1.00/1.00 vMB 33
414,229 414,229 000000000000000002592144b423ca8e357846e8af314aebb359538b086f609a 2,405 1.00/1.00 vMB 50
414,228 414,228 0000000000000000015b3e78922d19dbb5c78416f656dba9fe40a3a695893cba 2,373 1.00/1.00 vMB 56
414,227 414,227 000000000000000004937d7cc2dc80583f7ae985bd43a59ad884f29da13ad35b 2,278 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.