Loading Tool

Explorer IconExplorer

Memory Pool

71,140 transactions
31.18 vMB
0.08373360 BTC
Random Selection Loading Transactions
Max Size: 178.66/200 MB

Candidate Block

Mining Attempt 6b77c4ad350f7b90074e74f177c5edee5eb706628907b922b48a03e3ebc3c7f1
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root c66fa0e358c2a8edd6566b5c45fee8768696f6fde980c2795f31b2725fa71115
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,194
Size: 1.00 vMB
Total Fees: 0.02248889 BTC
Feerates: 150.93 > 2.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (135,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,013 779,013 00000000000000000005f8cd725e2e449914218a1d18b829ff8c40c8855580a6 1 0.00/1.00 vMB 0
779,012 779,012 000000000000000000066c42cb93844e20f1a96e41863fbf362cadcd94b27dad 1,536 1.00/1.00 vMB 30
779,011 779,011 0000000000000000000505975d616f028422ac0b2d1b039d95e680bcea3ccf80 3,323 1.00/1.00 vMB 47
779,010 779,010 000000000000000000061868366ee5e4f0494bd16c15b9476f855f40f5542c87 4,124 1.00/1.00 vMB 29
779,009 779,009 000000000000000000012f3ae30f5e9aa1ffeeef3532b30fbc62a81d7a8d0c3c 3,276 1.00/1.00 vMB 37
779,008 779,008 0000000000000000000236d1d7df1d995e06dca4afbebbf792ef0229d5c478db 2,178 1.00/1.00 vMB 12
779,007 779,007 0000000000000000000087797b330afff78fc31d5827da60f168398c9417f4c5 3,510 1.00/1.00 vMB 27
779,006 779,006 0000000000000000000027e25be1476ace51de276df5ef1f6bb61fe728c40159 3,011 1.00/1.00 vMB 14
779,005 779,005 00000000000000000004e1e16b5167c73263802014f8c279b02e1533e79389f4 1,132 1.00/1.00 vMB 17
779,004 779,004 00000000000000000004f819cca2b6b07299e5efcb6892ffb42a3b6f35f537c4 2,618 1.00/1.00 vMB 18
779,003 779,003 0000000000000000000106eb0ffe98239e2e332dbb92b71f7f6a63589ad0e427 3,468 1.00/1.00 vMB 31
779,002 779,002 00000000000000000004bf6b3466662d499bb4374345a2b2836e99fe2d794670 3,674 1.00/1.00 vMB 32
779,001 779,001 000000000000000000058b67a7b18a15b476965e402956cfba4f8e8a434fd2c7 3,499 1.00/1.00 vMB 27
779,000 779,000 00000000000000000002393e0884032b3c59c453c05af4b4087dd8a8f367dfaa 1,882 1.00/1.00 vMB 20
778,999 778,999 000000000000000000064b634759d7950ee354c6bcb2b29df2e86cca9547a2ef 2,638 1.00/1.00 vMB 15
778,998 778,998 00000000000000000002be4c01515a1d2f4293bfbf33870592cde0f3ded80b8a 2,581 1.00/1.00 vMB 20
778,997 778,997 0000000000000000000040637984680c3448c4b01480e0256e82829d6aa249ca 3,677 1.00/1.00 vMB 31
778,996 778,996 00000000000000000003a266e4d94099ca3944ac29ccf4ef065979cbafe9d776 3,444 1.00/1.00 vMB 19
778,995 778,995 00000000000000000001798f4ef4c881978f2ead703c8a61c35f1b923da75b13 3,335 1.00/1.00 vMB 26
778,994 778,994 00000000000000000000b2826e85fcd0538686c342efcc80361e2918e82324a0 4,093 1.00/1.00 vMB 23
778,993 778,993 000000000000000000036727a779816815ca1688e4a251a540c563d2628fa145 3,211 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.