Loading Tool

Explorer IconExplorer

Memory Pool

42,859 transactions
26.25 vMB
0.05593011 BTC
Random Selection Loading Transactions
Max Size: 138.01/200 MB

Candidate Block

Mining Attempt a5cd0fbfc99a9bf4fdf3796b11638da6308d927916b937581c4335681f453cf8
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root b5cf9f9d6df39ecc9b0ad14582f68f6d07c964cca1cc0a228ee0f59bcedb0169
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00805296 BTC
Feerates: 61.00 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (332,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,764 581,764 000000000000000000012b8c896b3af99c6ab6229c25327ca79d661cd09a62c0 2,451 1.00/1.00 vMB 115
581,763 581,763 00000000000000000013bbb74e51645822d45ff5f8b77f1c2cec14d9e4c5ffa8 3,452 1.00/1.00 vMB 48
581,762 581,762 0000000000000000000b5c8138b74c9836b26a14f21bf562c210a3c25ace56f0 2,832 1.00/1.00 vMB 95
581,761 581,761 00000000000000000016f396e33872d814fedde7449263e72bcaa02d5ce1b2f3 2,802 1.00/1.00 vMB 65
581,760 581,760 00000000000000000003a934e0709606e3fc62f2cdfa93738fea76a03f68aa7e 3,421 1.00/1.00 vMB 61
581,759 581,759 00000000000000000006732205b7db759bcdec2fd76871170d5e18250daf6846 1,789 1.00/1.00 vMB 84
581,758 581,758 000000000000000000120513e6083596de22ed5894cddd8d5732307ac55d36be 1,549 1.00/1.00 vMB 67
581,757 581,757 0000000000000000000b08227cc4e11147eb63e74ea26a2d5228404962daacf6 3,041 1.00/1.00 vMB 106
581,756 581,756 0000000000000000000b7d694c4e2c0ab35d25a52e6e75af79698928054f3e9d 3,045 1.00/1.00 vMB 100
581,755 581,755 00000000000000000000725a54e73aecc01f535f2d3c11d4703f804db7aa6a27 3,103 1.00/1.00 vMB 116
581,754 581,754 00000000000000000016abd9f68e38c4fa770a9c38ba8bb94b096d962b640bdb 2,480 1.00/1.00 vMB 84
581,753 581,753 000000000000000000037bbfd574a5c8f61f0523f9aae88c1e0dad317cb52068 2,926 1.00/1.00 vMB 116
581,752 581,752 0000000000000000001e920ecdc4c42ef579aeaef37fc8e84cd759c6b1f9036a 1,693 1.00/1.00 vMB 81
581,751 581,751 0000000000000000001b941432433916d75ce082c93488c6567991a3c5160a12 1,499 1.00/1.00 vMB 71
581,750 581,750 0000000000000000000cd9a31ca95ba15ce16144ca82b2a1cdf395de4b2aed19 2,473 1.00/1.00 vMB 70
581,749 581,749 0000000000000000000e40a55f56b7ff718759b1b17f897005cf902ac7474692 2,301 1.00/1.00 vMB 109
581,748 581,748 00000000000000000003b3045d166ab4a5394bb12292249213a5e5a6face89f8 2,631 1.00/1.00 vMB 95
581,747 581,747 000000000000000000027960460b97d966eaf1daa6728ab056fff96513f192c0 2,142 1.00/1.00 vMB 110
581,746 581,746 00000000000000000004e4cf6cdea80a3493f9a261af67c6e03471ce89770925 2,592 1.00/1.00 vMB 88
581,745 581,745 0000000000000000000543d65cf18b6432003201f37c9ebbf30814af369504b5 2,842 1.00/1.00 vMB 118
581,744 581,744 0000000000000000000c4ea4814864db7792cd42cf18e7e1d4050edab6e8a7e1 2,282 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.