Loading Tool

Explorer IconExplorer

Memory Pool

80,450 transactions
29.69 vMB
0.06854633 BTC
Random Selection Loading Transactions
Max Size: 179.21/200 MB

Candidate Block

Mining Attempt 0a7e2e37d16c34be592c16ef3bb5e1a8f390f9d962933ffda12af4e7664a5234
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root db9553a94ef398c4d85c5858ef2434446c7e88322cb5467a10a577eda2f7678a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,150
Size: 1.00 vMB
Total Fees: 0.00818757 BTC
Feerates: 100.36 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (135,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,024 779,024 0000000000000000000328ba53a6c13347610ba70f42afb8d500cee35e8dea41 1,673 1.00/1.00 vMB 22
779,023 779,023 00000000000000000004d4826d64ad695a1feba5a9358716f9e87bd82c977e27 2,697 1.00/1.00 vMB 19
779,022 779,022 000000000000000000000b502a972ad4e31ea7138c689e52871f2f7951371f14 2,856 1.00/1.00 vMB 19
779,021 779,021 0000000000000000000365d4e3ae49084019aa3f7cf5fc555dd6fa3c79860db0 2,230 1.00/1.00 vMB 22
779,020 779,020 00000000000000000003403bfe67e7ef3cf22eb55b91ba4ab49d747ae10fd17e 3,227 1.00/1.00 vMB 30
779,019 779,019 0000000000000000000081ddef4551e7c3c17afeb3d877d93faffb11b509b317 3,534 1.00/1.00 vMB 28
779,018 779,018 00000000000000000001c14225c069b9bbb63c931917b84142f6bd5cece56843 3,558 1.00/1.00 vMB 31
779,017 779,017 00000000000000000003dbf1087ce759a3d11391772088076e4645290672b5e8 3,438 1.00/1.00 vMB 25
779,016 779,016 000000000000000000023ee52c40b9e33c6321efce38ac67a5e8c9c55fe52905 3,321 1.00/1.00 vMB 28
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
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.