Loading Tool

Explorer IconExplorer

Memory Pool

83,117 transactions
31.37 vMB
0.16214818 BTC
Random Selection Loading Transactions
Max Size: 186.36/200 MB

Candidate Block

Mining Attempt b3dcb522d77a5389a33f7981d749b2062f7294b80f2c25f56ef6371af3c99bde
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 (252,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,755 662,755 00000000000000000004358e0d63142a4b20354d9892b4b3b397b601bc696b50 1,761 1.00/1.00 vMB 77
662,754 662,754 0000000000000000000c5cec93f43b455c0fe1f51376a92bb49e065be2c93e76 2,536 1.00/1.00 vMB 112
662,753 662,753 0000000000000000000c0aa8f4e5b5f5b572240002b680f91c12fae26c09c8c6 1,765 1.00/1.00 vMB 47
662,752 662,752 00000000000000000009ba4b658a5af50e0902d4ffc8f9f858cbf77f79eb0115 1,859 1.00/1.00 vMB 64
662,751 662,751 00000000000000000000f37cff17228f573ee30e7a58ba22761d9d922aa4f793 940 1.00/1.00 vMB 8
662,750 662,750 000000000000000000053e9c6f5084f68a9707774d3a2876a21fad83ac6a58e5 2,570 1.00/1.00 vMB 43
662,749 662,749 000000000000000000062de3982f2041c2172357303f35560402048e290f09a6 2,264 1.00/1.00 vMB 30
662,748 662,748 000000000000000000093e4ff917c741dc680a5f29eadbea2135beed60ce66c1 1,969 1.00/1.00 vMB 47
662,747 662,747 0000000000000000000c5323fac522f4777060a09856c16417c2deae1a0da772 2,422 1.00/1.00 vMB 114
662,746 662,746 0000000000000000000c7ad1e20f656ba99d21b84729fbe6e309f4da89b98c81 1,583 1.00/1.00 vMB 47
662,745 662,745 0000000000000000000b5070f722b1041c3ec61726f6ea4141945f119e86a737 2,981 1.00/1.00 vMB 124
662,744 662,744 0000000000000000000b9d4c89628552f995985d4228e718bad365051270dd52 2,012 1.00/1.00 vMB 22
662,743 662,743 00000000000000000007489d9d266d209ba9c109b730c12fff02b7de48874d31 1,201 1.00/1.00 vMB 27
662,742 662,742 0000000000000000000930eacb2cae5e990d588fd1717930ced6c3016e27d617 2,493 1.00/1.00 vMB 108
662,741 662,741 00000000000000000007af3ba7f577524d076134f0024c6941e3d861d765d2fe 1,677 1.00/1.00 vMB 35
662,740 662,740 00000000000000000006f667fefd3aa371ba07340c86b41a29fb373082a6c02a 659 1.00/1.00 vMB 21
662,739 662,739 000000000000000000055971f1df0b3124d9ed9e5b05f5aa4ba64c0ba657930d 864 1.00/1.00 vMB 27
662,738 662,738 0000000000000000000de0dce2f88a14716d8081aeaf5331d0d02c8b7fc0a882 1,110 1.00/1.00 vMB 40
662,737 662,737 0000000000000000000202af2fcd0311e02a9a7e81d78463ff2ea9b850a144cc 1,748 1.00/1.00 vMB 31
662,736 662,736 0000000000000000000c1de5d90be0b5239d3e65aa9c8b99815e3e8a9921c3e8 1,887 1.00/1.00 vMB 38
662,735 662,735 0000000000000000000229792b7cf2cd2658c68f51c763bb32795b8701252218 1,527 1.00/1.00 vMB 23
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.