Loading Tool

Explorer IconExplorer

Memory Pool

37,978 transactions
26.59 vMB
0.06226693 BTC
Random Selection Loading Transactions
Max Size: 136.34/200 MB

Candidate Block

Mining Attempt 64287aef8d33d509dc7d45733bba587bb0e94abfb3194e9d124efc064ddb0cac
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 23996d8eef687ce85a59dfeede9e8f5452efd67c6673acad513589a66079d45c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,411
Size: 1.00 vMB
Total Fees: 0.01278775 BTC
Feerates: 100.53 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (244,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,296 670,296 00000000000000000004300ff2fb8b4a2f7bc04843ebeff711daae82ecca5120 2,268 1.00/1.00 vMB 168
670,295 670,295 00000000000000000002024047f22bebe4c8f6e966b01c00a44bda8f9ce39f97 2,964 1.00/1.00 vMB 195
670,294 670,294 00000000000000000002a643aabbe7eb7aa002467f41540709cfb75cfd377e62 1,181 1.00/1.00 vMB 174
670,293 670,293 00000000000000000000ce4816bd330d1b7f4e73d039cb769e7ea7876787914d 2,145 1.00/1.00 vMB 177
670,292 670,292 00000000000000000007ab9208ae4a4861d56dfa8267970b1915ede38920b37f 2,654 1.00/1.00 vMB 189
670,291 670,291 0000000000000000000c24730e29e3d9f937d4c30b31ad01c7d1f688e009ed87 1,103 1.00/1.00 vMB 178
670,290 670,290 000000000000000000033ba07082449a944665fb769a39d47939d153a2c74db2 2,657 1.00/1.00 vMB 180
670,289 670,289 0000000000000000000ae421a125a85419ff195538cfef747d0503628b748ab2 2,736 1.00/1.00 vMB 192
670,288 670,288 000000000000000000072bb5b0477c1c4332c6d0d573d5acf18fd663ef864f08 3,124 1.00/1.00 vMB 206
670,287 670,287 0000000000000000000aa81de86c48ebadcbbea459131523f40fc28fbe5debfa 2,458 1.00/1.00 vMB 177
670,286 670,286 00000000000000000002e83b10ecdf7bafdc3aa13d3c5883d898074f5fdfabc1 2,816 1.00/1.00 vMB 196
670,285 670,285 00000000000000000001490ee2f341d79a0a24ff16d85d82c45a7796efcd707d 2,998 1.00/1.00 vMB 99
670,284 670,284 00000000000000000009a7f02b4305ad4c23f8f0964e69e3df65cb1bda1626f4 2,729 1.00/1.00 vMB 151
670,283 670,283 0000000000000000000d1a4f4409fe308beda20edab0ec44af5fc7c1e9ada926 2,688 1.00/1.00 vMB 130
670,282 670,282 0000000000000000000566261fc94f8f71b5eff4f4ba4667dd300047c9542af5 2,730 1.00/1.00 vMB 151
670,281 670,281 000000000000000000003135e43ce82e270a02de26d6cf0e3f3ff01c25bc3896 2,232 1.00/1.00 vMB 173
670,280 670,280 00000000000000000005ddceaaf2e3cf545b7b72f55fa57772f3609d3a753899 3,536 1.00/1.00 vMB 214
670,279 670,279 00000000000000000007a287d2168228a9671c8d73fccd102ac540e0368716d2 2,129 1.00/1.00 vMB 46
670,278 670,278 00000000000000000002bab598c640344a8028b075c794c69e4e5fce297d5325 2,916 1.00/1.00 vMB 145
670,277 670,277 000000000000000000090b9fc8483fac03771d9d436d6b062a0303a4a2456e56 1,794 1.00/1.00 vMB 63
670,276 670,276 00000000000000000004e3a62f92ff4d2793b206745d2e9de17f6fbd5959702d 2,013 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.