Loading Tool

Explorer IconExplorer

Memory Pool

43,921 transactions
28.18 vMB
0.06912553 BTC
Random Selection Loading Transactions
Max Size: 148.77/200 MB

Candidate Block

Mining Attempt 7cf35e5f07116c0c42955ea193eab7414fca448bb924247b06c104bbfaa4d1c7
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 7c4d09aa2accb6b0fd45c6bcf445e5c1d3e76b0940d85b34a19484f68d55e215
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,511
Size: 1.00 vMB
Total Fees: 0.01596288 BTC
Feerates: 106.37 > 1.60 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (337,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,929 576,929 0000000000000000000b11f552d0abf1100f6946cdc8f6e570e324a5fd0babb7 2,755 1.00/1.00 vMB 71
576,928 576,928 0000000000000000001d762d63e58c38b3a3cfeb5a7d0b8e69f43753e4e3d45a 2,771 1.00/1.00 vMB 105
576,927 576,927 000000000000000000127cf1754fefd153e8639b562d13793823f545fbe32b98 3,051 1.00/1.00 vMB 131
576,926 576,926 00000000000000000014356b4f5188354eccde278dd9719a43f6d478d0955e51 2,314 1.00/1.00 vMB 63
576,925 576,925 000000000000000000286d5ac9c8b0e30a78d85384857b784c229527c8eadb61 2,892 1.00/1.00 vMB 80
576,924 576,924 000000000000000000140e0fcae2541afb8263a9241df5b50fa8b06b2546c820 1,984 1.00/1.00 vMB 75
576,923 576,923 00000000000000000027130d113f2afa93953a3bd91d8251281c94c5054e219f 1,711 1.00/1.00 vMB 64
576,922 576,922 00000000000000000027290b511b63b4724081585f457beb64dd15777be12a0f 1,640 1.00/1.00 vMB 108
576,921 576,921 0000000000000000002424518b4688dc0449b5ce49cccd854fd533d28970acba 2,797 1.00/1.00 vMB 81
576,920 576,920 0000000000000000000ecdb185d076ed9cc3c260092e97880ee7d60ad062e46c 1,979 1.00/1.00 vMB 39
576,919 576,919 00000000000000000006f13ffd64423a854f215f247288e73d36ca41cc518eba 2,285 1.00/1.00 vMB 115
576,918 576,918 000000000000000000188725ebcf81fd3e3487648bf0860c83ad336eb216816a 2,321 1.00/1.00 vMB 33
576,917 576,917 0000000000000000002623b7b07431939a5e2f668f07f1aa2f5dfc77ea18ce5f 2,989 1.00/1.00 vMB 104
576,916 576,916 0000000000000000000e8dc263bd1d5c6eec539bd17e6c9ecf9504b490b323bf 2,853 1.00/1.00 vMB 118
576,915 576,915 00000000000000000010ebf8588a8f05198091788020afae24a1719ac79330ad 2,349 1.00/1.00 vMB 227
576,914 576,914 00000000000000000016882d280142a8c1435bcaf5db89c6cc9476c80dd280c3 2,175 1.00/1.00 vMB 77
576,913 576,913 0000000000000000001d7d25d6de46ac3bcf0cf3b6cf6842ecb37bb37e54684d 2,856 1.00/1.00 vMB 277
576,912 576,912 00000000000000000024dc82c66a6899d78a6c438b22c16817b178e62b16d7e7 2,618 1.00/1.00 vMB 84
576,911 576,911 00000000000000000006cca582354e5d7d7f1fad01da889247a74d9f0fea4d8c 2,820 1.00/1.00 vMB 210
576,910 576,910 00000000000000000021f755012e0bf28e5ddebcec0e867e648031b54efd6920 2,868 1.00/1.00 vMB 161
576,909 576,909 0000000000000000001e73c607beb385ac7b1c967b0008b42b7673f1bd86d813 2,181 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.