Loading Tool

Explorer IconExplorer

Memory Pool

75,998 transactions
28.30 vMB
0.08571495 BTC
Random Selection Loading Transactions
Max Size: 171.17/200 MB

Candidate Block

Mining Attempt c0e3bb3ea0612624da1fecb3e77a87b1ac33254035a2063f349fd42cf4ed3741
Version 20000000
Previous Block 00000000000000000000440e4558a936519a33c093ac7ba767b097ea0c94dc70
Merkle Root 2b76b956f20eec1b6785a7c121282119d77dd61f1ebcd29e49125474c87ebe78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,245
Size: 1.00 vMB
Total Fees: 0.02252155 BTC
Feerates: 100.27 > 2.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,296 (278,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,089 637,089 000000000000000000019d75e0c5c1206a28476270b5a731cb8f022ee4c892d5 2,769 1.00/1.00 vMB 33
637,088 637,088 0000000000000000000a14bba36ba7eb0d4959915aa0165dee5fd1916028d052 2,866 1.00/1.00 vMB 42
637,087 637,087 00000000000000000008b62351b364eff7c85d0ac240bec86973f947e71b0402 2,756 1.00/1.00 vMB 37
637,086 637,086 00000000000000000002db32104b3000c2bc99f8432be39eb3dd2686824fec7e 3,102 1.00/1.00 vMB 39
637,085 637,085 000000000000000000069390602cbbdcb3f6869f6a5fcbf8d426025e76f60893 2,163 1.00/1.00 vMB 40
637,084 637,084 000000000000000000019ce02e3c57ffacbb3045381e0b5678a8a7b2728a52eb 1,668 1.00/1.00 vMB 40
637,083 637,083 000000000000000000072eb3d8f8ab08f26e194dd35c9accb57f636ac9007329 2,759 1.00/1.00 vMB 39
637,082 637,082 00000000000000000010ee126b60a1abe360dbb6d81933d8ce46c66f10aed638 2,367 1.00/1.00 vMB 46
637,081 637,081 0000000000000000000236d0cd5f8fd3bb3f14b45e99e97ff49cb40c313e3445 1,032 1.00/1.00 vMB 44
637,080 637,080 000000000000000000103511eaad71044b606aa1ce7d2ca95016ca1850267e06 1,405 1.00/1.00 vMB 47
637,079 637,079 00000000000000000008b2a8fb505c2becb78e256b2e60df9a059048dcf6a2d3 2,203 1.00/1.00 vMB 51
637,078 637,078 0000000000000000000ae7009587b76e0089e5cb22a56b2cb4c0ef505e3ee747 2,262 1.00/1.00 vMB 49
637,077 637,077 000000000000000000074da6c73b7e357306af55d1512850ee5a3941f067f2b5 2,741 1.00/1.00 vMB 45
637,076 637,076 0000000000000000000da3a1a1496b25e35d1cf33c737e877800cc4f3a898797 2,678 1.00/1.00 vMB 52
637,075 637,075 0000000000000000000251c1e9b7995a1b519dd0341b446eecd3c2df0c29801a 2,623 1.00/1.00 vMB 48
637,074 637,074 000000000000000000084913dd86257072668fd4edbc7da85e00ea860d2f039b 2,483 1.00/1.00 vMB 41
637,073 637,073 0000000000000000000818d9ac937a6451b5262cc45c241fc53aa546baf5610d 2,839 1.00/1.00 vMB 48
637,072 637,072 0000000000000000000b83dd8b5891ba9dffa52b0f17b5a571e00c5d9feb8124 2,202 1.00/1.00 vMB 37
637,071 637,071 00000000000000000001e9d1f0452c69a527f625bdc5141da3290333a9c89c67 2,385 1.00/1.00 vMB 45
637,070 637,070 0000000000000000000a555fef8221f4226a91ec03e1a9d6312cef98f2609a0b 2,141 1.00/1.00 vMB 43
637,069 637,069 0000000000000000000dc66a5c02a92eaec8d4392e1eb0abcab38f7b0f5a0765 3,397 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.90 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: 713.66 GB
    • Received: 17.44 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.