Loading Tool

Explorer IconExplorer

Memory Pool

43,842 transactions
27.39 vMB
0.07134219 BTC
Random Selection Loading Transactions
Max Size: 143.71/200 MB

Candidate Block

Mining Attempt 844e2ed4125bbdb14e0ab4976ba19114e61bc66cc54027010d0ab98aad1a4fcb
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (731,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,946 182,946 00000000000003f0790e39fb0c0cfbcbbe8466d2ca090bea506c454a691b07bc 199 0.18/1.00 vMB 85
182,945 182,945 00000000000002f01a5254c93e28232391b591b0cee8f871ab24d64f7f27d65c 516 0.20/1.00 vMB 138
182,944 182,944 0000000000000706c886da23949cc4e42c33b4b5f3b24fc2578a0dd6ac7b1af9 79 0.02/1.00 vMB 777
182,943 182,943 00000000000003089885077034f426d6bd814927a9fbf4a6ac8f87be3e1c3835 454 0.25/1.00 vMB 165
182,942 182,942 0000000000000035dec64c23c87830d9397f937d487b4bf63f71be2ff21d9696 10 0.00/1.00 vMB 17
182,941 182,941 000000000000036267593c7a223f0110f5abb5aed7f363d0e8da5d424b79f1d8 347 0.14/1.00 vMB 153
182,940 182,940 00000000000005376956aff80648b6510eea879b1b4db705b890276599dc5ded 130 0.05/1.00 vMB 190
182,939 182,939 00000000000002c8388a28fedbd2e349dc8ee7c74f34fe590aea7c68455cb374 226 0.14/1.00 vMB 108
182,938 182,938 00000000000006b0eb0932e306cbc6581973ac8c8e5e1b1f082d899e9d41c091 577 0.24/1.00 vMB 138
182,937 182,937 00000000000004b711bd081f89c10a0d898c182780264d0cbc5a6b59686d7bbb 134 0.05/1.00 vMB 126
182,936 182,936 00000000000006db90724672446c546af87f3104e55b984dbb21c0f54986c3ef 152 0.05/1.00 vMB 515
182,935 182,935 0000000000000773f4ebf0acfaf6f019599645f19567c336c0af42ba843a8c23 195 0.08/1.00 vMB 148
182,934 182,934 000000000000030dc3211a23b7a604912a1d1b3099d0fac270dd94ac7c0e3e7c 128 0.04/1.00 vMB 144
182,933 182,933 00000000000008cc84c171cf63c2746c16a4ea1bd55572a9c06565014576534b 28 0.01/1.00 vMB 54
182,932 182,932 00000000000007b6cc739b945204cbf951c12dfeb98e149c7c864baf5de55c07 13 0.00/1.00 vMB 34
182,931 182,931 0000000000000a16736dd349c8a26fc262f622d9df5cf17b659cbe51c4f207cf 169 0.07/1.00 vMB 113
182,930 182,930 0000000000000258b0150a5c3696388365cffcb0b22083c25a6ffe32ee862f8e 370 0.18/1.00 vMB 107
182,929 182,929 000000000000027820cd30e97c6179be4e7cd5f5901ba6c341b2c54c05e52607 163 0.09/1.00 vMB 215
182,928 182,928 00000000000003cec05e74910639280f7b68c1a8379f2aac6411b44be07a17fe 208 0.08/1.00 vMB 163
182,927 182,927 0000000000000683ac21a49158ee543235d881e510c45035283da0f59f4d071d 174 0.08/1.00 vMB 168
182,926 182,926 000000000000073d94a606030fb4e676a73f0d088ea8d1524274c6f4f6bb2467 400 0.14/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.