Loading Tool

Explorer IconExplorer

Memory Pool

42,321 transactions
29.20 vMB
0.07372438 BTC
Random Selection Loading Transactions
Max Size: 149.68/200 MB

Candidate Block

Mining Attempt 3c0531a09c63dcaa30a0a24408c3a6b6b0762d95b8d232cdd78c1aa21abfcb95
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 552bc0f8469c7ba76ccab66c39bf7702ea7821b82f78153812ae6cde24ac379f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.01657777 BTC
Feerates: 100.36 > 1.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (678,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,447 236,447 000000000000007804209e1e8826b66a47aba812a7c23e6741800196da4ddd32 302 0.16/1.00 vMB 139
236,446 236,446 00000000000000de5cde01df6143bf3987ee21caa4e2865831d0c024e761d2e9 549 0.21/1.00 vMB 181
236,445 236,445 00000000000000abf980770e0480487a8266637dc596bd2357f528373f3f337e 200 0.15/1.00 vMB 95
236,444 236,444 0000000000000038c094d8e74c10774de5ca21e99c090841e65dabd9c98dfbc5 350 0.25/1.00 vMB 98
236,443 236,443 0000000000000026a92a67730ca485adc9e0f6ca7f6eb662e447be0ed3e489f8 158 0.15/1.00 vMB 87
236,442 236,442 0000000000000088b6cfc5f4b5eac020bac32bc2c15a5d281f09fb145723b19e 349 0.17/1.00 vMB 174
236,441 236,441 00000000000000e2e8fcb3ecabf62227a4d4097aaeb9f29cc227560d2c9884a3 288 0.25/1.00 vMB 63
236,440 236,440 0000000000000049fcb996c8b47e16d18ee1667a17a2f30433bdef61fa56763e 677 0.31/1.00 vMB 156
236,439 236,439 00000000000000fdac48c9025118f5333e2fc555c0b6229df2a0f8bb85d03fce 311 0.15/1.00 vMB 165
236,438 236,438 000000000000015af3c4cf02bafbcedb8cb9fbf09cbbb6b0fb39aea7a27cf19c 616 0.27/1.00 vMB 179
236,437 236,437 0000000000000127c4f575fd02bc1fb25b0a9e85d54dcecb6f3192b0e4005dfc 620 0.32/1.00 vMB 145
236,436 236,436 00000000000001720c5b22f0ba6daf28f98dbbf699b2228fdc70b449c4bf5896 439 0.33/1.00 vMB 99
236,435 236,435 000000000000014713683b9c1762574f40bd5cc323d0b5589a67c44e641f4ffa 712 0.25/1.00 vMB 203
236,434 236,434 00000000000001034eca7b9ba0c3bd4dafb16f8928783c6760a12addbc4f7101 128 0.06/1.00 vMB 102
236,433 236,433 0000000000000144b06941da377abb15579a12a59133ea0b904cc0928527a55b 1 0.00/1.00 vMB 0
236,432 236,432 0000000000000018b3ef6303fbf8f16a5f3bb74c7fce0bf224aac76c518b1444 318 0.16/1.00 vMB 150
236,431 236,431 000000000000002c75deea8a49cc8e969bf91f7c9edefd7b92503ed01aba68ae 634 0.25/1.00 vMB 195
236,430 236,430 0000000000000018429b3553df4d2597cc15e28e962fc2321aa39e652b3a64b4 449 0.29/1.00 vMB 118
236,429 236,429 000000000000000752d8cfd6c5fd81cd94ea0347c735aedfa95fc78709912553 678 0.25/1.00 vMB 148
236,428 236,428 0000000000000113bf0857b0fe0aec2381a79ad4b8c13127cb566e3a05c81338 744 0.25/1.00 vMB 227
236,427 236,427 00000000000000abdb82197f6ee75230464c7b3dcafe9a14444e24028d63c306 922 0.37/1.00 vMB 218
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.