Loading Tool

Explorer IconExplorer

Memory Pool

80,574 transactions
29.98 vMB
0.07824464 BTC
Random Selection Loading Transactions
Max Size: 180.43/200 MB

Candidate Block

Mining Attempt e38c3c0234bfa3688656a5539d6af93f31a18bc91818984988479e3a8d8a4c92
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root cfb1cf642a123ea7eba1fd873be0490135034cc4e3d396afb735b245d22e2f34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,586
Size: 1.00 vMB
Total Fees: 0.01695802 BTC
Feerates: 197.70 > 1.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (423,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,911 491,911 0000000000000000003e96ef87a5c6724878a6c42d71f7e2947089a4d4fc2fd1 2,770 1.00/1.00 vMB 174
491,910 491,910 0000000000000000008e813f9513da2ae617918bf8c07237f02a09f056247ea4 1,948 1.00/1.00 vMB 96
491,909 491,909 0000000000000000002fe97e71571d1f1336ce6cc48fc7d535aa8866c3dbe178 2,169 0.93/1.00 vMB 47
491,908 491,908 0000000000000000004818f90fafe08658284aad9fcd9f26cf57bff46f86b716 2,541 1.00/1.00 vMB 94
491,907 491,907 0000000000000000000ab752ac90cd46dbf5db604a9f06b9b84b8b89dcd5c5c3 2,614 1.00/1.00 vMB 105
491,906 491,906 00000000000000000020af4693f9a46d76e839ac67e17e2549b78110fb382af1 2,485 1.00/1.00 vMB 126
491,905 491,905 00000000000000000046ab78bb9dcc323239b1eaf4739577edb100531423fd09 2,357 1.00/1.00 vMB 117
491,904 491,904 000000000000000000b7e385cac200c058ede4b7e732855ab94a9942361ccf8e 2,096 1.00/1.00 vMB 100
491,903 491,903 000000000000000000e3be3cf7343d7792c0d47d3c39ddb9ceaf19961e9eeab4 1,533 1.00/1.00 vMB 123
491,902 491,902 0000000000000000004525e341c4de4f3c308985d6155151858fad1150251217 1,040 0.98/1.00 vMB 120
491,901 491,901 000000000000000000cf11a32e5ec4a5fb22c19df1ed00390a21bde535bcb87a 2,641 1.00/1.00 vMB 166
491,900 491,900 000000000000000000b2b1001a65adbcb8891ac6aae5f490ffd55c6516c06ac6 222 0.09/1.00 vMB 62
491,899 491,899 0000000000000000006025ad4ee262d641b9feb22c335e0a3eb6401d1bb53a91 270 0.11/1.00 vMB 61
491,898 491,898 0000000000000000004476be841fcce453a71702fba2bac2b2acd693e45d9946 1,689 0.75/1.00 vMB 75
491,897 491,897 000000000000000000b0bb5f53e27d54f206ce33dc6f756f2f2682605fce4110 132 0.05/1.00 vMB 66
491,896 491,896 00000000000000000010b46dffc96ba2c00d2b7c61f7a39efe4c9f52ef9d214f 641 0.24/1.00 vMB 91
491,895 491,895 0000000000000000008a59add433dcabf21b332b1e647e6db2ffae5673b3d144 2,044 0.83/1.00 vMB 73
491,894 491,894 0000000000000000001fbad88785459c90d266a3d7b5c8118e8638f16cb7a27a 1,737 0.70/1.00 vMB 62
491,893 491,893 0000000000000000008470a42f84fc3db95a9281e8d6c938eee828de37521413 2,325 1.00/1.00 vMB 98
491,892 491,892 00000000000000000035eeca24e2e85592484700ff03beb90d5479b18a59902c 1,852 0.73/1.00 vMB 76
491,891 491,891 000000000000000000a68b01f7fb85c84cb68c8e6aa8b8c346da64e61c29db95 2,241 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.37 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: 663.76 GB
    • Received: 14.93 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.