Loading Tool

Explorer IconExplorer

Memory Pool

40,290 transactions
28.17 vMB
0.06054703 BTC
Random Selection Loading Transactions
Max Size: 143.81/200 MB

Candidate Block

Mining Attempt 83f2e6954b65549bdb0edf28274e5e6cb3bb434fe819de0e9fda12a2b9706baf
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 1c943b2c3e1c2a75752e75c295c1dbdcc6dd6780cccabe7e5099fcc725975b56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,455
Size: 1.00 vMB
Total Fees: 0.00635941 BTC
Feerates: 87.72 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (817,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,179 97,179 00000000000457aada0e6a075c9534af6e882c1fbf2f46cac42f3c24a3fb4f75 1 0.00/1.00 vMB 0
97,178 97,178 00000000000147566767f21f5e1f43e7863d0c41d307ea6062e7e0ee4184251c 1 0.00/1.00 vMB 0
97,177 97,177 000000000000f9c94d84381e3d809e426870cc78bf3daa5ffba834eed6c01753 3 0.00/1.00 vMB 0
97,176 97,176 000000000001fd9632aed8df964e418d7584ca7281c2457d56b456e507c8b50d 2 0.00/1.00 vMB 0
97,175 97,175 000000000001da8889a825ffaf0d2195ac68922c38b5598b9aa1049525da10da 1 0.00/1.00 vMB 0
97,174 97,174 000000000003a2f83be328b76d64d0d5e8838d4a5383dc591387c822622d1c2e 2 0.00/1.00 vMB 0
97,173 97,173 000000000002e6b48614c6192fddf93595ea1374bcf8cc282464ccd1707829af 2 0.00/1.00 vMB 0
97,172 97,172 00000000000272c378b33133cb09c23b5094f6f16e910fa79cd99ffea01e2c06 9 0.00/1.00 vMB 0
97,171 97,171 00000000000363337919c6534f372ef84308c4db08d69a3b60e054f143af1379 4 0.00/1.00 vMB 0
97,170 97,170 00000000000411f1f26600f60d64d7123432cf12cd5c37431f6ef3061c0898d8 6 0.00/1.00 vMB 607
97,169 97,169 0000000000047237a395390cbb45d682c0c5e46a6e39584634be0805404d09e7 7 0.00/1.00 vMB 0
97,168 97,168 0000000000050bb40cb4c190bdcd3e72ef0a11e8091bdfaa349fdc360c1a8ec5 2 0.00/1.00 vMB 0
97,167 97,167 0000000000028091ae9aec1e5e6ff2334f769a672250e5ab5c4b1081a1b26d81 9 0.00/1.00 vMB 203
97,166 97,166 00000000000276814bc9e64e9c8300a4ecf856b2a865fa0bd2c6cab985421261 10 0.00/1.00 vMB 0
97,165 97,165 00000000000028b68fa39c013ecc3eb9ce068d93b7aafb9bc838a9e101d5f85f 2 0.00/1.00 vMB 0
97,164 97,164 000000000002198afc49b4121226ed422fc07c78c48b4befe19302b22701217c 1 0.00/1.00 vMB 0
97,163 97,163 0000000000016b048f887369da73ecb678e192da9c150eca4473efc8f0ea1cb1 2 0.00/1.00 vMB 0
97,162 97,162 00000000000229de1050576569e420c678df0eac5f794c0b47dbd99c48c8a52a 3 0.00/1.00 vMB 2,074
97,161 97,161 00000000000098d02cdb01e8dea6173775fb66f9ddd53a5aafa82d34a8f2c732 4 0.00/1.00 vMB 0
97,160 97,160 000000000001ebeaebe553b5e50a6c6c97cd626465d0b85674b7cabc8d10a2f9 1 0.00/1.00 vMB 0
97,159 97,159 0000000000016cbd96d7c38942f09916f6f0a7cbbae89db7513e94d89cdd8e48 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.