Loading Tool

Explorer IconExplorer

Memory Pool

83,133 transactions
31.37 vMB
0.16234230 BTC
Random Selection Loading Transactions
Max Size: 186.38/200 MB

Candidate Block

Mining Attempt 92589a9cba30d9fdaadbd243b3e0f2f4dd0bd639a7f0c6e89b6cdf03af855b5d
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root f6792f95c46aa38b48afe716d519750941258bf868a15fbac1b0590fd7606b76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.06131126 BTC
Feerates: 269.69 > 6.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (661,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,609 253,609 000000000000003116bf206d42208995c56d83fb45aa4cd54d2fe0fe7324c4c9 523 0.21/1.00 vMB 75
253,608 253,608 0000000000000052cbd0d18f2d101e1dac45f144951a41b992d2c98805695a28 125 0.06/1.00 vMB 89
253,607 253,607 00000000000000528fb16c593e62b2042f830d991785e14aaba2a205376f45a0 192 0.08/1.00 vMB 75
253,606 253,606 00000000000000542cfbd23e9a75b34f3ac1ad29fce2b5e20e2958e9013ad4b8 149 0.08/1.00 vMB 69
253,605 253,605 000000000000001e1f0f6649ec11b86c580f8bb7ec1e8ef6773f18ac40cb7ac5 95 0.05/1.00 vMB 79
253,604 253,604 000000000000001e08eb778905f9e845e29c7a318334631d1a2f17593cfb30a1 82 0.03/1.00 vMB 73
253,603 253,603 00000000000000090d3a2786bd78498cb4dabe7dafaafe0b408ca86f17ce50c0 26 0.01/1.00 vMB 81
253,602 253,602 0000000000000034e6a13fa71347b9a3927a78ace96e12b7a489a80df6d22564 155 0.07/1.00 vMB 73
253,601 253,601 000000000000000bb3450bd2245e507e3a534cabcdb2016c09bcad0bba3621f5 578 0.28/1.00 vMB 79
253,600 253,600 00000000000000140f99db7a55255d479c252bdd90951e4d71da4dc0718f81dc 769 0.28/1.00 vMB 110
253,599 253,599 0000000000000014744a76fc06d3b9315ce1303d3fe6534ef6f4a8d7540409f3 94 0.05/1.00 vMB 117
253,598 253,598 0000000000000049888d2d5043431e7179de262ff388b7e6ea61d913929f9755 55 0.03/1.00 vMB 27
253,597 253,597 00000000000000096ff665529223bb27fa268b58a9971474970e9968fa7a074b 646 0.26/1.00 vMB 101
253,596 253,596 0000000000000050493053c771a1862817a3d7cb2c84e26aadfd95e2103502f2 201 0.08/1.00 vMB 67
253,595 253,595 0000000000000001b89c5e76d38b2f96d9e15b4ddd497a239e77dafc10d0d5a4 688 0.27/1.00 vMB 112
253,594 253,594 00000000000000203ce6ba2ee4c638bbeb2ccfce3d737ebc06578c43e1f7af55 421 0.16/1.00 vMB 92
253,593 253,593 000000000000004f9fff4b824b8b1c1a2e252a918c6ea46bd6749d25ceb916fc 271 0.10/1.00 vMB 92
253,592 253,592 000000000000003999e0e5f6480586d4e0d56f8b20b5e16e6fe6833e039ed951 75 0.02/1.00 vMB 107
253,591 253,591 000000000000004ffb1c761aac0c3032fd0060b016d47e8f64dfe6f2fc3881a0 320 0.12/1.00 vMB 80
253,590 253,590 00000000000000338ec9478cf2b1530138df17e877511fa1de39f39c70c6d3f6 542 0.20/1.00 vMB 98
253,589 253,589 00000000000000454e878171abd209f9c904f4c8ead99e9fc9c938e3b507c80e 463 0.17/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.65 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.55 GB
    • Received: 16.28 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.