Loading Tool

Explorer IconExplorer

Memory Pool

23,780 transactions
11.40 vMB
0.02457564 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.03/200 MB

Candidate Block

Mining Attempt 883746319c79e5dd2e106d5ddd227b8adb8d2ab98bac65de78891c0fe4be9e45
Version 20000000
Previous Block 000000000000000000000b3b2f9f083e175aaebafc96bce09bba0da845d45bd9
Merkle Root bfb3cd2f127f1949e799c222a35f197160fe1525c0f0c2c9c06d23214c2d6cc5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,227
Size: 0.99799425 1.00 vMB
Total Fees: 0.00594589 BTC
Feerates: 40.21 > 0.60 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,654 (712,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,820 200,820 000000000000029678aa323b220dc96234baa8f6336985c1cf03346cb78849ca 81 0.04/1.00 vMB 121
200,819 200,819 00000000000003d6e43e6d956cff3389d0286915ec2e5792047653ad07d7f672 187 0.11/1.00 vMB 141
200,818 200,818 0000000000000333b8bdc6ddfc2321ca59a5d5777e92021d2be8a12d1687f660 189 0.06/1.00 vMB 108
200,817 200,817 000000000000007c979bdfcc538def258cce5adb1f9033c513da8757d71d2324 247 0.10/1.00 vMB 138
200,816 200,816 00000000000003a7b54c631d66286151e4ba38aa7f003a28f1f26bb7736e9261 170 0.05/1.00 vMB 543
200,815 200,815 0000000000000035d5c4624f45549082ea2f63042d4fc84cf90249305f516437 169 0.08/1.00 vMB 122
200,814 200,814 00000000000001e8ff3cc7263e24789be19ed7c1c97d8da132f46e2478ee4e5c 146 0.06/1.00 vMB 93
200,813 200,813 00000000000001b369347748e3ed8010d9a67da8beff51d0298026a1f6cb1008 137 0.06/1.00 vMB 104
200,812 200,812 000000000000018aeee6fdbb3604b7dbbf4d25be05f194ccd2db8b4e0f302bcc 279 0.12/1.00 vMB 137
200,811 200,811 00000000000003a02f3edfc666c1e10a56ac785ba4503ea75434f4423d63b522 14 0.01/1.00 vMB 91
200,810 200,810 0000000000000265807fe94b7ccffc65833e5b77799b1f6bd66eb6555ebe78af 420 0.16/1.00 vMB 32
200,809 200,809 00000000000005a82e535db89e4dc82d3040dc1fd3df3117014cded38a066c85 152 0.05/1.00 vMB 153
200,808 200,808 0000000000000103ad29972b4842ec7d4d7cf7f01766dd457d2ae78f617f6466 120 0.05/1.00 vMB 196
200,807 200,807 00000000000003d0a2b137c66d55be62f106b95239e71013f63b57a512796470 100 0.04/1.00 vMB 57
200,806 200,806 0000000000000352d6073bf718b31baa8d268b74f4f2d9d91758f4447e1ac9fa 140 0.06/1.00 vMB 124
200,805 200,805 000000000000051dcdc2f44fd0bfc7859eb9921a27cdb0fda3ba166ef140c633 288 0.18/1.00 vMB 101
200,804 200,804 00000000000001fc33a9475b80488db1d55ca7f30d51908056a7b3449568939d 7 0.00/1.00 vMB 21
200,803 200,803 00000000000001630272cbaccb03ecbeb9d9e40276d59f4ccf9c7697ee8c9577 197 0.09/1.00 vMB 84
200,802 200,802 00000000000003b5a5955d8685ba2f383d6c15074b005eb67876d8a1f68df6a6 88 0.04/1.00 vMB 51
200,801 200,801 00000000000005b35a1c797a75117d30460553017c24e247fc5d6bc037354e3f 133 0.06/1.00 vMB 92
200,800 200,800 00000000000004419c4022bc1b61c237e3af5c6cd8454a1cf9ec55430b0b7dfc 481 0.21/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 780.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 477.64 GB
    • Received: 3.09 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.