Loading Tool

Explorer IconExplorer

Memory Pool

13,492 transactions
10.60 vMB
0.03663003 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.73/200 MB

Candidate Block

Mining Attempt 04a2f952af99a92c12a58b82b67b3fec8f23551faf61265be2e58bd1d97a1f75
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root 0f75898df0fff8676d0aea063e69f7f81b26b294491bf9604a7195dfb67ef3d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,997
Size: 0.99796325 1.00 vMB
Total Fees: 0.01964642 BTC
Feerates: 103.55 > 1.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (821,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,601 92,601 00000000000d1be55ce347229534b6760693be12981473a621378f01e259c0db 1 0.00/1.00 vMB 0
92,600 92,600 000000000007945a98b6c640decf9d3115aa088092f982ac66d4731ecf0d45aa 1 0.00/1.00 vMB 0
92,599 92,599 0000000000051ee007e47424792beefb959d1acda7defafa3aa05d0cd0807853 1 0.00/1.00 vMB 0
92,598 92,598 0000000000079a80cd05bc2350ce4aabfb36a84c19c4c6c4dbd513c301775f21 1 0.00/1.00 vMB 0
92,597 92,597 00000000000a23689d49335dfdc08a172e6f7779c37129fdc2c99bf42163a07a 3 0.00/1.00 vMB 0
92,596 92,596 00000000000b93d219d761d9cca58a7b6a477507108f1ef262026da2ac0b30ff 1 0.00/1.00 vMB 0
92,595 92,595 000000000001a276823b87bd9fb73caf3a8cbf9ee6c479086a906733a75dba82 1 0.00/1.00 vMB 0
92,594 92,594 000000000002c8ea98433ea6b0d16d7cff60b7075896cf095ae0ae0de5a93e28 1 0.00/1.00 vMB 0
92,593 92,593 0000000000080ed0d82a690fa55eb27d2cff867cc32c5e60abe7532b69a7594a 1 0.00/1.00 vMB 0
92,592 92,592 000000000001e382bdf63a76aac17e8fde4da5edd9c912e6cf3c32803706b70a 1 0.00/1.00 vMB 0
92,591 92,591 0000000000065df5650af8bc0da4483818af17869f261011681228bb7701bb9b 2 0.00/1.00 vMB 0
92,590 92,590 00000000000d63aa47f2028662e719a69cdc628562be345e8abd7108dc29bb2c 1 0.00/1.00 vMB 0
92,589 92,589 00000000000d06f02a8c656fc0ebff75221f88701520a4caa25dc0994cef9bee 1 0.00/1.00 vMB 0
92,588 92,588 000000000004b6d5bfbe26bf278a0e5f5a30217c920000913dc346b9ee612d83 1 0.00/1.00 vMB 0
92,587 92,587 00000000000ac101a266b35209731390eeb99549429c9b2e2d1b2bcd6fba4a72 1 0.00/1.00 vMB 0
92,586 92,586 0000000000002862b186fc622ae9f3e1fb9dd6f365881668defb0f8478f4d657 1 0.00/1.00 vMB 0
92,585 92,585 000000000006ef37c1790a0326ba8eb7da0de22b896826255af4d9a9ec35d785 1 0.00/1.00 vMB 0
92,584 92,584 00000000000af7e1f85e60d681a5c21bc85eb78f8f3975ee8584f0de96a72ce6 1 0.00/1.00 vMB 0
92,583 92,583 000000000006f04bd88133a1e5574e86d5c9dc7f02661ad4a8f6c4c0a365f15a 2 0.00/1.00 vMB 0
92,582 92,582 000000000003af76c6712bf645425feb449cb148d14e19a55fd6421353918545 1 0.00/1.00 vMB 0
92,581 92,581 00000000000b847f9ead284f30a3753ca9cfac40240f6f46f30644cbc2bb2747 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.94 GB
    • Received: 4.49 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.