Loading Tool

Explorer IconExplorer

Memory Pool

88,434 transactions
32.21 vMB
0.13888780 BTC
Random Selection Loading Transactions
Max Size: 195.16/200 MB

Candidate Block

Mining Attempt 0deb7b72c2e7f3649d5bdd3cf4889d833fc99e9362f71c47bcd5d5e6118c0a2e
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (394,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,601 520,601 00000000000000000019e01eb0abbf89e0b4b1850f43ec8805b61fa876e2f572 1,112 0.48/1.00 vMB 41
520,600 520,600 00000000000000000008ae710eee7c7608fb85e0962be7e09e0efcbca099e2b3 52 0.01/1.00 vMB 49
520,599 520,599 0000000000000000003d4989adec4137b79c6ab103bbcc11d36f378f49ef6c6d 1,652 0.62/1.00 vMB 41
520,598 520,598 0000000000000000001536609d8ecd7063b30be333a3702a37215833e192093e 1,140 0.40/1.00 vMB 43
520,597 520,597 0000000000000000000ec3a11ef44ed59dd43ce25c378091a545f3cae07e79f9 344 0.12/1.00 vMB 36
520,596 520,596 00000000000000000020e5945276de352dd664e374bdd97ebda057a2efa432a3 907 0.29/1.00 vMB 44
520,595 520,595 00000000000000000005279e60c958aa1fb82cd6b827bf1aa0ff66292175cde2 670 0.25/1.00 vMB 58
520,594 520,594 00000000000000000043823f5f2aad69808b2ef66d2f5339e5624aafa68ae512 1,054 0.50/1.00 vMB 46
520,593 520,593 0000000000000000000629ac7fb72ae58c1e825628da429edbfa9424f15fdf22 2,021 1.00/1.00 vMB 11
520,592 520,592 0000000000000000003b43afe749305f600c23d341aea510c1d3e1cb2ecc6994 2,853 1.00/1.00 vMB 33
520,591 520,591 00000000000000000015ecb038fe86df120cd363886f791ccd025591791c04ba 2,233 1.00/1.00 vMB 66
520,590 520,590 0000000000000000000b93fb7824728ba42faea4c5ea22ecc44bc6e8fab99582 1,857 1.00/1.00 vMB 30
520,589 520,589 0000000000000000000c619e6014059cf5bab4f13e56b2771a0034693de155eb 2,538 1.00/1.00 vMB 28
520,588 520,588 000000000000000000153f3b6414a179c944c6e7da3f2fbaa322c627848f9fb1 2,073 1.00/1.00 vMB 34
520,587 520,587 000000000000000000078d281f754ce12b8c7eeb7528d3fa7a75972e65dd1220 1,671 1.00/1.00 vMB 4
520,586 520,586 0000000000000000002380d8d759efe88ede2da5789057c126aa58ad1be97cf7 1,968 1.00/1.00 vMB 36
520,585 520,585 0000000000000000004527e87ad66096dbf3cf5c2c780eb0563859d46d3206e4 2,467 1.00/1.00 vMB 10
520,584 520,584 00000000000000000017dd8a64544a4dd9340bbe3c53e4b2b3e5cdaaef099a19 2,167 1.00/1.00 vMB 32
520,583 520,583 0000000000000000003821fe7d35b0666e214a9b7a8f6123c92b6a06b8d8348d 2,008 1.00/1.00 vMB 30
520,582 520,582 000000000000000000360c4691ee9ba557ac9d4a051d77ebcff5763613d2ec72 1 0.00/1.00 vMB 0
520,581 520,581 0000000000000000003f4797581eb68b9a7eeec3728821733e114cccba50cbcf 2,593 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.