Loading Tool

Explorer IconExplorer

Memory Pool

79,834 transactions
29.78 vMB
0.11662314 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt 170d0a30f671d575d7029c5b82d799993a1173d3deab3825d0f08290689492a7
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root 5bd3a0fb210612bb888fc6c59fd4317d27a36245899780cce42b9dedc81e2a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,902
Size: 1.00 vMB
Total Fees: 0.05590507 BTC
Feerates: 150.32 > 5.60 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (335,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,122 579,122 00000000000000000017207153f88f2972e6d12def3053b453cf98e710b75600 2,378 1.00/1.00 vMB 76
579,121 579,121 00000000000000000019b7105c494a7aaf5ce97f86ba6a9b208ebde3559e7f7c 2,511 1.00/1.00 vMB 117
579,120 579,120 0000000000000000002124459616a49469f1405f65a496adc37b9eedc82f41f4 2,636 1.00/1.00 vMB 170
579,119 579,119 0000000000000000000c89b920eb15692ead86525e208cc3a32db254f108b4b6 2,828 1.00/1.00 vMB 212
579,118 579,118 000000000000000000244cfd02896f1132a146f10452c43405b8b3647379b3e6 2,703 1.00/1.00 vMB 190
579,117 579,117 0000000000000000001590dde141f89a4183a6f4d9aadf90b5a06c24e0602403 3,523 1.00/1.00 vMB 223
579,116 579,116 0000000000000000001bae277f92a484ba6534dc623988b3e652c4dbdbdeccd9 2,724 1.00/1.00 vMB 81
579,115 579,115 0000000000000000001340e58a0e65981fa87727e497ace468fec387ef23a9a3 1,369 1.00/1.00 vMB 70
579,114 579,114 0000000000000000001c19dc0d3a91efeb91fd519711630797fecaf4d0679fc8 2,443 1.00/1.00 vMB 99
579,113 579,113 0000000000000000001ef68047c9db0168473f9090140af394dff85109af4872 2,838 1.00/1.00 vMB 124
579,112 579,112 00000000000000000024e9099cbbe46e9922df6fe767b23afa20b1ee07c7b57c 2,368 1.00/1.00 vMB 92
579,111 579,111 0000000000000000000992f9b4e0a2b0ff37d1018f87da71b31e3a64fe16905a 2,151 1.00/1.00 vMB 138
579,110 579,110 000000000000000000142a7724678b99f86289de1bdc0a45e06322ab81f20064 2,830 1.00/1.00 vMB 143
579,109 579,109 0000000000000000000360c0335635e1e228729a12c374e85f1687cee09a0f5e 2,274 1.00/1.00 vMB 178
579,108 579,108 0000000000000000000f8cc0e844d4bd49fa4435bd4484552a7b1f2d0416bb7d 2,779 1.00/1.00 vMB 114
579,107 579,107 0000000000000000000786e2a4ed76a1e7e7566430a9e505016c9aa5c21fcf97 2,175 1.00/1.00 vMB 160
579,106 579,106 00000000000000000011afad4738f6e6e69dfdea55416ebf127d433be85f81a9 2,425 1.00/1.00 vMB 171
579,105 579,105 00000000000000000008a40e39f7c022fd81c5275a247487ed34b42b958d6584 2,358 1.00/1.00 vMB 128
579,104 579,104 00000000000000000013fc9bef87f13031b698458be6c661767620dbab48ff86 2,315 1.00/1.00 vMB 122
579,103 579,103 0000000000000000000fd0d47ef202c1a2a4bd9fff2a710565436b23e9360016 2,883 1.00/1.00 vMB 184
579,102 579,102 0000000000000000001b094b711ddb21702f2729bce321a439755856e3c553c1 2,384 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.01 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.