Loading Tool

Explorer IconExplorer

Memory Pool

51,775 transactions
30.58 vMB
0.10097954 BTC
Random Selection Loading Transactions
Max Size: 164.26/200 MB

Candidate Block

Mining Attempt c35f032e64236279b674c0182035414f7ba139c8ab5204256b07f50ea9564eca
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root 0c0cb387e45457a7e02b992ad1398aab823ef03099a40457fc2d9491818bfb83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.02551658 BTC
Feerates: 70.30 > 2.56 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (338,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,157 576,157 00000000000000000004fb4aeba714e48b7b8d4bb1dd1370a29dfd19f7d2d920 2,837 1.00/1.00 vMB 126
576,156 576,156 00000000000000000010b727434b71e9abefd5aafed65d32eb373eca3faedd24 2,939 1.00/1.00 vMB 150
576,155 576,155 0000000000000000000841597259c91c2cd01d28098f3ca87554dac416d0b356 3,234 1.00/1.00 vMB 153
576,154 576,154 00000000000000000002b355e4c27468dcc0ae263f96b89a8f5fab3c6d2bd1be 3,331 1.00/1.00 vMB 165
576,153 576,153 0000000000000000000dcbd31d4394d361af9ca2a59bed550a365d6eda3c1593 2,587 1.00/1.00 vMB 147
576,152 576,152 000000000000000000003c5a5f2cac676f3775cf096fe9814da46b87978ee667 2,837 1.00/1.00 vMB 145
576,151 576,151 00000000000000000001b552b2f0d206bc3cb6d9b49c2c2cf7b6be7145eaed5b 1,965 1.00/1.00 vMB 187
576,150 576,150 0000000000000000001d6717acdac14e708e93780da12cfd40c8a933c624f58d 3,239 1.00/1.00 vMB 161
576,149 576,149 0000000000000000000884543280a0a0d61763a9cb6ab47fa1203486ad3e7335 3,184 1.00/1.00 vMB 143
576,148 576,148 000000000000000000269b62ca19de7b3fbd709a00d5747bb4bc5ecdd4feeefd 2,991 1.00/1.00 vMB 139
576,147 576,147 0000000000000000000ff38351fb9d851ece1ec22dd6b828d732add367548bf6 2,978 1.00/1.00 vMB 159
576,146 576,146 0000000000000000000b2d3ef7f6601189cb49696f8b7c2671de0e30a3af3f12 3,120 1.00/1.00 vMB 188
576,145 576,145 0000000000000000001b4f10d3bbe7979fdcf0218d27cfe3043252a893eb7e55 2,762 1.00/1.00 vMB 147
576,144 576,144 00000000000000000023e82c2db674578ff1e0d3db6c875de4409b0bf7f6b820 2,725 1.00/1.00 vMB 117
576,143 576,143 00000000000000000015df900cbd16a06082cda27ee3c5e8472ccdfc7380c2ce 2,710 1.00/1.00 vMB 144
576,142 576,142 00000000000000000000aefbea7b51a1afe74f7005d1cae317338934342099c3 2,814 1.00/1.00 vMB 134
576,141 576,141 00000000000000000019e2aa0d2fb2b1a2e21d143ff4205a89c2d25e7dd401ed 1,976 1.00/1.00 vMB 110
576,140 576,140 0000000000000000000244da69fe9114927a5a0c50b8fbe8761816c99ddba79b 2,308 1.00/1.00 vMB 125
576,139 576,139 000000000000000000056e8431d85eec5b0bc0eb0c9e71476c47f54ab232e1f3 2,436 1.00/1.00 vMB 105
576,138 576,138 00000000000000000009b00e127d06c50d80bb2de1dff607d5dbbc3700996688 2,018 1.00/1.00 vMB 87
576,137 576,137 0000000000000000000b7acb2ce73af21eee792e4494f66bb77132c4586fe429 2,127 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.06 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: 651.14 GB
    • Received: 13.43 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.