Loading Tool

Explorer IconExplorer

Memory Pool

79,011 transactions
29.74 vMB
0.09238358 BTC
Random Selection Loading Transactions
Max Size: 179.55/200 MB

Candidate Block

Mining Attempt d33c9151ea3e1d9171fb6ce72d2fc610a264f5b769c7a70625de33a27ce846f1
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 356ab0fa4c1a7d29f702b2addd3b9521c9b9aa470252f40a85ca5b36637e5aa1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,456
Size: 1.00 vMB
Total Fees: 0.02604235 BTC
Feerates: 101.62 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (329,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,545 585,545 0000000000000000000d25850b79104db3c9d8c549ded45fa737e60bf4a2ac05 2,624 1.00/1.00 vMB 35
585,544 585,544 0000000000000000001e906ebf79ef7051594391db52df0df550f41ac7ad4f49 1,985 1.00/1.00 vMB 57
585,543 585,543 00000000000000000000c69d390ca5e9b0194afc3840ff1bc2a9b38d09424e30 1,612 1.00/1.00 vMB 40
585,542 585,542 000000000000000000060b87bbc9d3a4901264f5a2908bac1529f2e77080a762 1,639 1.00/1.00 vMB 39
585,541 585,541 00000000000000000014f59ebad6e1ace2b35b2faea63586442444c1490446cb 3,175 1.00/1.00 vMB 47
585,540 585,540 00000000000000000007a5605f49e123187487ada9f6102e0d95561346725d6f 2,653 1.00/1.00 vMB 48
585,539 585,539 000000000000000000123fb5ceaea77f5457022ded24b17699dc50f8126d1b7d 2,349 1.00/1.00 vMB 64
585,538 585,538 0000000000000000001b039d47c8f2b046c3072091e4852e439681a33848bca7 2,622 1.00/1.00 vMB 55
585,537 585,537 0000000000000000000fda802731077b15755c2f0d52ef175c77a455a11cf4fc 3,132 1.00/1.00 vMB 68
585,536 585,536 0000000000000000001c48ee973462f77768760807248682fe391f2bddb13f75 2,533 1.00/1.00 vMB 59
585,535 585,535 00000000000000000009f1e964d4d50ac837ce4c36418ab59a195ffc7650f9b9 3,251 1.00/1.00 vMB 54
585,534 585,534 0000000000000000001d7fbbdbd43c842eb7a43323eb62184c7816b94408458b 2,562 1.00/1.00 vMB 60
585,533 585,533 0000000000000000000635b31794408812bd411bc7d8b9636c3f9347c0f7c0c3 2,417 1.00/1.00 vMB 75
585,532 585,532 0000000000000000001a1b89026eb24aeef3967b134bde7865156c29fbef95d7 2,821 1.00/1.00 vMB 94
585,531 585,531 000000000000000000167490d73524667f75d54eefa9f73d34c24c9558d9ab9f 2,594 1.00/1.00 vMB 58
585,530 585,530 000000000000000000091f2244b3e1ef41c1465aa85856b0f7776d6a42dab7b9 2,551 1.00/1.00 vMB 70
585,529 585,529 0000000000000000000bc0bfc54e7a4e731f6d389f0f3a98540cf06153204eac 2,427 1.00/1.00 vMB 61
585,528 585,528 000000000000000000066d55ea6b01e506b0357b7cec4b3a3e54c1a3a9a630f6 2,910 1.00/1.00 vMB 58
585,527 585,527 00000000000000000006f76e8f503bc3e0d376f1437488677a62c5662981aa09 3,045 1.00/1.00 vMB 73
585,526 585,526 000000000000000000005eeada0f8610760b87abb1025ceef77ea8ec680fc1f4 2,667 1.00/1.00 vMB 69
585,525 585,525 0000000000000000001564136c50a3aea68d8f487d2e709abe75c5482b4ef4e8 3,129 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.