Loading Tool

Explorer IconExplorer

Memory Pool

44,694 transactions
28.54 vMB
0.06422008 BTC
Random Selection Loading Transactions
Max Size: 151.77/200 MB

Candidate Block

Mining Attempt 82c7534ea95df199f0352806880756cf3bbf3e0a9a7cc0418c5934ba99ef2cf4
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 3b10d62adbd0546f73c164688ea453217d3a456b2445b037a8e0b83d437ccc3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,326
Size: 1.00 vMB
Total Fees: 0.01018777 BTC
Feerates: 60.21 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (144,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
770,619 770,619 000000000000000000001bd33f0802f80a55acaca27d61703bcd0181e8110e24 62 0.07/1.00 vMB 10
770,618 770,618 000000000000000000070399717757caad9a88cad895f288ac58550ff6333e58 1,118 0.42/1.00 vMB 13
770,617 770,617 00000000000000000007cf3741479ea53eacbd57051ea2a19c4a2ef8cc0b418a 549 0.23/1.00 vMB 11
770,616 770,616 00000000000000000002cbf3ba9ba4ec38a9e646dbf77b5d2824bb1bef0a1a43 896 0.40/1.00 vMB 9
770,615 770,615 0000000000000000000291d60a47d65bb3e2da4a4bcc3a1aa5d9a1d071cbc9bb 890 0.60/1.00 vMB 8
770,614 770,614 00000000000000000003f97d1f1155ccc553d4677eaf55c7bbd1b277848a6b2d 1,506 0.98/1.00 vMB 6
770,613 770,613 000000000000000000018af8123a3efd8c35984d72e62ae9787d9771195f3256 1,522 0.92/1.00 vMB 7
770,612 770,612 00000000000000000000cc21b9c7d32c7e93f04586abcbf8e1e00af481fb33f1 1,317 1.00/1.00 vMB 14
770,611 770,611 000000000000000000066ad66c0c2e421cf28877df60a9a1bff7e62308bfe2ef 528 0.14/1.00 vMB 11
770,610 770,610 00000000000000000001c9a609492d56de92516ca334d8e2b03ca9ae4dba2405 1,694 0.90/1.00 vMB 4
770,609 770,609 00000000000000000002fe40154a3da1286872f549384a16cfe9f5a96faecc1d 3,544 1.00/1.00 vMB 18
770,608 770,608 000000000000000000057ef2796b0fd69328efb3a7724277d6cb5581fd643546 61 0.05/1.00 vMB 6
770,607 770,607 00000000000000000005e258daf3b54d59823ec6b336cb35f0c7806ec3f4b242 547 0.18/1.00 vMB 12
770,606 770,606 00000000000000000001f83725601d5be909ecdb20fae29d738875cf6b7b1d73 1,798 0.63/1.00 vMB 13
770,605 770,605 00000000000000000006a7180282f1d0be2901911c63f2a2acbe953fccb31c86 2,374 0.93/1.00 vMB 12
770,604 770,604 00000000000000000006c88e10effa65df139f56b524cf85cad6c3df3c7de84c 963 0.43/1.00 vMB 10
770,603 770,603 00000000000000000002f36b4937704ac8ed4e51ce9c4f2aa39282674f0cbbe6 981 0.31/1.00 vMB 13
770,602 770,602 000000000000000000058ccbdf9ff91731ce3deaa47c9aef1ad82df10b71d4f7 1,141 0.32/1.00 vMB 14
770,601 770,601 00000000000000000001c71f1c3a9cb6f215067a20a09bd634c86a0a9d2daff1 317 0.10/1.00 vMB 12
770,600 770,600 00000000000000000005a2b78ba263fd31198b46502aaca6b6f9e5c9c565107a 281 0.10/1.00 vMB 12
770,599 770,599 0000000000000000000699efb53741ff2370b5c8bf024bb6b2f3a00dfa075b82 266 0.44/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.