Loading Tool

Explorer IconExplorer

Memory Pool

72,412 transactions
27.37 vMB
0.07269806 BTC
Random Selection Loading Transactions
Max Size: 165.09/200 MB

Candidate Block

Mining Attempt 1ab116c57bfb2f5b6b41a2d4e506d710c75b35496fc4f9039fb3c686bcb87580
Version 20000000
Previous Block 00000000000000000001a3735ad7a960d40040db89c7d653973d5e6c1b2c9f6f
Merkle Root 73644e8ceea878e6f561708efbff7682b5b7a41a18c230c3a1f339b43ab9f74f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,342
Size: 1.00 vMB
Total Fees: 0.01261225 BTC
Feerates: 100.53 > 1.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,537 (701,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,391 214,391 00000000000003f3e76f414613fd45f65146e2d266fb69f0bc231e663b021cb9 9 0.00/1.00 vMB 46
214,390 214,390 000000000000034a9f0d08a6065c11365b9a8e0cbed1ca2859f4f0fdff0bfaa0 185 0.10/1.00 vMB 131
214,389 214,389 000000000000056f0f4de7e1f5828e315cb2ffe4fa809c66c88f4e8435dc5970 437 0.25/1.00 vMB 149
214,388 214,388 000000000000007a29e4ca7afd2b39858c8ecac0460b4587b9bea9ccf19fee83 618 0.25/1.00 vMB 200
214,387 214,387 000000000000020a6952d95350ea82176750e442f4a62b99e142383e28710a91 822 0.25/1.00 vMB 267
214,386 214,386 000000000000033e7e95072dbd2e247418f3e29198eeafe0e6289b877cbd0728 132 0.05/1.00 vMB 178
214,385 214,385 000000000000012ef093d6579874c527b2a3c517f9ee1f063659f1e454ae64c1 107 0.06/1.00 vMB 173
214,384 214,384 00000000000004b5fcbe543ed60c1607638c8984462c0a34d869220023fb132f 13 0.01/1.00 vMB 31
214,383 214,383 000000000000006ed0cfbf5b97d8af73e96494e2678aa76ca3a43201c5630843 477 0.19/1.00 vMB 211
214,382 214,382 00000000000003f5f0b64a918ae6b8b609419063469f5cf553d410a21df31338 119 0.04/1.00 vMB 38
214,381 214,381 00000000000004cdad6a5919b919fef69e3336be19ddc96403aa226fed52bc39 232 0.10/1.00 vMB 170
214,380 214,380 00000000000000e0e5aa494cc2a2324c708a83322badd3e6ce205a81bbca9899 11 0.00/1.00 vMB 315
214,379 214,379 00000000000002a37dff76e3202e4a0f0e418795ef03ed71f54f603361cb7760 390 0.16/1.00 vMB 178
214,378 214,378 00000000000001387eda7f6dd305d84b343e6c644c268c7ab24b30556c6a7901 78 0.04/1.00 vMB 204
214,377 214,377 00000000000003cdf76f9b2183d1f734c04a7171fc791fd784eeb308f529f64b 12 0.00/1.00 vMB 52
214,376 214,376 000000000000039313b01f2b6ea31644d7582ffc09d0d5f2a024011dc998377d 295 0.15/1.00 vMB 165
214,375 214,375 0000000000000506744459db42ba641f6aaac78aabbd84a472840b8fc8186de8 37 0.02/1.00 vMB 105
214,374 214,374 000000000000052377ebe0d2b1634d2c7b59400f45b756cfa8c3281a85571f46 22 0.01/1.00 vMB 202
214,373 214,373 00000000000000069d7caf4589ca69ceacdee45ba7c32fc0062fbd67df4ba800 508 0.21/1.00 vMB 183
214,372 214,372 0000000000000471c6f4f6ec44d6727b9bd7256270f95d8b493030ec34a69d67 325 0.12/1.00 vMB 184
214,371 214,371 00000000000000d7167fa0dbf807ad748f1137503bac0aff74e2d2f2375f75c4 600 0.25/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 783.33 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: 767.70 GB
    • Received: 19.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.