Loading Tool

Explorer IconExplorer

Memory Pool

36,391 transactions
28.24 vMB
0.06314716 BTC
Random Selection Loading Transactions
Max Size: 141.88/200 MB

Candidate Block

Mining Attempt 85b378e25bd660cc0c8f53cb0d40c29e823af4d7c1c2694edaff66e009de0a9c
Version 20000000
Previous Block 00000000000000000001da679658719cfccc2653ecbf8d9a60db7cdf4fd801ac
Merkle Root 935621f9eefc2c284f7219ab1a603f5b12d3b7e037bc673d5cc01c60cd31829c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,621
Size: 1.00 vMB
Total Fees: 0.00888104 BTC
Feerates: 451.74 > 0.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,538 (332,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,685 581,685 00000000000000000002197766bb86dbb148a2e1d328fbe74683d7b6164ea7be 2,479 1.00/1.00 vMB 89
581,684 581,684 0000000000000000001e7941b7597be43ccb193d16399f239facb1ea5ed3bce0 2,501 1.00/1.00 vMB 106
581,683 581,683 0000000000000000000ca97151102d80a568b5926c046c50119e87f19b9bac20 2,143 1.00/1.00 vMB 102
581,682 581,682 00000000000000000009e45d6d19f3b69db306f0a0bd3e555954b611c8e52b0b 3,158 1.00/1.00 vMB 106
581,681 581,681 0000000000000000000a1baa4adf6e1c2a739948ea78133250be35523c45d172 2,097 1.00/1.00 vMB 107
581,680 581,680 00000000000000000023a3ca6d7a7acef7bfe53321d5566a178b6aae8550ed7b 2,928 1.00/1.00 vMB 137
581,679 581,679 00000000000000000002797a475f6b6fceec6173402b504b777ce3470c146bce 2,701 1.00/1.00 vMB 133
581,678 581,678 00000000000000000024f8b207361523e765680c3dcbd5e1dfddb0e57f596980 2,291 1.00/1.00 vMB 96
581,677 581,677 0000000000000000000093af06700fae96534773b62a05e14be6cbc4dacf5ece 2,341 1.00/1.00 vMB 92
581,676 581,676 00000000000000000000532ae89cbba7df23a0a06d5f4913087b70abd927fe25 2,578 1.00/1.00 vMB 107
581,675 581,675 00000000000000000025b77d3760f988d8c0b0a9d29af13781795b76f67f99d1 1,889 1.00/1.00 vMB 77
581,674 581,674 0000000000000000001d46ec7ad9c8abc98132cd3c72fc5c7008622002b96b08 2,632 1.00/1.00 vMB 107
581,673 581,673 00000000000000000017e99814813756285cff39bfc3894b6285df68a24ea727 2,883 1.00/1.00 vMB 141
581,672 581,672 0000000000000000001bf77d7c07304967d4defcf8cd0ccb1609ccd54c668e29 2,289 1.00/1.00 vMB 97
581,671 581,671 00000000000000000005a3eb6f04df91cfcc2689724f2314f337824ec62d5c76 1,513 1.00/1.00 vMB 103
581,670 581,670 000000000000000000070ebd7ea308d789328c1e7f024eb006cb6abb3b6a2382 2,876 1.00/1.00 vMB 122
581,669 581,669 000000000000000000060b0d656d7eed6f5f44c97a630b4a43d1f5827086f53d 2,454 1.00/1.00 vMB 106
581,668 581,668 0000000000000000001d12265083834867417005f230393f8f0eb02b25637d91 2,886 1.00/1.00 vMB 143
581,667 581,667 00000000000000000015f30e78c2dd116362d9b5053bfd3784c9b2030fbec05a 2,048 1.00/1.00 vMB 37
581,666 581,666 00000000000000000020b8bcea93b01996e6ae644df04e98d2e64101ba25123c 2,104 1.00/1.00 vMB 43
581,665 581,665 000000000000000000045c3add3e9042d98494c4d350701e0f0daa2e159411dd 2,959 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 781.57 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: 622.41 GB
    • Received: 11.32 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.