Loading Tool

Explorer IconExplorer

Memory Pool

27,807 transactions
5.55 vMB
0.05687307 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.98/200 MB

Candidate Block

Mining Attempt 238cb888f5393a8f122911019a5601f66d229627b69b3de79fa6aedc84f03b55
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root 7a03c3250688e17867c1dea38160500a8ed3be8b0d6de1ee35bebda0c21b3ee4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,826
Size: 1.00 vMB
Total Fees: 0.04161146 BTC
Avg Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (640,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,403 272,403 0000000000000005e7e94ed91265cf95e525f1802c0ca5036894517d308efc9a 0.38 MB 714 47
272,402 272,402 000000000000000141dc9a025b3717a4b683cac85e6e70335359ef31030c2ed6 0.10 MB 152 41
272,401 272,401 000000000000000069daaa55bb7b6afa56bc94eaf37c5603245f78b1a4489c5e 0.15 MB 255 33
272,400 272,400 00000000000000015790fdb1f1b57df5353ec2c7a8af1c57fb76af6278ecbe2b 0.22 MB 523 66
272,399 272,399 0000000000000002b175e5f05c02457b8d7c455ac640e8d596485460aaa61bbb 0.09 MB 157 39
272,398 272,398 0000000000000001f51b44294832814b0088c06e95761da9253c2b5f3dcaca90 0.06 MB 120 44
272,397 272,397 0000000000000000706ec03c40bd361911a6423440a92ba3cd182900b7d31a70 0.16 MB 203 35
272,396 272,396 0000000000000000f52fe8b2d23bcd54b8387fa9c73fe4d7835e62691d382c34 0.15 MB 167 18
272,395 272,395 000000000000000121fa1caa690edcc7f6d6e88564658ebdb8bf59e9cbcb9a83 0.00 MB 1 0
272,394 272,394 0000000000000000ba52f646a7800a9eddc7a0e0385e27aac89e017ee8530a79 0.10 MB 114 22
272,393 272,393 0000000000000000618e23550dc1e33d5ead5d3937fd89cc57abe17bc767d564 0.25 MB 640 56
272,392 272,392 0000000000000001339363eaff83ba509dc16a6535ad1b83e2622bc0d5e50072 0.06 MB 121 44
272,391 272,391 0000000000000000f94cb5eadeb1b784530d6794b3cb719fa16b7d1d61a24c4c 0.02 MB 51 44
272,390 272,390 000000000000000211ae3af780e3d6b30cf7419f7a77c2ebf4d144fe1eb1898d 0.17 MB 323 54
272,389 272,389 0000000000000001bd6fb48bcdd8277978e55f4aa781c39ffc464aad7db55e4f 0.06 MB 137 46
272,388 272,388 0000000000000001966bfd50f6161894f7fd1e7e08266b3a39856babe4dbbfaa 0.40 MB 364 75
272,387 272,387 000000000000000398804efb150cc6dddd3ffa7a803015556eb60c2b47393226 0.27 MB 240 49
272,386 272,386 000000000000000019fc90e760bb79ab0179490f2dbe81a389e30daa17da25a9 0.50 MB 656 56
272,385 272,385 00000000000000001a0041fc62e5de79b51848c26b7b1de5f0e7af81b5493a1b 0.25 MB 125 83
272,384 272,384 00000000000000021d197427fe3893ba1732d14e25d35029d1ee1a16fc90950e 0.25 MB 261 104
272,383 272,383 0000000000000002a9125cf9433f17b6e134e22c075d88b18b8ee57a03533490 0.51 MB 660 30
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

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