Loading Tool

Explorer IconExplorer

Memory Pool

21,652 transactions
12.21 vMB
0.08274033 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.18/200 MB

Candidate Block

Mining Attempt c92166cfc956102af5467aa2031624de3baa692063b04ca92b5e45f6c511d529
Version 20000000
Previous Block 000000000000000000019daf10f895a4a04ae290afc99a1e18acad509f452035
Merkle Root 9a4b8e4faad1460dbccb82d6c391c66a785e5969a5f4b0fa07f88f144f4ad74e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 0.997999 1.00 vMB
Total Fees: 0.05652900 BTC
Feerates: 239.15 > 5.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,787 (715,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,798 197,798 00000000000006101d3ff143c202ba4297bc498aba2af2f0c1def9f49dc61266 7 0.00/1.00 vMB 28
197,797 197,797 00000000000002bd58e5a23c3722ec0046ab4f656bc4f9954ab5c95824b4f1ec 128 0.06/1.00 vMB 294
197,796 197,796 00000000000004d922ad0a3ead50eac03e9192b06d78aaaebd60b41584a5e077 140 0.03/1.00 vMB 89
197,795 197,795 000000000000056403f1c16fc14f934302827c3cfacdb714e398726a4df11217 228 0.08/1.00 vMB 290
197,794 197,794 000000000000057935d658b7648370df2e03754e5127ff431b3e1da73c2fd34e 80 0.03/1.00 vMB 275
197,793 197,793 0000000000000107f70dbb3f9e6e47eed35efaf83e1028a4294962fd775dadc5 515 0.29/1.00 vMB 225
197,792 197,792 000000000000046a245cc723f00d6fe10d72e99d8a79458c5394a0b9dcb0a79c 89 0.07/1.00 vMB 101
197,791 197,791 0000000000000595c502b9f9b8d6a34b72ddae38923e72271dd19bfde619cca3 710 0.25/1.00 vMB 273
197,790 197,790 0000000000000546f77084b0f5ff7f8f89682368a5cc4e3238ad4060064cce81 100 0.03/1.00 vMB 16
197,789 197,789 000000000000025b9ce63bb8f8cbb4c65cf3dd959a1be1c87b04c54c2a91c72f 344 0.13/1.00 vMB 351
197,788 197,788 0000000000000278822c4964163d249df323384e23c40edcc5087601917c8392 123 0.05/1.00 vMB 140
197,787 197,787 0000000000000169649255b2d46b0d0ebf71906309409d833776e04367874f8d 132 0.05/1.00 vMB 347
197,786 197,786 00000000000003035c8d3aacf82e45656126215096ae750eab94faa5c939a9cf 77 0.04/1.00 vMB 165
197,785 197,785 0000000000000065a101723ce0478e18e913677e0de01f5cde80e9801f16d6f8 107 0.04/1.00 vMB 223
197,784 197,784 00000000000002dd7ee87f013e894a8804313017e3f4a9b355558ec834e7a76a 208 0.07/1.00 vMB 150
197,783 197,783 0000000000000404c3e2027c93ee5b79f016ec8eff4c3eeb87cc531f9b242c09 89 0.03/1.00 vMB 119
197,782 197,782 00000000000001749713270cea65102e2048cbd66be5e60139b053bb1f4aff9b 128 0.07/1.00 vMB 151
197,781 197,781 000000000000013f60b28f1c4a9e3a5589f3a7e6d18dba6abfbade16a5b31de4 144 0.05/1.00 vMB 81
197,780 197,780 00000000000002f53b1c01f41281798a790fea0d0b41dc7c357fecbe43587d98 104 0.04/1.00 vMB 129
197,779 197,779 000000000000005574997b3a60292993988083565ad80275243f828b2dfb3d4c 540 0.21/1.00 vMB 209
197,778 197,778 0000000000000567a5fe31f713c463f82c6ffa19b0e308125fb46589b167125f 512 0.26/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 780.25 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: 513.47 GB
    • Received: 4.27 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.