Loading Tool

Explorer IconExplorer

Memory Pool

52,741 transactions
31.61 vMB
0.11683565 BTC
Random Selection Loading Transactions
Max Size: 169.14/200 MB

Candidate Block

Mining Attempt c7d4022e580eabbce9b224b35f3a4f18877d7b88f7b996dc17ae734a89f8677a
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 8ba920f0bf09008cde9847898bf5975e48a75d7fddd1d43ab5c39ba80b4a69f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,937
Size: 1.00 vMB
Total Fees: 0.02456727 BTC
Feerates: 35.84 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (581,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
333,201 333,201 000000000000000019119fa69de84163036927b493e9992d46623763249d51e1 763 0.45/1.00 vMB 25
333,200 333,200 000000000000000012be27a3e92890e33d56ebfd71e5b6d49eb1371464776123 32 0.08/1.00 vMB 95
333,199 333,199 00000000000000001041953efc52d435e7083577c8a8dd2b1b0cf5f30e2532f8 972 0.45/1.00 vMB 24
333,198 333,198 00000000000000000c89b48c85e9e7d861e1360d3971a0c085b2b814ff2e64b4 574 0.35/1.00 vMB 19
333,197 333,197 00000000000000000f1b93411ccb380d8d4c8fd07739efdf1d4cfed5a9c4067d 77 0.04/1.00 vMB 25
333,196 333,196 000000000000000000097bfaa2271800a72f59784d5d0550db25e637b76c82fa 231 0.10/1.00 vMB 12
333,195 333,195 0000000000000000162438e47179b67fcdfa3b004c914b4cf5965f3bbecbfa4a 1,152 0.57/1.00 vMB 23
333,194 333,194 00000000000000001776d57b716533690208ed646cee6cc01d7acd8253301cfe 64 0.02/1.00 vMB 26
333,193 333,193 000000000000000002dbbb6f9e7a9c06146aa64f40274681015d8b67775a5fb7 458 0.57/1.00 vMB 9
333,192 333,192 00000000000000000a676e9fd9536b211a3a97912eafa3e7eb8ac9dd63ba584c 1,163 0.75/1.00 vMB 18
333,191 333,191 0000000000000000070d35865b5c321e2c7acd9b268b3aecfd4e2d58f1b0b4ce 2,299 1.00/1.00 vMB 27
333,190 333,190 00000000000000000f79ea477b864384234336c2ff179eb0c23c90c671662c7d 32 0.05/1.00 vMB 28
333,189 333,189 000000000000000008f01da533a6e7a9d3219187f1c76647c44a0deb25096819 985 0.35/1.00 vMB 33
333,188 333,188 00000000000000000f5bbd9e1c8b41013494f692e21623f41b1c0739152bcdcb 2,139 0.75/1.00 vMB 36
333,187 333,187 00000000000000001913d0197d0ba1a5a78f5853751a92f0ab9dd35c4ac37dba 525 0.32/1.00 vMB 22
333,186 333,186 000000000000000018bbc03c7fa0743c3ae10320be01a92dffaf6eacdf0823bb 623 0.32/1.00 vMB 24
333,185 333,185 00000000000000000780539be125b92748e99f951d9c28a7f3c404e7f2ab201a 1,133 0.73/1.00 vMB 21
333,184 333,184 000000000000000004e3e3246f2e5e1a8857eae5649614dffb968478789a1c70 327 0.16/1.00 vMB 24
333,183 333,183 00000000000000000073e2eeb9bbc056991991a32aaf4ae735f524dbd6dd354e 533 0.23/1.00 vMB 21
333,182 333,182 000000000000000013ec4059be25f910a11fd2bbb0991fcedc2fec30a5d8c04e 532 0.33/1.00 vMB 39
333,181 333,181 00000000000000001b621c4c5370873c6f3a5af65f64f04ba4af5e894bd533e8 624 0.47/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.