Loading Tool

Explorer IconExplorer

Memory Pool

78,556 transactions
28.85 vMB
0.10964204 BTC
Random Selection Loading Transactions
Max Size: 175.18/200 MB

Candidate Block

Mining Attempt b5334d69dfd7e0ee1b49d31a69a0d89ccb3a23bd7e360c3ac8962943bc31c280
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8d45df0a5f6ac64a71d72a3c10cfaf1964b7214766d462e85a9eb321c496b8d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.03893074 BTC
Feerates: 602.26 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (444,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,380 470,380 0000000000000000002049f674bf3018f5d2b9160546e87e6a73ac7505e3bac4 1,835 1.00/1.00 vMB 373
470,379 470,379 0000000000000000017b0ea84c5cc9bf4a7414e6a7a0aeb03b47cd42afab7b8b 2,142 1.00/1.00 vMB 393
470,378 470,378 0000000000000000010d781dfe0a67cd8a7c362d9501b9a5ecfc0a0a50d0f10b 2,348 1.00/1.00 vMB 461
470,377 470,377 000000000000000000f94ca62252c32133d0e066653c388d3c084bb1a0ebcc2a 2,867 1.00/1.00 vMB 492
470,376 470,376 0000000000000000017a835a64f85396286de726e84b1185921c0ed1a1bb1811 2,755 1.00/1.00 vMB 544
470,375 470,375 000000000000000000b68b9f0a4c75eb9d8d570ab60c1ec5ae0be4df652acd63 2,163 1.00/1.00 vMB 298
470,374 470,374 0000000000000000008942f4c2e8ce206e6e593e43058bc20fffcb4863f3027f 2,204 1.00/1.00 vMB 384
470,373 470,373 0000000000000000019afeb00d4a676ac5b483863355823a35f752b3297a77d9 2,779 1.00/1.00 vMB 532
470,372 470,372 0000000000000000003c565bc12e59e0f659904b82060b76380bb4fafe9fe096 994 1.00/1.00 vMB 110
470,371 470,371 00000000000000000133bc874897dbaf63332f99ed3c5ede17956cfdfe8614a0 2,154 1.00/1.00 vMB 330
470,370 470,370 000000000000000000fcd0ea2300c3873b294b4c33568135bc13ed90805336fa 1,466 1.00/1.00 vMB 203
470,369 470,369 0000000000000000000053893bcd0102beaf27a449fb6f830e5c539935235f10 940 1.00/1.00 vMB 84
470,368 470,368 00000000000000000028cb45148b6555e0023b239423ff3c7fe43ee45f6b1d68 1,718 1.00/1.00 vMB 179
470,367 470,367 00000000000000000066ca7e4cab853e2b2027e8f4ee1c580d9fd98b24128c1d 1,604 1.00/1.00 vMB 79
470,366 470,366 000000000000000000ba7ed5ee79ef0a4486df15542b6af2a68bbc826529536f 1,775 1.00/1.00 vMB 282
470,365 470,365 000000000000000000c06832677af1f477e8914130369a05adeba1ef049bd587 2,044 1.00/1.00 vMB 354
470,364 470,364 000000000000000000ea054bc78afdb6209404cc61bb6a70e79d22f0e842f0b1 2,404 1.00/1.00 vMB 349
470,363 470,363 000000000000000000ef845c1c73c1da77b8dc730687b94c5d6f56f2dd2fd8d8 1,122 1.00/1.00 vMB 252
470,362 470,362 000000000000000001526d75379fdfaa1758625cdaa58987ee3e36936a4f549a 1,328 1.00/1.00 vMB 430
470,361 470,361 000000000000000000f079bb2f4e8141f926122245010cd6c743647a36843818 1,902 1.00/1.00 vMB 181
470,360 470,360 0000000000000000006e72f2dd6894c440f9418d2c6e49c5c6c95b6e50c809dc 2,323 1.00/1.00 vMB 222
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.