Loading Tool

Explorer IconExplorer

Memory Pool

35,818 transactions
25.96 vMB
0.06469728 BTC
Random Selection Loading Transactions
Max Size: 132.69/200 MB

Candidate Block

Mining Attempt dfb9893592d104ca13b6e3f22a67e7dddbff4193659af977e61ca20558605697
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 8e4a00761bd33d2706195ae4529ad9088ab5428d640518e14f3eb95970ec13ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,167
Size: 1.00 vMB
Total Fees: 0.01667278 BTC
Feerates: 145.40 > 1.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (337,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,147 577,147 0000000000000000001913563085c1e210f7d3a900b866fc7839046be519071b 3,082 1.00/1.00 vMB 174
577,146 577,146 000000000000000000098fef6536eb9318e159e485b2ac628a15508ba7fccc09 3,184 1.00/1.00 vMB 118
577,145 577,145 0000000000000000002838c2560b49c7a6bd26138de05b9df65eabed53f4cfc1 1,275 1.00/1.00 vMB 55
577,144 577,144 00000000000000000009cd3fdee4f50f56ba2e6083075fa07fc7807bab228a9c 2,520 1.00/1.00 vMB 119
577,143 577,143 000000000000000000184250914cdbf3c7fe033f217621a5ab1beb85e25dd5e3 1,559 1.00/1.00 vMB 25
577,142 577,142 00000000000000000001d6425a667f82547372eb6a0b8708ae81f9b7b0af55a8 3,105 1.00/1.00 vMB 31
577,141 577,141 00000000000000000023e08d77ec4e4703cc63aeb1c247ef21f1ab69a191af22 3,159 1.00/1.00 vMB 112
577,140 577,140 00000000000000000020463db6ce83ab120e9215005e105ef3e83f3b81ea6d9c 2,745 1.00/1.00 vMB 101
577,139 577,139 00000000000000000013507d7e7d008c8234a70313f8f4c6e6941193c7d1c2af 3,186 1.00/1.00 vMB 182
577,138 577,138 0000000000000000001c1837edb770bcb871cd366377e357c0ef62faeb4c8fd9 2,818 1.00/1.00 vMB 126
577,137 577,137 0000000000000000000d600cd8a7ee26f979480443cbba4bdfcbcdcca165f8f1 2,609 1.00/1.00 vMB 101
577,136 577,136 0000000000000000001cba3f8147a63092cfe641f753e5337b276f4af8244a12 1,865 1.00/1.00 vMB 64
577,135 577,135 00000000000000000027ab7e03ca6747ec12cef4ed5cff8507d7f1d2616ef0a5 2,841 1.00/1.00 vMB 83
577,134 577,134 00000000000000000007f38b84e2c50b356da4f79d807c4b9fb23d3c9fada1ea 1,783 1.00/1.00 vMB 78
577,133 577,133 0000000000000000000a4ebc96f622f42867650ea2a8c793a04e62fead108311 2,686 1.00/1.00 vMB 88
577,132 577,132 0000000000000000002229b065a300ed6325bd5f9880fe31836236c3547a1445 3,302 1.00/1.00 vMB 167
577,131 577,131 000000000000000000068e607dfb3fca1436e535fa735c46957bf0627adbead8 3,139 1.00/1.00 vMB 97
577,130 577,130 0000000000000000000d4be8422eaf4fd6e2a2b47cf5dcbb01de71cac2f38264 2,418 1.00/1.00 vMB 147
577,129 577,129 00000000000000000009931de18c4c38337b9031bba22636dcb6f224929c3a4b 2,360 1.00/1.00 vMB 174
577,128 577,128 00000000000000000007fce39a80dc9110fe8709ee504c01e1f04f1f59be7bbf 2,709 1.00/1.00 vMB 119
577,127 577,127 0000000000000000000fc32f3159074890605b43828a1e8ecc1831c3bc048b83 2,707 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 781.82 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: 636.20 GB
    • Received: 12.35 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.