Loading Tool

Explorer IconExplorer

Memory Pool

77,138 transactions
28.82 vMB
0.07894839 BTC
Random Selection Loading Transactions
Max Size: 174.30/200 MB

Candidate Block

Mining Attempt c84d5ede3f767c9a9da73a0b705cbd37a70db9e93d98b14dd153d75171726eaa
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e56e446cacd1cf2ba860570653af4d15b985310f69ed8d7a13eee9db8c7e49ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,474
Size: 1.00 vMB
Total Fees: 0.01885851 BTC
Feerates: 150.93 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (491,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,213 423,213 00000000000000000370d5191604f356070a4c01523e1c02d92afe598ffe9b31 1,039 0.74/1.00 vMB 35
423,212 423,212 000000000000000004224dc9316f9b88f70e989696d8db7c29fd68ee2a115edc 557 1.00/1.00 vMB 11
423,211 423,211 0000000000000000026e60e59372d48dbdb8b8a753f9e6c2da2d20e927da6126 1,173 0.46/1.00 vMB 55
423,210 423,210 00000000000000000172c6eef979468b3c6ab7eecf7d4255a4a9872ee646bcc6 277 0.12/1.00 vMB 52
423,209 423,209 000000000000000003f535955bdd150ca05ed7e960d9a04adf027df1b4e7471d 332 0.17/1.00 vMB 49
423,208 423,208 00000000000000000239db7b06b5c96368411687f0f2a1cb3b855faffed20852 638 0.27/1.00 vMB 59
423,207 423,207 000000000000000003a1a89a9c3e6fc2b1315f550676d93adbea2bdd07abce43 218 0.10/1.00 vMB 59
423,206 423,206 00000000000000000142d7ce2fd2afe6affbd2c7211a51b5e94ffb1bd3b569ca 897 0.54/1.00 vMB 48
423,205 423,205 000000000000000001ec446aa391fdb69a84442724fcdf3c66328b16e12b9537 1,740 0.96/1.00 vMB 53
423,204 423,204 000000000000000004851e8d1ac69d8c6bb64da81df312ff61b36edd054b73f9 313 0.14/1.00 vMB 60
423,203 423,203 0000000000000000032468b1d063211aacab73b504489aa1ed4a7f5506c8d54b 398 0.99/1.00 vMB 9
423,202 423,202 00000000000000000233892011a6b455319c0becd5c4be7539a96bb1ba2617a2 90 0.03/1.00 vMB 65
423,201 423,201 000000000000000002348d00fa26fd411cd85c5a10f97b52a779d835a4a7c09c 1,714 0.84/1.00 vMB 55
423,200 423,200 000000000000000001246390bd97920fb972115d844b8c9db8bc142b5b225342 325 0.18/1.00 vMB 47
423,199 423,199 0000000000000000038369b64e5c91a04054180f2ebc472f4cb9fcadfb332b14 1,335 0.56/1.00 vMB 59
423,198 423,198 00000000000000000307b4b5c8ff49ef9bcd5b709ffc6f7d56045d7516cfad47 372 0.26/1.00 vMB 41
423,197 423,197 00000000000000000253ca0c14b909a37f089c7ac65c76ae0a250010817c55a9 1,740 0.93/1.00 vMB 62
423,196 423,196 0000000000000000030a3f67c938c4a51a24de3807e7eb9a7c053cc634ec21ba 166 1.00/1.00 vMB 9
423,195 423,195 0000000000000000012101290b0bc2e1915c40616cb2b4e89af7b40b20a7c2fc 823 1.00/1.00 vMB 25
423,194 423,194 000000000000000000bd17a982f8d9d561cefb33c06a797744ccfa0ae53d40cb 115 0.08/1.00 vMB 37
423,193 423,193 0000000000000000011f980f7d236e4a9b6750b6a1b89b62bf161be0e915b00a 1,674 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.