Loading Tool

Explorer IconExplorer

Memory Pool

59,968 transactions
29.36 vMB
0.06407460 BTC
Random Selection Loading Transactions
Max Size: 163.00/200 MB

Candidate Block

Mining Attempt ed47df3db3e5fe356ee9c264a7df447a0dc2897367626e408f196567461c8af2
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 483272b0c441eff835c6d6eba3aad7e5e4ba6280fae197fcaa5cdc7c50edc007
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,768
Size: 1.00 vMB
Total Fees: 0.00758862 BTC
Feerates: 108.49 > 0.76 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (135,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,015 779,015 00000000000000000000b924118a7a5f7bc75592840fbf0bf28064f7d8afd9fd 3,519 1.00/1.00 vMB 32
779,014 779,014 0000000000000000000286de4f984a5780224af618cbc3101ba8e07bd9e55f92 2,775 1.00/1.00 vMB 37
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
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.08 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.