Loading Tool

Explorer IconExplorer

Memory Pool

20,551 transactions
8.90 vMB
0.05008283 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.14/200 MB

Candidate Block

Mining Attempt bd92071668e393e3acaa10d7dd6411d238b81cb0debc83de95e612035d9bc10f
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root f76e7f59e0d3c8a6fbbe17dbb25a41abc5bae624842a0c81d365bf2dd2307956
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.02893299 BTC
Median Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (727,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,464 185,464 00000000000004a6ebf9f29f2679a004fe227e996739dc19667e3dd799fd1c4f 741 0.25 vMB 143
185,463 185,463 0000000000000928ad414de2fc9f1e62e3853dc45a9049fa1a22d42fdba04319 396 0.25 vMB 107
185,462 185,462 000000000000072ff19035b9811418ad8ff13602a825e0998ea659c36971650a 442 0.26 vMB 112
185,461 185,461 0000000000000800896ef559025ee2f2cfc07ac1d60efb0447e8857c3784aa19 142 0.07 vMB 363
185,460 185,460 000000000000005ccf80a9f8922eb0727b86c443a44dbbf1f8cde80c91126036 11 0.00 vMB 0
185,459 185,459 00000000000003db3e7886c7c71da8f8580b484ac75d47e1e10f9f71704ccd3f 247 0.20 vMB 136
185,458 185,458 000000000000060d118ec39187d2d95fcd77b406a39015a6e6cd0eb4b364d8e2 111 0.05 vMB 347
185,457 185,457 0000000000000189e3f03594f26d1f769b718bc61b7d8d4964d075c5a5f48ec5 8 0.00 vMB 307
185,456 185,456 0000000000000092f5dc157296c2a05f6ba6c948f4848e25e5906a4f64bdcf9a 205 0.06 vMB 130
185,455 185,455 00000000000000260710c75f960af1e25cc185dda7a36b26dd6e8245d747c83b 19 0.02 vMB 73
185,454 185,454 000000000000036404c574becf8c5eca23623659e3455684164b4447a655189f 60 0.03 vMB 88
185,453 185,453 000000000000008a30f12c9dc0cffa9a58ba548e3c10d80033c66462c8d3895e 790 0.29 vMB 138
185,452 185,452 000000000000093058f05b102ae2eb9f21d4c113c799a0f5f55ee3d92a71c47c 370 0.25 vMB 82
185,451 185,451 0000000000000905057239c85325f20298fd259c2f583d5352207c8bfeeddaca 20 0.01 vMB 263
185,450 185,450 00000000000007692c24d3bf31f9acbec01f65011e39ece95f1ef611f45f2e0c 146 0.05 vMB 85
185,449 185,449 000000000000096dea4914805651ff7f69556ae0bdbd30ddf8110db62ba7e2d1 531 0.21 vMB 130
185,448 185,448 00000000000004042fa00ca019a6493ae67a8b90c2f17eb166e5f01301494213 60 0.02 vMB 74
185,447 185,447 00000000000004ab0e58530c23391ea92dff4c7288f73de90a1b26dd2425b6b3 103 0.04 vMB 102
185,446 185,446 0000000000000073868cb1dc148acb7523999c47b7e445c207feff4c88e7c03b 383 0.25 vMB 99
185,445 185,445 0000000000000190622b7109c900b6d3c7bd7d58569a1719babec4102b941130 100 0.03 vMB 133
185,444 185,444 00000000000006fa075d27314c312d17247e47b224ff65da60c3d3c84822764c 707 0.25 vMB 144
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 249.65 GB
    • Received: 0.95 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.