Loading Tool

Explorer IconExplorer

Memory Pool

75,846 transactions
28.46 vMB
0.08751846 BTC
Random Selection Loading Transactions
Max Size: 172.57/200 MB

Candidate Block

Mining Attempt ebe1e94c1e094abe4732716b99f98e22f3b08721a0e61e37944516a493f7fecd
Version 20000000
Previous Block 00000000000000000001d55d38f99d10e41dddf340908afb2fb717900d90d262
Merkle Root b22109ac7382c548000f415ce7e349b5ac69cc78f8a6f174472aa9125c185668
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,577
Size: 1.00 vMB
Total Fees: 0.02413995 BTC
Feerates: 200.71 > 2.42 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,586 (699,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,060 216,060 00000000000003102a5547f9c0bf068611f174308c3855dd3033d85824b02616 557 0.29/1.00 vMB 150
216,059 216,059 00000000000000a44d2e7e4f2dc68d48fd87de3f81bc8512d9bd6f0653f34f3b 131 0.05/1.00 vMB 92
216,058 216,058 00000000000003b7472cbf8be0930ac8d05b24f900caa482a9346cff578d625f 512 0.13/1.00 vMB 218
216,057 216,057 0000000000000346f066d6e056235045303a8d3cd53547f1d7f88ca946e74c22 809 0.25/1.00 vMB 447
216,056 216,056 00000000000001252a0357bb28792cfb64d30db97aabfed1f6c36c33fd1bb339 564 0.25/1.00 vMB 371
216,055 216,055 00000000000000fb3bec553246bffa1f87d6e604aa9b17be6574aabb41f26009 657 0.36/1.00 vMB 130
216,054 216,054 0000000000000145ab2a07acf453170d7f2d666b432406284ad1efd066b11ff1 838 0.25/1.00 vMB 254
216,053 216,053 00000000000003fa57e52ee4ae7ad964ae37c4884050f6a4707cca4d3a6d5e6d 147 0.05/1.00 vMB 423
216,052 216,052 00000000000002759c5fffee7f8646513f7f42deb6b460e94d933830b227358b 327 0.19/1.00 vMB 111
216,051 216,051 00000000000004f44ed0d1726ebff6d272e3e0499e1b61425965c0475dda77ae 753 0.25/1.00 vMB 246
216,050 216,050 000000000000025a12ae582f70b2966ad8c9771c9a239d6015f6b3d6b3fee0e6 558 0.25/1.00 vMB 154
216,049 216,049 00000000000000c546d34d9d8196bdb9258b20372a984197099b39010025c8e2 858 0.25/1.00 vMB 305
216,048 216,048 00000000000000eb525d6e2366a58366d0fb82d6ba8d7a7f1e20815b1d7bf878 282 0.13/1.00 vMB 161
216,047 216,047 000000000000037b666dcf89a6c3625990bc0262e251920484bc13db341327dc 756 0.41/1.00 vMB 86
216,046 216,046 00000000000000fa0e3266729ad06a7b53ec2f76df1c8d9af0a9749c003ffc81 680 0.25/1.00 vMB 224
216,045 216,045 00000000000002fd8ff47d0ddff3fda6b5798790dc6192959c3eff66df7be1a7 384 0.49/1.00 vMB 36
216,044 216,044 00000000000004ce4b13c886c952e4d8ff76debff08f2b093275d41ec84900af 608 0.25/1.00 vMB 180
216,043 216,043 00000000000004a9238d751cdbc9b403b30c217a242dcc813be37e2a1b48b5e6 1 0.00/1.00 vMB 0
216,042 216,042 00000000000004d6fd4995456ff1cb2e4b41a0265fbfeff6b4a30ca724ff4a2d 532 0.28/1.00 vMB 208
216,041 216,041 00000000000003c49e09b8d519489b99e6952555c4da9e1311c59d15f9dfe1a2 92 0.05/1.00 vMB 67
216,040 216,040 00000000000000678f0a658c3cd4ad7ca8e27107ea968e4bd6cadba7cfcc968d 243 0.27/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 783.40 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: 770.13 GB
    • Received: 19.78 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.