Loading Tool

Explorer IconExplorer

Memory Pool

82,921 transactions
31.31 vMB
0.08736521 BTC
Random Selection Loading Transactions
Max Size: 191.77/200 MB

Candidate Block

Mining Attempt 3ca5c9a39fa92b9e915b53fbbf31bfe76661ef2f8d3242529856db53183d86a3
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 2dd57f978cbba298448dc08d0b0696ede961cd6f08775f1834a5edf5d5322e20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,611
Size: 1.00 vMB
Total Fees: 0.01639031 BTC
Feerates: 12.18 > 1.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (495,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,755 419,755 0000000000000000047b0b18f83e5a624217ee71c4a39dcd017c2f3223461a45 2,363 0.99/1.00 vMB 59
419,754 419,754 00000000000000000460d9c6e4793e8899d3ef3b65fdcd19f1c4404b20196e6f 1,647 0.88/1.00 vMB 51
419,753 419,753 000000000000000000c44eacbd542989179b10f8cd7eae12d0c687582f63e680 2,252 1.00/1.00 vMB 60
419,752 419,752 000000000000000000f3c3c4cceb8b34967a68914201fc1768fc3ff2357544d0 549 0.99/1.00 vMB 26
419,751 419,751 0000000000000000044620ca43bb12e124b3fc8c103a5b1075507c10ae08031d 1,447 0.58/1.00 vMB 68
419,750 419,750 0000000000000000035bb41f60c0144768af9f46d36e09b7a6caa88d987d76ce 29 0.01/1.00 vMB 59
419,749 419,749 000000000000000004fea78c364c56870a8404f0c06da69b8b529c91242c1bc4 1,692 0.99/1.00 vMB 45
419,748 419,748 0000000000000000017d8436d14de2db67fb852ac97866fa6dc36299c1a863c1 2,652 1.00/1.00 vMB 69
419,747 419,747 00000000000000000324e4979ff3a8789457ef8b63f59bbdd3b4ed9787aef964 1,173 0.99/1.00 vMB 31
419,746 419,746 0000000000000000029a3a0a55646764265f65fdf5a5c24ff888a5e80b12d69e 1,350 1.00/1.00 vMB 36
419,745 419,745 000000000000000001bfdb05fc3d2c02d3353ccd49115f4a958df9ed5ad5e8fc 1,132 0.93/1.00 vMB 28
419,744 419,744 000000000000000002c36d40039c26fb8c2d787f91471935ea30032ca0eda7c2 2,101 1.00/1.00 vMB 38
419,743 419,743 00000000000000000171f7ab2e79f97d2c15b6614228386e026ae7559cfbaff0 1,693 1.00/1.00 vMB 31
419,742 419,742 000000000000000002b776a2b1d772ce34d12ef663ec2b2f2f2c370c39e5f274 2,782 1.00/1.00 vMB 73
419,741 419,741 000000000000000001f6584db6b9264aa2beee5ddcee0fee9946034fc795432f 1,859 0.99/1.00 vMB 43
419,740 419,740 00000000000000000016f106054107125c724ee81a68dc6744531b647cbe78fe 2,618 1.00/1.00 vMB 66
419,739 419,739 0000000000000000041f7d59705c6f34b788f69fa42260b9d1991d0509878a02 2,510 1.00/1.00 vMB 66
419,738 419,738 000000000000000001c02b6f85912056353310cad70250c22c03c4c5723245f6 2,877 1.00/1.00 vMB 88
419,737 419,737 0000000000000000037f142f9c93856e5aecab959dfaf9041286ffaf7260d17b 3,102 1.00/1.00 vMB 93
419,736 419,736 00000000000000000468549a79dfab1330a48c40dc73844613b0803789a57f2f 3,212 1.00/1.00 vMB 87
419,735 419,735 0000000000000000027a82b51f9a3c6ca7d04a8e606b2198c61feb2eccf68dbf 1,901 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.78 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: 709.66 GB
    • Received: 16.95 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.