Loading Tool

Explorer IconExplorer

Memory Pool

76,112 transactions
21.04 vMB
0.07423253 BTC
Random Selection Loading Transactions
Max Size: 140.44/200 MB

Candidate Block

Mining Attempt 3db3b0dc58bd0213cfacd07422120115dcbd6930eb55fa15c1d494028f0b5464
Version 20000000
Previous Block 00000000000000000001d004763c7593ba5a20d2f474adb18f835c6e283fc714
Merkle Root c9dff007762e4e1dd101eb00bde8f747d6828c8e183b4fdef7c95e8029a3c6d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,301
Size: 1.00 vMB
Total Fees: 0.02707974 BTC
Feerates: 181.27 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,008 (813,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,156 102,156 000000000001aad4adbfa2710bc7afbfd2f219571f334b6867adefc2ace596e3 4 0.00/1.00 vMB 0
102,155 102,155 0000000000024443da2a312df45c684f7e923b61e139210a48423ec93fd26a35 8 0.00/1.00 vMB 0
102,154 102,154 0000000000030e10f11b14f82bb759f0cb28644d45a9eef3ec8b9a7d499c5c69 4 0.00/1.00 vMB 0
102,153 102,153 0000000000030658ba38fa9d565820f97a86e036067c9b2e1d10bf83b4224449 6 0.00/1.00 vMB 0
102,152 102,152 000000000000e0bfcf3e91e6e0ad3fd3b67a10592b07a59ae0ea78227fe65c6d 5 0.00/1.00 vMB 0
102,151 102,151 000000000000fdbdab9a3ec8a9b6875364031486fbcdc9f195323528cadcbc0f 1 0.00/1.00 vMB 0
102,150 102,150 0000000000033f1c2a4993590c1d80a31782511bf6c6d0bd8b24628a9daa34ab 21 0.01/1.00 vMB 0
102,149 102,149 000000000000cb5d387ba4a8b51e81956b4e22467fb862f78c870bceb9542f7b 14 0.00/1.00 vMB 0
102,148 102,148 000000000000b135c28086a2526b46a90a91064aac1b4e867a9a5ee041644311 12 0.00/1.00 vMB 0
102,147 102,147 000000000002ba1b24ef880f37a13d7f9a98dba549f6dd95f03f43dda9092aaf 11 0.00/1.00 vMB 0
102,146 102,146 0000000000039184439c77e06c712f97ac49771933503597f9065d27a55b0149 13 0.00/1.00 vMB 0
102,145 102,145 000000000000a2ce3aa296b54d22de8b2eacae4f4cd9e27a8b36813e79473ee1 12 0.00/1.00 vMB 0
102,144 102,144 00000000000052f775f9d07908272c634f959095fba228765920aa022d56e129 8 0.00/1.00 vMB 0
102,143 102,143 000000000001dac7fa6633456e2e388373606128c5c78b2aa635a368e8b3d30c 14 0.00/1.00 vMB 0
102,142 102,142 000000000002a54fba7ada4f5fd09a865cdcd4206d68e45a2e04c2fa721c0d47 13 0.00/1.00 vMB 0
102,141 102,141 000000000002546206488c8190e936b582e3de592fe1594a1082178ea3d53d43 13 0.00/1.00 vMB 0
102,140 102,140 000000000003cf14c4e9a833b7d38346544a5b774b11a5b35c27a8bd51973e7c 14 0.00/1.00 vMB 0
102,139 102,139 000000000003763e12e002cc40b4283cd2c8b7b42a3454ff2a1adcc829be47d9 12 0.00/1.00 vMB 0
102,138 102,138 000000000002fc372ef71afb10705581dc6d77e6604b008966c51a1e366eb325 14 0.00/1.00 vMB 0
102,137 102,137 0000000000006d9276b119cb1b93fd0450b50682dcf54372119714b28afcc250 4 0.01/1.00 vMB 0
102,136 102,136 00000000000115712f38825dd6c8518bccc95a92bef41644c79a9cd304f67381 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 809.92 GB
    • Received: 23.31 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.