Loading Tool

Explorer IconExplorer

Memory Pool

34,909 transactions
28.53 vMB
0.07579173 BTC
Random Selection Loading Transactions
Max Size: 141.81/200 MB

Candidate Block

Mining Attempt fcd5ac47d6aef7e917f1c200026aaea5e5b0e1c956be13e2b04094cbdc100365
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root c7e19fbcf00ae27f4cfb29161f4dea6b4babbe7ed79808ed5fc701e48941c240
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,453
Size: 1.00 vMB
Total Fees: 0.02031507 BTC
Feerates: 101.65 > 2.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (676,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,752 237,752 00000000000000d105970fcfc97f0e73508103dfb3efc0e5198562b47bb8b5a6 277 0.18/1.00 vMB 177
237,751 237,751 0000000000000179abce84b08f837dd7bde95719cc9b2dbd1be423b972e19355 434 0.21/1.00 vMB 150
237,750 237,750 00000000000000256435e86b37a2e5fc09915c07f65a65c2fd276cb29c7ce84a 318 0.10/1.00 vMB 55
237,749 237,749 00000000000000934ccca4e7751ffd4c5ce58b91ae85ffc9b5ba9c207e295bfc 602 0.25/1.00 vMB 180
237,748 237,748 000000000000002d69941694bb0ad6c815157ca2a4b1513ced1728a31b199170 212 0.10/1.00 vMB 125
237,747 237,747 00000000000000ba5c5b7fb26531a96f48c53cbba404db66bbb01385ef97868f 425 0.23/1.00 vMB 147
237,746 237,746 000000000000012b53b7b0ec174fb6004f19a09428a73bee490fb4afda2543fb 176 0.08/1.00 vMB 118
237,745 237,745 000000000000012b9d88b81b21aba501a83b19762ea1c45d10355ec5a1051585 358 0.15/1.00 vMB 188
237,744 237,744 000000000000003697c68fb378c5bbb6828b217d5d466be8df9d8bdca6c48e37 269 0.22/1.00 vMB 96
237,743 237,743 0000000000000022a64ba96de60b81fbe163f1defd84faee8dbf99d258cb3294 687 0.25/1.00 vMB 226
237,742 237,742 0000000000000009143891f6e31f1ce3893a490a53f2fc2172c8fb7f8dd1f5ad 143 0.08/1.00 vMB 126
237,741 237,741 000000000000014ee2ce47d5660b96b9f9aed4a1c8f081a2da9d10225f6dfd72 90 0.03/1.00 vMB 55
237,740 237,740 000000000000000cd8773940babded57260cd075706c6f4eba9102c5a7dd0c1b 216 0.10/1.00 vMB 157
237,739 237,739 0000000000000175d4a11f6ffcebb10403fe6b9ef3ca1a6981c89d8aec035971 404 0.19/1.00 vMB 152
237,738 237,738 000000000000004271e7e4af0e677ee6aa97863f3f3c3d0b762f8eb519e1299d 272 0.14/1.00 vMB 91
237,737 237,737 00000000000000cc336a9b55a81be866a5cbbc03a289e51d82b0e69cec8c4600 265 0.17/1.00 vMB 82
237,736 237,736 000000000000001156187dc8e2c07dc059b05b050c5ee58b0c959cdbbfa434fa 449 0.25/1.00 vMB 142
237,735 237,735 0000000000000119529a91d4f16c2f50b1bb334c11c01b85be6e7102fa49a221 181 0.21/1.00 vMB 81
237,734 237,734 000000000000009b98869d274f62e0ae45949786b1d297f81db38094f870894b 574 0.25/1.00 vMB 188
237,733 237,733 00000000000001263c7eb070a6a22a6f5d77ff2d731b5f8ff749a4adefd8110d 300 0.25/1.00 vMB 150
237,732 237,732 00000000000000419d804b4342427093ff31e8cbd746beb320314b6e1a82b3b2 380 0.25/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.54 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: 617.03 GB
    • Received: 11.18 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.