Loading Tool

Explorer IconExplorer

Memory Pool

80,208 transactions
29.86 vMB
0.07467364 BTC
Random Selection Loading Transactions
Max Size: 179.74/200 MB

Candidate Block

Mining Attempt 8f212851f99f62a2c91b45a217dc01bcc762b809a3d29650cf7cec5077d7747f
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 25a6483aead048f1799931894c3c1a6a70f1bde18ba537c272c0ead010549168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,931
Size: 1.00 vMB
Total Fees: 0.01383966 BTC
Feerates: 197.70 > 1.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (685,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,100 229,100 000000000000026832b00d0dc08ea8f42aa5218245edb8df6aada3a5bdf7a98a 168 0.18/1.00 vMB 99
229,099 229,099 000000000000022cbec11a3bd2d4df7638dcb3f9eeab98aa31c6e0b7b4052945 239 0.15/1.00 vMB 138
229,098 229,098 0000000000000250bce1d49f46d95ec88dacafa7053da8b1d8ca69ffb8c34d45 444 0.21/1.00 vMB 177
229,097 229,097 000000000000012ee2117e34c7ab598a1486dfbf3a9618f70825247166b2f071 111 0.05/1.00 vMB 168
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
Previous 10 blocks ↓
Total Size: 782.37 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: 663.71 GB
    • Received: 14.93 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.