Loading Tool

Explorer IconExplorer

Memory Pool

80,705 transactions
29.42 vMB
0.09971318 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 78b378af08f71b7f71c28e48d68501d401785899904a56d85f3da29ae6e819cc
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 2f2193929e7668cccbd770ef1c2bb2bc40b7fe18e5e066655751832afdb86174
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,388
Size: 1.00 vMB
Total Fees: 0.03789966 BTC
Feerates: 101.66 > 3.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (425,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,241 489,241 0000000000000000007d74a16fe216046a62365499d39462faaa38d6a2b66ae8 2,321 1.00/1.00 vMB 135
489,240 489,240 00000000000000000090e5e2c89285a52f97ac8eb4fa3d4ff1f1644a655d3d10 2,290 0.96/1.00 vMB 161
489,239 489,239 0000000000000000001aee70f137a160f9e313710f0a7d1c2abde1de5871929a 1,886 1.00/1.00 vMB 148
489,238 489,238 00000000000000000068b26b91e31e8553c2fe20c2dd3dcaae5ac079cdd46d29 2,253 0.97/1.00 vMB 146
489,237 489,237 00000000000000000017e1bed9ca45d5e6a3fc7587f00b3a6e10204f31087b82 802 0.99/1.00 vMB 155
489,236 489,236 000000000000000000dac6efe8d588131c32da2aa919ba4a4e65fd8e1e78c423 2,168 0.94/1.00 vMB 193
489,235 489,235 000000000000000000222463f92c6d0d6aba4e7370c342faf83df5b67956f37f 2,238 0.97/1.00 vMB 146
489,234 489,234 00000000000000000098dc95e451769e2b13b4fc4db2d4c806f7f57b1374ca5a 2,647 0.93/1.00 vMB 123
489,233 489,233 0000000000000000003a722a4702ebaa7141d2cb2013e1609e10d0461fd7a27b 2,453 0.94/1.00 vMB 118
489,232 489,232 000000000000000000987e1245238810f2b827ea6a6fad8567b5a0eb78af37f4 2,041 0.97/1.00 vMB 151
489,231 489,231 0000000000000000004dac58cacc13bec4eed395d19ef09e866a1e904d970337 2,566 0.97/1.00 vMB 174
489,230 489,230 0000000000000000001506f8f16f71bc5db8c660dcdfd2e7b7894c391b6bb646 2,160 1.00/1.00 vMB 89
489,229 489,229 0000000000000000002720a15f96c1f475e30cf4689b26f0a3ae7838f1480fb0 2,512 1.00/1.00 vMB 85
489,228 489,228 0000000000000000001f78f45367a42ce3fd91b7dc5439fc8f7b17430cc4d93e 2,296 0.94/1.00 vMB 127
489,227 489,227 0000000000000000007f788fff41a3306e8a9ddec6e754a72427560eaa21e5a6 2,264 1.00/1.00 vMB 130
489,226 489,226 00000000000000000088f4c787292ba94088977df200bd36ff4c6789c377f460 1,600 1.00/1.00 vMB 89
489,225 489,225 000000000000000000bb269bd02903f9de1cf69b94a392088a67a86dcf9d1899 2,151 1.00/1.00 vMB 150
489,224 489,224 00000000000000000063dbcdf049f7fc6d781cf83cf7135454f1b5ce4f784571 2,544 0.96/1.00 vMB 123
489,223 489,223 0000000000000000003e12a2bb0a7b5fca1380d0d5035956d0ddbc9f28028770 2,157 0.93/1.00 vMB 138
489,222 489,222 000000000000000000f180e43264cbcdd0352f9b08c001b38c6de5b5ae529a70 2,290 0.91/1.00 vMB 116
489,221 489,221 0000000000000000007de54e97035845102dc1ea22553ad6781f6ec102c5b590 1,433 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.