Loading Tool

Explorer IconExplorer

Memory Pool

48,070 transactions
27.80 vMB
0.06128154 BTC
Random Selection Loading Transactions
Max Size: 148.50/200 MB

Candidate Block

Mining Attempt 78dd8a179a13c1cfcf645ea08e6cb98e13d3757322b97ae945057ffc1853bc37
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root a3c113b704953feab8dd02aefdf669787cd16a4b18f6f0ad116da72b180233ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,169
Size: 1.00 vMB
Total Fees: 0.00849292 BTC
Feerates: 100.00 > 0.85 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (581,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
333,180 333,180 000000000000000005b2583890d9a27c8a443b1f6596b81ba869145282aca839 900 1.00/1.00 vMB 16
333,179 333,179 00000000000000001a18cf2dc5a28fd3569a64b79d7f9a9b15e72d5200f07ed1 275 0.14/1.00 vMB 26
333,178 333,178 000000000000000013e5308bb102afb4736535201fea23686c98a80c5a1871db 2,321 0.75/1.00 vMB 41
333,177 333,177 0000000000000000145c4ead7fd79b14f86c156764679db79a22d052c6d59792 1,704 0.75/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.