Loading Tool

Explorer IconExplorer

Memory Pool

40,477 transactions
17.80 vMB
0.15484578 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.29/200 MB

Candidate Block

Mining Attempt a5b19b097de54a0f91aea1e4c2e5d9352973e76226fbb87f830f7167d6ec52bd
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root b81bbb65e0644455b606b45c3acd22bbbc7f5645fc0047f454a56172b2f96a5a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,295
Size: 1.00 vMB
Total Fees: 0.04595076 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (708,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,628 204,628 0000000000000164fb491222f8f425c57bc6ed8ee6052cf53de74e761a780883 245 0.11 vMB 101
204,627 204,627 0000000000000470467c910726c1b303d7a4b163e7f85dad19bbd793610daa7a 630 0.34 vMB 91
204,626 204,626 00000000000000b50abd4bb3110fd54325c138804cccc3de8ce3943c49d9cad6 88 0.05 vMB 74
204,625 204,625 00000000000003154c422bd33188f8a8612d89c8c9a04c6fac8b298084b40313 28 0.03 vMB 102
204,624 204,624 000000000000034391dd63df28bc0d3348945c0cc203200e082e67176f5b617e 272 0.12 vMB 131
204,623 204,623 000000000000041c75f914059e0865056b841f375f6ccb1b750a8af3a11ae3f6 238 0.07 vMB 41
204,622 204,622 00000000000002c34a4c84ec631413e33b6fb4cfbebbcce08fada4cd876dc39d 13 0.00 vMB 6
204,621 204,621 000000000000006b44e23a497cb789b3f37812d6726d58033d3461525a8f84d8 527 0.24 vMB 173
204,620 204,620 00000000000003cfca693c533b6ad6febf6ef0b2e110f9c4430ef70c7f28882a 313 0.13 vMB 170
204,619 204,619 00000000000004d531864ffaf90607aeb37e52353382dcd64f52355ffbcd0427 323 0.27 vMB 49
204,618 204,618 00000000000002fe7ae94d56c6a46ebe061175add94cbef8f81b312ff7d4d59f 56 0.03 vMB 108
204,617 204,617 0000000000000408d604b3edab52fcf83224e5ab42119d4ca1a849f621ddbd31 28 0.01 vMB 46
204,616 204,616 00000000000001c4ed8bcff1e23362b1b821f9fde970c51c8948f93450d60c87 99 0.06 vMB 157
204,615 204,615 0000000000000264c41189cbb54aa011910ebac0caa772025981a18e1886e10e 85 0.05 vMB 45
204,614 204,614 00000000000003e7598ffbe64f2876b55464a4298d35381e103c004ad1be347a 36 0.03 vMB 55
204,613 204,613 0000000000000160386998d66fe5dba4b410a67129f0ef1a3bed647e2a631cc3 327 0.23 vMB 145
204,612 204,612 000000000000008f62394b6be2b2e15313c294cc93374c08e70977d7d1571d68 218 0.11 vMB 104
204,611 204,611 000000000000007c125849046362072310d4fd6aead6a851e2984296b0839ebe 65 0.03 vMB 27
204,610 204,610 00000000000001d8dc68c5353388cf980b1fb46a8556fde690e4ebf0b19ee42d 449 0.18 vMB 152
204,609 204,609 00000000000001d2e1c257b274cc0a490f2b383599ec755e1a84dc812a5da4bf 91 0.06 vMB 68
204,608 204,608 00000000000000582decb96d4e8b2969039f1bb81f84f7764c848b69f5e54ccd 577 0.25 vMB 133
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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