Loading Tool

Explorer IconExplorer

Memory Pool

78,794 transactions
29.50 vMB
0.06916814 BTC
Random Selection Loading Transactions
Max Size: 177.35/200 MB

Candidate Block

Mining Attempt 6390f843052780fdaa57dc3c73e4f9a787363cb1a75ad9a788a54275915f9f0f
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6c514bcfb6f20aa5d6c9b12768c4bb0ae369d96e68f676603e2257f368232b77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,815
Size: 1.00 vMB
Total Fees: 0.00932338 BTC
Feerates: 50.25 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (597,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
317,390 317,390 0000000000000000007b5f3b747e912e430f93266882e6e03b7007e6e466b412 1,129 0.75/1.00 vMB 24
317,389 317,389 000000000000000021a96d5da6f0700d9e273b5760ca6e8366db77e2f4f78b7c 114 0.08/1.00 vMB 20
317,388 317,388 00000000000000001b295c20166ff208e6cbb45317bc1c0046c1b496fba11de8 274 0.13/1.00 vMB 27
317,387 317,387 00000000000000000fba6fecdccb27745659b0fb5991a71cedb89c1ccfeaf0a2 421 0.21/1.00 vMB 22
317,386 317,386 00000000000000001f4fdd313f6c5eae12d0a0f1658df4c272a932bcb8f1a7a6 491 0.26/1.00 vMB 26
317,385 317,385 000000000000000018217a1d6ec67daed4893515ab8f6d698dc9ec2c82c28b25 294 0.22/1.00 vMB 24
317,384 317,384 000000000000000006df6b23f58abdeea524a1ebff5a12d3e0320bcd0f74f40f 168 0.08/1.00 vMB 31
317,383 317,383 0000000000000000056b1b8247a7e832935099b6889d4594964fa8e39248dabf 187 0.35/1.00 vMB 13
317,382 317,382 00000000000000001e121d12a299d2bdde346ce5daf38d5cd9b0cad800b4d7fe 991 0.75/1.00 vMB 19
317,381 317,381 00000000000000001deb73ea3baf95419910e863e1332cf8e88deda78f2b689d 2,358 0.75/1.00 vMB 42
317,380 317,380 00000000000000001195437eb74520ace8eaefa3ea50ddccbd3ed947a8209ba2 91 0.07/1.00 vMB 10
317,379 317,379 00000000000000000df30b837fa0eb04d0e17ae91f6da42016e251c44570591a 366 0.21/1.00 vMB 26
317,378 317,378 0000000000000000231db1f50f4b449417b53db25bf182cffa95de8f546b34d6 830 0.44/1.00 vMB 26
317,377 317,377 000000000000000021cb235c0d8e81b6a7dd100c54f2fbd280d14577e0582f51 908 0.51/1.00 vMB 25
317,376 317,376 00000000000000002bf50ca64b55e2f5cb68ca3e231f03019cc202bac78ba93e 156 0.12/1.00 vMB 22
317,375 317,375 00000000000000000638ac47c58e0537b587d5372ddd2a5b7f5b9f227f1f2582 39 0.07/1.00 vMB 2
317,374 317,374 0000000000000000164d7e3f493ff78e74e0f87bfb46bf769cde5958ca87d73d 45 0.03/1.00 vMB 23
317,373 317,373 00000000000000000a786f9dce8d4914ab728de70dd5d9958283f8469ccc6f5e 125 0.05/1.00 vMB 33
317,372 317,372 00000000000000002c335506f664d216e4d9963c083df5d11e181a0737eb6b3e 119 0.06/1.00 vMB 25
317,371 317,371 00000000000000000d9ffe057e66ca5897d912ac53822142af99ef83575ba1b9 521 0.28/1.00 vMB 27
317,370 317,370 000000000000000023b2f5a1eefee88119a45e4d366d94cef65e72a50c0972ed 457 0.24/1.00 vMB 24
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.02 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.