Loading Tool

Explorer IconExplorer

Memory Pool

28,086 transactions
28.03 vMB
0.07995828 BTC
Random Selection Loading Transactions
Max Size: 134.54/200 MB

Candidate Block

Mining Attempt e25409a5309cbf34a454b0531da3b3c45e1a7ac04d58ac2fcecbc8cafed2f111
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root 69b15d76225916ba81d9e2bd25cdf9830a25a579bb6feef0b91295c9bb32025e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,613
Size: 1.00 vMB
Total Fees: 0.02628261 BTC
Feerates: 150.73 > 2.63 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (446,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,787 467,787 0000000000000000011e7bf843f726c437b4a9d00314e1ef581f42908bd606b8 1,912 1.00/1.00 vMB 278
467,786 467,786 000000000000000000bd2bbad7ffe7dd2e8e722dae6079bffdbed123200febd1 1,891 1.00/1.00 vMB 275
467,785 467,785 00000000000000000163e6df1832750ef6e90ba80426beaa4ce06341eb86e5b1 2,029 1.00/1.00 vMB 318
467,784 467,784 000000000000000000c927341f396a87ad32b4962dfe51415a2a2baf7e7bee99 2,676 1.00/1.00 vMB 326
467,783 467,783 000000000000000000e15d133cb781f652c6c828593a78a2dbb9427bf82898d8 2,803 1.00/1.00 vMB 391
467,782 467,782 000000000000000000c532369969fffab744bcc9c95e3b45795cdd81f20c95f1 1,886 1.00/1.00 vMB 278
467,781 467,781 0000000000000000015552c1fde3c572f630f43ddc230072bf27fcfe813d3068 2,218 1.00/1.00 vMB 460
467,780 467,780 0000000000000000016556898d55c33e86e4b89f1139d105273c18792efeee19 1,474 1.00/1.00 vMB 191
467,779 467,779 000000000000000000fdd369eed52a952978a264ca31d16233d0eb7f807e19b3 1,792 1.00/1.00 vMB 258
467,778 467,778 0000000000000000005d4d575654c75bfe4d61984da5f16e6a3d2b5375c93999 2,406 1.00/1.00 vMB 210
467,777 467,777 000000000000000001802dc043d6953b6dce3050dc5110c6bc34838ba03d3fbf 2,038 1.00/1.00 vMB 240
467,776 467,776 000000000000000001375f40227efc9bf54021bd5677dad009aa9882df0387f1 1,760 1.00/1.00 vMB 311
467,775 467,775 000000000000000001452fdae38c8cffe7a20a8f0d81a642cf880958867775f7 2,292 1.00/1.00 vMB 253
467,774 467,774 00000000000000000106773d5e151c5af11b2e6747917d2bb5e86a8c9063003e 2,369 1.00/1.00 vMB 301
467,773 467,773 000000000000000000110427acd69e3a18e5fbade9f5cb532b48b2ae98d8b1d7 2,618 1.00/1.00 vMB 328
467,772 467,772 00000000000000000085144325b24551c9be84e6e8a437d03b7c66875b9b403f 2,565 1.00/1.00 vMB 263
467,771 467,771 00000000000000000113294d4ab671f4fc29bda892b69d1bceef6f0d6b9f7cd1 2,070 1.00/1.00 vMB 289
467,770 467,770 0000000000000000018b5eb505a40ce1d41adb9fb7c8cb72c89b35b9bf4bebdf 2,385 1.00/1.00 vMB 272
467,769 467,769 00000000000000000120ed6a6ebb248b9a93f2fddf1b33a378b51db8e96459a3 2,357 0.93/1.00 vMB 356
467,768 467,768 0000000000000000002d8b8db0cb1d7cfdc654da760625579e4df1597c03e169 2,091 1.00/1.00 vMB 238
467,767 467,767 00000000000000000186fc2b8dbd4e07cb5040c12092150024320409374a431c 2,808 1.00/1.00 vMB 245
Previous 10 blocks ↓
Total Size: 781.45 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: 610.85 GB
    • Received: 10.75 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.