Loading Tool

Explorer IconExplorer

Memory Pool

40,919 transactions
25.93 vMB
0.05009467 BTC
Random Selection Loading Transactions
Max Size: 135.57/200 MB

Candidate Block

Mining Attempt 0231386871b69f46eadbbefbdd06ef11d59d20cbabb664c3c2e1e8d9d399cf07
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 5298d0b8011eb25929f7c0133c68d80ca0a2edbbaba129218b5e94808e15ea5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,924
Size: 1.00 vMB
Total Fees: 0.00292609 BTC
Feerates: 18.26 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (411,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,852 502,852 0000000000000000008a0add377c49b5b01bacd3a4404ed61fc5167c34963610 2,925 1.00/1.00 vMB 482
502,851 502,851 0000000000000000006e0c96efca81b8e8ea4ec8915b823185b6832fe1201a78 1,682 1.00/1.00 vMB 325
502,850 502,850 0000000000000000006d9ac4cc27783c0188c9f551a9d267e94660edbbf18341 2,821 1.00/1.00 vMB 443
502,849 502,849 000000000000000000479f5f978fc3232fed857991ce9ed3ff9122815775f6a3 2,725 1.00/1.00 vMB 539
502,848 502,848 000000000000000000732b1203275081f4b47a8d153bd3c3b323438b65a9f51f 3,121 1.00/1.00 vMB 471
502,847 502,847 0000000000000000008adfebe228fcdee2eaf78151469626ef7d32c9e72835e6 2,496 1.00/1.00 vMB 437
502,846 502,846 00000000000000000005979d8cfad83741d36edd1fd2dce0978301a17d1340a6 3,440 1.00/1.00 vMB 491
502,845 502,845 000000000000000000665ef9af72b9beaf440f662803de8c476f2dad6850f014 1,909 1.00/1.00 vMB 329
502,844 502,844 000000000000000000667d6ebaaa10c95264d0803121f162d03349133630b04e 2,186 1.00/1.00 vMB 369
502,843 502,843 0000000000000000007e51585803fd54c0f576313aaaaf262c3a030cfb82df8b 3,312 1.00/1.00 vMB 424
502,842 502,842 00000000000000000068910038689f3ffc0432fc598d1022dcd77409bb7fb5b8 2,264 1.00/1.00 vMB 389
502,841 502,841 000000000000000000629aaf76f38f45c490ba510078c7b0000eec5f6ab25930 3,172 1.00/1.00 vMB 480
502,840 502,840 00000000000000000073d400c7dbf4a35d9ecb985559494fb962f439d48d6511 2,513 1.00/1.00 vMB 431
502,839 502,839 0000000000000000006344cbdae9e2c034d63a4d329cee9ca301a2736cb0079f 2,264 1.00/1.00 vMB 344
502,838 502,838 00000000000000000072b1ca959a7028235a0bdd64caec655a4e724dfd37b218 2,319 1.00/1.00 vMB 329
502,837 502,837 0000000000000000006abf89ee54f6d1bddd4078394195b195538b57900950db 2,281 1.00/1.00 vMB 316
502,836 502,836 000000000000000000689b8b7c0e68658a0d34d11f02879e9d7e49c6d2c09ebd 3,278 1.00/1.00 vMB 488
502,835 502,835 00000000000000000044cf3877b374c60f20b0aae08950fae6bf61b6923016d8 1,989 1.00/1.00 vMB 396
502,834 502,834 0000000000000000007c0277f425adbea8c0eb5b5bd06d6a936bcfeca78a1bfc 2,140 1.00/1.00 vMB 460
502,833 502,833 0000000000000000006d2049faf25429fdb8c02a531e020c4d3b674dcb8fe88d 2,474 1.00/1.00 vMB 529
502,832 502,832 0000000000000000006a927b1e0b2ffa8462f60f779135b0e8d40fd67f29b471 3,417 1.00/1.00 vMB 472
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.