Loading Tool

Explorer IconExplorer

Memory Pool

49,866 transactions
30.02 vMB
0.12377686 BTC
Random Selection Loading Transactions
Max Size: 160.76/200 MB

Candidate Block

Mining Attempt d50613b1efa622dc0a782d69ac39e4e4e96f5783903dfb59d4ae4928453d37e7
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 608b7e2302ac35823d23388622d6f3cf253ee9918aac3521227143534d493b4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,457
Size: 1.00 vMB
Total Fees: 0.06003972 BTC
Feerates: 117.91 > 6.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (338,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,164 576,164 00000000000000000012a4cb874f0153bf5417a87cda8e608bffcbfb57ff0d60 1,543 1.00/1.00 vMB 195
576,163 576,163 00000000000000000014a160dd3b950ee5f4b077791cbfb33fe2f4a7eff34e75 967 1.00/1.00 vMB 251
576,162 576,162 000000000000000000299cc793692ffa5690179ec6661457011ed55eef6e7f21 2,150 1.00/1.00 vMB 153
576,161 576,161 0000000000000000001f7375742845e68c94c9dda2ddf8a7da67c832971063f8 1,643 1.00/1.00 vMB 123
576,160 576,160 00000000000000000012313659756da2ebdf7075680ff0750d00f0a5dbb4dcaf 2,306 1.00/1.00 vMB 125
576,159 576,159 0000000000000000002362734af089ea44fcbc4a37f6daf0949e20cb215b9bfa 2,977 1.00/1.00 vMB 164
576,158 576,158 000000000000000000139681ac5166b29c2afb9b983c26b0e9ae33a7de5e610e 2,335 0.99/1.00 vMB 144
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
Previous 10 blocks ↓
Total Size: 782.09 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.46 GB
    • Received: 13.58 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.