Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
29.01 vMB
0.10151447 BTC
Random Selection Loading Transactions
Max Size: 175.49/200 MB

Candidate Block

Mining Attempt e6cf6608a124f768a67a9cd9f57dc96fdd9233d31f2c6c784a62154ab141dfc5
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root ee0808101304a1d651eb1dcbadc0d5aa28b6f58c2b2ba0c5e998fd24006b8f08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.03040138 BTC
Feerates: 402.60 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (210,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,117 705,117 0000000000000000000226f2e541ad1686cae703eefbc07739648a73106db938 1,795 0.67/1.00 vMB 11
705,116 705,116 00000000000000000001ad0dcfd76c016d5717ab1755bfba153bb7a429722e41 2,833 0.90/1.00 vMB 6
705,115 705,115 00000000000000000003695a7c3a5c7eef880a62d4a46dda4b0e17fd3930b0ff 2,984 1.00/1.00 vMB 6
705,114 705,114 0000000000000000000aba944064f740c454d10d7a45497920d0fa55f1385d85 1,283 1.00/1.00 vMB 12
705,113 705,113 0000000000000000000dcfe16bc23dc648e39ee84853bdebfeecf645b5e11c19 1,598 1.00/1.00 vMB 14
705,112 705,112 000000000000000000097f64c3d88cd1e66ee4df4bd9dcb7bf0922d58f3c0d5f 2,147 1.00/1.00 vMB 15
705,111 705,111 0000000000000000000b9bec275c3cf016f81a9fafb42f7dc6daeb91640c2102 3,017 1.00/1.00 vMB 22
705,110 705,110 000000000000000000000c66a2e48715436fcb229df6f2a22804813b7eae3e44 1,149 0.47/1.00 vMB 6
705,109 705,109 0000000000000000000107528696f2b34cc569f9edc4e4c24f26bbe7d8467bd7 3,109 1.00/1.00 vMB 15
705,108 705,108 00000000000000000000a3b1213b1d205b82e5d63c673fddf2dd6e1ddeb3559a 239 0.13/1.00 vMB 13
705,107 705,107 0000000000000000000e01a75f033c93c5cebd18c61e72aba3fc86e72514ea44 1,058 0.33/1.00 vMB 12
705,106 705,106 000000000000000000055e329845ae9eb0672185afd8863841a6c66faf9bba16 148 0.06/1.00 vMB 8
705,105 705,105 00000000000000000005425695fdb5139f3cc9d944e209bbe50c11d300c549d1 264 0.10/1.00 vMB 13
705,104 705,104 0000000000000000000495b51d0c33f9e0c312df81f43d07065d16fa7c4b12fd 598 0.21/1.00 vMB 14
705,103 705,103 00000000000000000004d1a50ba227a2b63387db66add461a959121999f885c3 1,876 0.70/1.00 vMB 17
705,102 705,102 0000000000000000000048fbdec39d5b7ae9015eba74399de2ffe9d209d79e6a 1,934 0.76/1.00 vMB 13
705,101 705,101 00000000000000000007dc7bad082eacf3a52fae5c241a5ae84bc53700300066 1,008 0.40/1.00 vMB 5
705,100 705,100 00000000000000000003a84715c6a0263e356a425bb1cac54e6934f915fb7dbf 2,077 1.00/1.00 vMB 13
705,099 705,099 00000000000000000007c98bab45eb883be7d0631dd284f3e3048d40f25e6979 2,093 0.86/1.00 vMB 10
705,098 705,098 00000000000000000002e42982785b2d0b6a904866adcb4add90658a797f2085 2,822 1.00/1.00 vMB 6
705,097 705,097 00000000000000000001cb320fb0f6eba8e20e609829165f62a5c0bf6ca8f607 2,782 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.92 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: 714.54 GB
    • Received: 17.56 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.