Loading Tool

Explorer IconExplorer

Memory Pool

81,525 transactions
31.03 vMB
0.08710618 BTC
Random Selection Loading Transactions
Max Size: 188.30/200 MB

Candidate Block

Mining Attempt c99dc85b89a587df56026841cc7b6dc3b350481005ca6e4b7621d326f576b701
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 4b813834dc266d525546dda2d9bc8905324d29bdfbc86ea70103018de9a5ddca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02023769 BTC
Feerates: 100.69 > 2.03 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (237,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,645 677,645 00000000000000000007f4d867219046641b51fb453a02916ac1a3e5de8f5091 1,962 1.00/1.00 vMB 33
677,644 677,644 00000000000000000008ab6df9afd847e3c675abd33316804fdcdbcf6f3bb063 1,922 1.00/1.00 vMB 40
677,643 677,643 000000000000000000029558436147971881fe1e41c73b4dd3d3a4429907a1c1 1,379 1.00/1.00 vMB 11
677,642 677,642 00000000000000000001e9213ab422e556b05f02c08b0bd4b26c9bfa1f35fe8a 1,129 1.00/1.00 vMB 17
677,641 677,641 000000000000000000040684b5f3fb7b7403b1d1b758c8e8e6c3ce1f6e5cdc08 2,011 1.00/1.00 vMB 55
677,640 677,640 0000000000000000000beeadcf0b45932a6a4157dfc4302eedfc2bfc45f8d6c9 972 1.00/1.00 vMB 68
677,639 677,639 00000000000000000006d97da836300c38c2e52f7b02b748d7de0098f9d0e1d8 1,562 1.00/1.00 vMB 96
677,638 677,638 00000000000000000006e24f24d5489213582c424358631678dae5b821db9baa 2,472 1.00/1.00 vMB 26
677,637 677,637 0000000000000000000183a4109f396ba4cc89f5ed132dce80531280a065c166 2,628 1.00/1.00 vMB 25
677,636 677,636 0000000000000000000ae9be2519ef1f384d317fa99fa1de9014894342076376 2,408 1.00/1.00 vMB 49
677,635 677,635 0000000000000000000c1fb91ca3097d6548f95f36b612af27780246332d5a1d 2,083 1.00/1.00 vMB 38
677,634 677,634 00000000000000000004564fe3447e25b7f1c419aa8bc89bebad07e06686da04 1,727 1.00/1.00 vMB 47
677,633 677,633 0000000000000000000a505fea99eb8a8869bd9aa5d291358823550ba50a09da 2,177 1.00/1.00 vMB 60
677,632 677,632 000000000000000000046b387d6534a7d8d2f3a5b5ef31ac3c081c7afbb0700c 1,912 1.00/1.00 vMB 53
677,631 677,631 0000000000000000000aefa24301923fe2933518ceebf562f98765cb1d7c7121 1,584 1.00/1.00 vMB 68
677,630 677,630 0000000000000000000b02ec67b1610d809f445a701ebe92d7a4ea37e5d04f55 2,263 1.00/1.00 vMB 49
677,629 677,629 00000000000000000005b66f66dc4493383bea52a5b7ca8cf866eb2bc83ea250 1,709 1.00/1.00 vMB 39
677,628 677,628 00000000000000000002382b9b23cdafc31d81d1897e7cbee5b293532a38e9d7 1,626 1.00/1.00 vMB 38
677,627 677,627 000000000000000000077d0c2b21b978fb1467a9106b2ee92510ba2836cd7067 2,320 1.00/1.00 vMB 39
677,626 677,626 00000000000000000006163e97507d2ba90f75f3a13b3255f0026b4de8434991 1,287 1.00/1.00 vMB 43
677,625 677,625 00000000000000000009db9a7d7c60a5ad0e466fd356b171410756dea8334e27 2,437 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.72 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: 702.34 GB
    • Received: 16.63 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.