Loading Tool

Explorer IconExplorer

Memory Pool

35,990 transactions
26.20 vMB
0.05997194 BTC
Random Selection Loading Transactions
Max Size: 133.51/200 MB

Candidate Block

Mining Attempt fa7bb25229ef585ce41a0672ce627c1b028707e433186ca3d6404749f9727385
Version 20000000
Previous Block 00000000000000000000543a27abb5ffba4a5f646d13c92b2258383c952af701
Merkle Root d99a014300fe43491e31c8ea5ccb997394c5330eaf74b41038acd208f7e1197e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,504
Size: 1.00 vMB
Total Fees: 0.01179136 BTC
Feerates: 100.53 > 1.18 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,301 (791,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,295 123,295 00000000000067218fe2d99a9b5b06cbf232fde45bda545f1392c85da73f78b9 8 0.00/1.00 vMB 1,936
123,294 123,294 0000000000001d8cfc35de95bc5d21474109e4c034500806dbeffdbf45557a6a 12 0.01/1.00 vMB 434
123,293 123,293 0000000000005e2362425bd277a8fbdcf774fc7360e4f73fe6a1fc2fe4024ce1 11 0.00/1.00 vMB 467
123,292 123,292 00000000000056ceb63bf8af7eef2942c4e1a5f8d5bcba9f7c856f0766f5a36a 1 0.00/1.00 vMB 0
123,291 123,291 00000000000019746bb661b240a3c57b1f28e49316b9bf756052bb12322f4247 28 0.01/1.00 vMB 342
123,290 123,290 0000000000004681186ed4ecc4d10ba14b0d948261155df392a7d6926240f96a 16 0.01/1.00 vMB 343
123,289 123,289 00000000000018718c3bfafe577dd9ebf32e5a0cbd9aceeb6e59fd583e151d23 14 0.00/1.00 vMB 35
123,288 123,288 0000000000005d3f176c70bb556bf1b2af52d3fc2c438508b76f442adaef7db2 2 0.00/1.00 vMB 4,464
123,287 123,287 0000000000003c619fc3161e396cd45f7116cce34e50ea8658555dbc5492fea2 18 0.01/1.00 vMB 176
123,286 123,286 0000000000001d643173494e61ab081c85898b10b055b2d98db512e9f0e54558 7 0.00/1.00 vMB 1,017
123,285 123,285 00000000000013b50e19c95299447bb04ec5ea8688075f7693b2cc7a7abba4c0 10 0.00/1.00 vMB 0
123,284 123,284 0000000000005eac3702bd7cc10b40b45a48d8b3604ea1e07c3b9197518dd000 29 0.01/1.00 vMB 215
123,283 123,283 00000000000066c9fda6210b7ab5a93ed28e9a2b2d1878d47c2443634fa14530 11 0.00/1.00 vMB 643
123,282 123,282 0000000000002465a22346ecf2e39a080186834721d187b4799af36740899dd6 7 0.00/1.00 vMB 0
123,281 123,281 00000000000018d26216741f5e386c06537ddbd5837c1708198b4cb2a3e21592 12 0.01/1.00 vMB 465
123,280 123,280 00000000000031a08bf4c9e756088e5351ee4585bd8525abfb52784ffe627dbe 10 0.00/1.00 vMB 1,436
123,279 123,279 0000000000000a2d29db25fcfd85bb073e9cf686c83651b487331fde0b0be0f8 14 0.00/1.00 vMB 0
123,278 123,278 0000000000003dab72f6eae4e01b92134f57951fad317514d6305d6ebaf5c88a 1 0.00/1.00 vMB 0
123,277 123,277 00000000000025cbe70b534ab60038659dfd02639f6d02c443e3f2ba6e70e398 32 0.02/1.00 vMB 0
123,276 123,276 000000000000651b2e1deee0e4e766614723fd85c6af6f9886a0fef0a751c998 5 0.00/1.00 vMB 4,079
123,275 123,275 0000000000006a87f17abd3d2fcb1293b78402efd5e1155b43b0c53fadcec42f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 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: 580.74 GB
    • Received: 9.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.