Loading Tool

Explorer IconExplorer

Memory Pool

81,779 transactions
30.37 vMB
0.08318716 BTC
Random Selection Loading Transactions
Max Size: 183.01/200 MB

Candidate Block

Mining Attempt 5b0c6498d338c3a87db747b77ca6b69de8e6e228c9d06cecc76edc3cada7de44
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e4a073b0b18825f4fe75e09a490310baf9ce3fd53eb1765e7a6185b698334af5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,006
Size: 1.00 vMB
Total Fees: 0.02067084 BTC
Feerates: 203.60 > 2.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (685,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,096 229,096 000000000000019ca3aa67e2b09c509a1388f53996360cef1f333e8670554e5d 20 0.01/1.00 vMB 188
229,095 229,095 000000000000004dddee250a98242be8dcf795116c273aa6f07c6af38a67d11c 184 0.08/1.00 vMB 156
229,094 229,094 000000000000020d82d022725a6d3674b7ee36e315dc5dafdb7acda3a1fd482c 51 0.04/1.00 vMB 100
229,093 229,093 000000000000023f417dcd5be1aad54e7d4fee6e1416f63b87de18e16f0fdf3d 56 0.04/1.00 vMB 152
229,092 229,092 000000000000008e4528637c56aa1fcbfff1e2be75b6aaae67c53876ef28ddcb 39 0.01/1.00 vMB 171
229,091 229,091 000000000000020369c99a073f1b4877ddbb5b695540b8188223698e657f9f98 204 0.09/1.00 vMB 203
229,090 229,090 000000000000022e9e8d4d60b4f1503d6f1154e591474580a73a5ef367a38342 63 0.03/1.00 vMB 176
229,089 229,089 00000000000002643104ca3a9a9cc5280d3a71be5b42cec9785292737c8d5be9 26 0.01/1.00 vMB 99
229,088 229,088 000000000000021c51857c92faba4e408b9220d5e1c6eb2e3ec305e08b1c8fdd 315 0.17/1.00 vMB 134
229,087 229,087 00000000000000eeaeb1b6d74fb4407a20604ff2673fe7cf4efd03f23d123338 6 0.00/1.00 vMB 134
229,086 229,086 000000000000003cbf221a1790c0a71c37aefd047bd29c6566a0cd19621db598 256 0.17/1.00 vMB 128
229,085 229,085 00000000000001c43d2124227fd818f9ba84a1f745a5168eb424b66dff1e0bdf 134 0.04/1.00 vMB 66
229,084 229,084 0000000000000051f6dfb0150fab246b27bb5e7c2cd34c81e54695993fc20003 380 0.25/1.00 vMB 149
229,083 229,083 00000000000002577f3de137df76925d5bf261f987325db7ffc70cdb11b6d6ae 20 0.01/1.00 vMB 83
229,082 229,082 00000000000000ae6fbe65ffa101b5311a35e54a1895b628d61f0795afe2ca5e 21 0.01/1.00 vMB 24
229,081 229,081 0000000000000057c31e8a82b728c3a0eecdb236c26cd3b1938ff2945613e638 17 0.01/1.00 vMB 23
229,080 229,080 000000000000012b49eab1c3d32c2bd970bb53dd54e89079b6994e41a9a10f2e 307 0.17/1.00 vMB 144
229,079 229,079 00000000000000e02e3dec412f47e456270a320511bcad05583aeaacb2c5d477 18 0.01/1.00 vMB 114
229,078 229,078 0000000000000098a66cff957328261eef773e2eac74c0d39ddb4b50c0cc5b3a 128 0.05/1.00 vMB 189
229,077 229,077 000000000000006fe06435deae7f53549f0cadbd8c57245a95b4a6ee1888e386 86 0.05/1.00 vMB 128
229,076 229,076 000000000000012662ae2ac9dcb1ef7ee57ef78e1489588d988d312c046aef19 132 0.09/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.34 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: 661.28 GB
    • Received: 14.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.