Loading Tool

Explorer IconExplorer

Memory Pool

51,979 transactions
31.45 vMB
0.11230993 BTC
Random Selection Loading Transactions
Max Size: 167.79/200 MB

Candidate Block

Mining Attempt 93b3063823c37df3e043648f65fd7884f7f466746c2881fc3238434ae5ed50a5
Version 20000000
Previous Block 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1
Merkle Root 43ee778b84b4947eb66a4f7cc8c44236d0c1beb1d736b4bb3d54dc08b05adfc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,177
Size: 1.00 vMB
Total Fees: 0.02391753 BTC
Feerates: 100.87 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,820 (348,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,893 565,893 0000000000000000001a03613c63b27ad6e698302206f545ce880dde7e59e407 2,680 1.00/1.00 vMB 24
565,892 565,892 000000000000000000077e9be767c37deb4915fc137b3be7b632b69a3aa5442e 2,265 1.00/1.00 vMB 25
565,891 565,891 00000000000000000021578d227e96228db094da68b2a22bd3115724ee25a675 1,141 1.00/1.00 vMB 30
565,890 565,890 00000000000000000003e8e5bbc6a2db18726fb25521f133a45ef79f282dce73 1,161 1.00/1.00 vMB 30
565,889 565,889 00000000000000000014e8b26b485d4acc8084ab6b50a5289ef1236ae394aed5 1,304 1.00/1.00 vMB 31
565,888 565,888 0000000000000000001965a6b53054e308a8a11d07564d3c1a838a15404acc81 2,052 1.00/1.00 vMB 20
565,887 565,887 0000000000000000000ac6276b7d0a21d34d6c099218483696ae13f7f0889103 1,226 1.00/1.00 vMB 28
565,886 565,886 0000000000000000001fef6c5ee24d68beeb1ae901e77fe9860912858e9256fb 1,564 1.00/1.00 vMB 24
565,885 565,885 000000000000000000152425cba78d3c3e2c26fa3711467444ec0af6fb7a1ee4 1,556 1.00/1.00 vMB 23
565,884 565,884 0000000000000000000f6456ed520a0ed46442491dac75a29b2c15da0768d68b 2,157 1.00/1.00 vMB 28
565,883 565,883 00000000000000000006289e514bacc97805223456decaf033c5055671669cf2 1,272 1.00/1.00 vMB 26
565,882 565,882 00000000000000000022b0eef1a889cab3a06d19fa78d0c1c1c85f5437ac0156 1,924 1.00/1.00 vMB 32
565,881 565,881 0000000000000000001f2a285e6910b5869013867a4b2c4b3097c62f3f92fe5f 1,567 1.00/1.00 vMB 30
565,880 565,880 0000000000000000000a10718778b265d05bcdc65e6872645b37a8f554c83292 2,622 1.00/1.00 vMB 43
565,879 565,879 000000000000000000014358180889c7fab7968fb95995ba3a5ed35a07147589 2,489 1.00/1.00 vMB 40
565,878 565,878 00000000000000000006e8394d936212d4265b783b517d260a93a81ec65403fe 1,019 1.00/1.00 vMB 26
565,877 565,877 0000000000000000000e57dca8122f3748d71b1ad57c40eee2c03b526d0355d8 1,783 1.00/1.00 vMB 26
565,876 565,876 0000000000000000001862e6324e8b8ae9d383eaaa1bf3c93666bad15a0b0d27 2,556 1.00/1.00 vMB 44
565,875 565,875 0000000000000000000cf8f1e540295991289f08488e580ccb408b9f4b4a6f3c 2,508 1.00/1.00 vMB 19
565,874 565,874 00000000000000000015cbe3af8a6c1dc3c82b381843cdc1d9b6a512a8e505a8 2,946 1.00/1.00 vMB 23
565,873 565,873 000000000000000000283219d0a04d0e43e2282248abbc1f8f792a467cf67739 2,786 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.07 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.23 GB
    • Received: 13.50 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.