Loading Tool

Explorer IconExplorer

Memory Pool

45,901 transactions
29.11 vMB
0.14188803 BTC
Random Selection Loading Transactions
Max Size: 151.72/200 MB

Candidate Block

Mining Attempt cea79ac84947cc369e14a7e0b3fc2bac27824d879d6c2263ae51890d7a0138de
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root f596d180b855e8c8afcb0842aa755953dc4c43fa89c67b59256b5bef6edcf805
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.04320758 BTC
Feerates: 150.75 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (422,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,996 491,996 00000000000000000026986ffbf3136720d01dd432d2665468f53bebb4c6b1e4 2,518 1.00/1.00 vMB 181
491,995 491,995 0000000000000000008a7d662f1e220158722db48564ee971f165a02629f5861 2,188 1.00/1.00 vMB 153
491,994 491,994 000000000000000000083d9252ba32c8afcda5a615277cdc078baa36ae8a4fdc 1,924 1.00/1.00 vMB 155
491,993 491,993 0000000000000000004c76d4bab81a11c86840f3bbb5ffe03d1cddf53ceb412e 2,065 0.95/1.00 vMB 163
491,992 491,992 0000000000000000002172d94707264aba5a9438b9f6a3754a3b60ade40aa650 1,710 0.94/1.00 vMB 143
491,991 491,991 0000000000000000000a9a7fecac34d641b47b3d7955443a275e9c344c0c24dc 2,707 1.00/1.00 vMB 186
491,990 491,990 0000000000000000006dc0a848435a0f8b0dad48dab0dc473511e2038d865321 2,229 1.00/1.00 vMB 162
491,989 491,989 00000000000000000067a25a8d9bb72be82a0ad6030b79875da1e6a2db419cb4 1,938 1.00/1.00 vMB 146
491,988 491,988 00000000000000000018d411bce50a6d7dfecf2f580cdfafa4f4d161f9fe4725 2,413 1.00/1.00 vMB 195
491,987 491,987 000000000000000000664a0252b8b40b846793460e4c84145f99450ffea04e64 1,353 1.00/1.00 vMB 137
491,986 491,986 0000000000000000000475e3bdb9cab0593fc7bd7034d2099407e811e4ac261a 2,258 1.00/1.00 vMB 156
491,985 491,985 0000000000000000006827764ffd78bcc2febb7db10b1275bb110a246ebf6cd5 2,413 1.00/1.00 vMB 174
491,984 491,984 0000000000000000002999bc4673265e04419c5ddc073ad176153dc7e6b348f8 2,499 1.00/1.00 vMB 169
491,983 491,983 0000000000000000001b82751ac7e0eb3f67701bfdcd90e52923b9c322275620 2,531 1.00/1.00 vMB 231
491,982 491,982 00000000000000000021b331506b7ec2927a1d153c608d74b035f81be624f4ab 2,279 1.00/1.00 vMB 148
491,981 491,981 00000000000000000068ed3dcebbb16c6a2b637b9dfafef6aafd770315719e07 2,196 1.00/1.00 vMB 154
491,980 491,980 0000000000000000002e5aa2db6f9ab3cf3d81ce421dbd8cd1e0115e7aab01bf 2,045 0.93/1.00 vMB 167
491,979 491,979 0000000000000000006ce920324288b2222fc32a7b5c27622f759ec08624d527 1,959 1.00/1.00 vMB 152
491,978 491,978 000000000000000000478c05437cf261f4e5e04ade3e15a716aa51abb7d2f50a 2,246 1.00/1.00 vMB 189
491,977 491,977 0000000000000000008a54187b0f474c0d11437e2bb226fb77df5e56d14dac8f 2,680 1.00/1.00 vMB 160
491,976 491,976 000000000000000000a0478b6a24fd37763cc616460a46e588d80d1d43d3f301 2,760 1.00/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.