Loading Tool

Explorer IconExplorer

Memory Pool

77,168 transactions
28.69 vMB
0.09445951 BTC
Random Selection Loading Transactions
Max Size: 173.89/200 MB

Candidate Block

Mining Attempt 5e9106653b3d44abc24351df07ab8a75da627cdd25dffd38aed2c8fdf1d6d8ce
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 88cd326ecf1ca9254af77e92a7374d916d828209da22ea090b6001d395552a6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,476
Size: 1.00 vMB
Total Fees: 0.03480846 BTC
Feerates: 101.64 > 3.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (287,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,240 627,240 000000000000000000028abd87137b0e3e19aeb86e9a2ea1a474755ebac83dcc 1,291 1.00/1.00 vMB 24
627,239 627,239 00000000000000000005dcad9a2816539f4a7feb10c892c2e2741d91d2eb0e3b 1,970 1.00/1.00 vMB 33
627,238 627,238 00000000000000000004721605959ff0c3bb550bb5d782028e407fa9d0d40f33 770 1.00/1.00 vMB 21
627,237 627,237 0000000000000000000e1c4961e58d3a66ebeb642f984000a9be931c5f551aa4 2,515 1.00/1.00 vMB 33
627,236 627,236 0000000000000000000e2cf6fa4612d6b4e79620c9dc1c5df0eaa3662325a8b2 1,511 1.00/1.00 vMB 31
627,235 627,235 00000000000000000006c243ae2fc0dd8ffd4fad2b4a56272768c1d72abca01f 2,701 1.00/1.00 vMB 16
627,234 627,234 0000000000000000001017d6a13bca4be3f989eb04aa6d300e4cec92d421717e 2,171 1.00/1.00 vMB 12
627,233 627,233 00000000000000000009332c853b684f77c637a6783fe1822d31b9c9cfc54421 2,917 1.00/1.00 vMB 20
627,232 627,232 00000000000000000004dbe7af92b13e5cdcb80395c14ab95a45d5dcea565305 2,385 1.00/1.00 vMB 39
627,231 627,231 0000000000000000000c94392fa931cdc48fc557bb88f4bdaa8019cbf099f0b0 2,664 1.00/1.00 vMB 24
627,230 627,230 0000000000000000000a52f25833967b3ae8f34f43b5814dd28b63ccf1a89e48 2,912 1.00/1.00 vMB 27
627,229 627,229 0000000000000000000c5afe414540eebde9b352bf4508fe6d8746e1b1d9922d 2,422 1.00/1.00 vMB 29
627,228 627,228 000000000000000000109809099d6384a3b8c6ec89bfef5465d5073f5bf115aa 2,782 1.00/1.00 vMB 41
627,227 627,227 0000000000000000000ab26e488a77a3a92318e0477ab573a6013d1e11d6cd96 2,457 1.00/1.00 vMB 18
627,226 627,226 0000000000000000000ea2f6a403d8ea6f8aa64186930286dac346b5033e6a21 2,533 1.00/1.00 vMB 28
627,225 627,225 00000000000000000004ea17a543e39ff427ec9ab5d724ea12a25b59674eb9d1 2,177 1.00/1.00 vMB 40
627,224 627,224 00000000000000000002075fe3802b2d59cd4a767308e01a034bdd7f9c8ff445 1,922 1.00/1.00 vMB 23
627,223 627,223 0000000000000000000e4c5c4dd05932fb84aefe6a92e687706d439e31e09bda 2,286 1.00/1.00 vMB 35
627,222 627,222 0000000000000000000b228a044b839a491c6b4f979bce0c27f083016c9435a7 2,038 1.00/1.00 vMB 30
627,221 627,221 0000000000000000000afde88a915a27a083df2e52283f11d35fef93b4f7ef37 2,274 1.00/1.00 vMB 26
627,220 627,220 0000000000000000000cb02641f622a21eedad13e5116bd3abdf7e23be04bcf0 2,556 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.