Loading Tool

Explorer IconExplorer

Memory Pool

80,652 transactions
29.77 vMB
0.07078982 BTC
Random Selection Loading Transactions
Max Size: 179.62/200 MB

Candidate Block

Mining Attempt 16952d1a268790511763ad8814bc78251c548f4eabc71a51c9844c52b5b53d57
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 0a22926985ab9b5f0bfa8dda50d9ffbc2feddfddc5e426a7ad2d4c6f426b218e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,794
Size: 1.00 vMB
Total Fees: 0.01008199 BTC
Feerates: 100.36 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (135,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
778,992 778,992 00000000000000000004a4d62e2bdf79cd1e1fbb6db5ddfe6e207e19881b1ac6 3,616 1.00/1.00 vMB 30
778,991 778,991 000000000000000000047092dcdfa4acfed899967aa6a4bfff59078bdf92ee6f 2,488 1.00/1.00 vMB 26
778,990 778,990 0000000000000000000261a1e91c107bb5fa3809f6cc641b2d5346c077166c3d 2,850 1.00/1.00 vMB 42
778,989 778,989 00000000000000000006713bfaaef68956f481428cc02ad41e7337248507c9c2 3,947 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.