Loading Tool

Explorer IconExplorer

Memory Pool

31,465 transactions
9.93 vMB
0.11729372 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.16/200 MB

Candidate Block

Mining Attempt 62ddec91226089f09d075975391bcf77c33f8a65dabf46cac4772425a9cf2dba
Version 20000000
Previous Block 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a
Merkle Root 700632f45bb34a81b0b35c53e743c84379fd0aabb38636e5754a75a1ec0c7d82
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03538836 BTC
Median Feerate: 3.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,217 (662,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,530 250,530 00000000000000517aa6b14d800d0c44a55005a3e5378df72051189fe1be7372 54 0.04 vMB 31
250,529 250,529 000000000000001eceae196cfaa8f1749e684e4eb403f9a66ee8e3545a19647d 347 0.15 vMB 129
250,528 250,528 000000000000003c8b8fa74d308dc67e69ff4c01178b070532af05f67e389aed 85 0.04 vMB 133
250,527 250,527 0000000000000023b8204351dcf043fccaf4a7b24fabed848f73a7d7a5b49eb6 187 0.07 vMB 152
250,526 250,526 000000000000006d747079fa5d60b480836d3a9a1c2eed909e0fa0b32152951b 36 0.02 vMB 75
250,525 250,525 000000000000005f8d216474710d87299a2a7101d87fd4ed50f9680e09c93b5d 82 0.03 vMB 125
250,524 250,524 0000000000000015184a46789cf3c46904e47a78cf24c32f90e24b0f3f101741 162 0.06 vMB 114
250,523 250,523 000000000000000f80199edabc99d169047cc93c9052edd707d908c5135a9808 552 0.21 vMB 135
250,522 250,522 000000000000003018bccee8fed6883a7b42a445d55fee1e9e6387f11659ef40 83 0.04 vMB 142
250,521 250,521 000000000000006da41e972be17edc78e148c74f09951b2d249d83b48a0ee466 444 0.20 vMB 122
250,520 250,520 000000000000006183610ff353b174fb0b38f48729e1e2d87ec99995da09c645 247 0.09 vMB 103
250,519 250,519 000000000000002fd4cc1b2d0f5c49eca10130eb116b1c30316ea999961fd668 196 0.09 vMB 91
250,518 250,518 0000000000000053dc9ac55fd646b3d868de6681a5753086d619773489452570 165 0.11 vMB 12,799
250,517 250,517 000000000000004b05c8f1fd8465e6baf61595f7b60afec198872923c911a851 298 0.12 vMB 133
250,516 250,516 000000000000000222923353705b4bf19b394aa689dafcc9bb1951a508a2ea2b 176 0.07 vMB 143
250,515 250,515 00000000000000159d2cca327eacc9351b117ed81a1fec1b3622ec65d0cb7bdc 159 0.08 vMB 119
250,514 250,514 000000000000006148e898ccac0071e33354d1a8bea6cf9518a09b4cdbe90d00 89 0.03 vMB 153
250,513 250,513 000000000000003a19e0ad073d88c040f19a10e60fa9905207a9e572b7e47921 119 0.05 vMB 144
250,512 250,512 0000000000000003d58efcf00aa397ac39120cddbd066f8e842f7f60923387a9 172 0.09 vMB 86
250,511 250,511 000000000000005ec20db00982e33359e2c64502512ccd12a68e46658a0da687 38 0.02 vMB 24
250,510 250,510 0000000000000030661c6e41e1103709b21196dd2f447e62cc6ff8fe655c38ee 235 0.11 vMB 131
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.64 GB
    • Received: 0.45 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.