Loading Tool

Explorer IconExplorer

Memory Pool

80,947 transactions
30.34 vMB
0.07723483 BTC
Random Selection Loading Transactions
Max Size: 185.88/200 MB

Candidate Block

Mining Attempt e96425ffde7210b8eda07a23a32c1d38253c0b8ba091b8f1e00e93597bf1f680
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 4329cae18320c8ea988146711630feaf81b2cb7da40638b7c4f2597d66b30b4f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,327
Size: 1.00 vMB
Total Fees: 0.00946624 BTC
Feerates: 150.61 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (486,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,289 429,289 000000000000000000c5948a0db3cfe5e7114aaf90c839944f0f7de7e073c8fc 1,360 0.99/1.00 vMB 28
429,288 429,288 000000000000000001fb26734cddab4d23ba316cee8846d70d9985d64a5f78ca 2,886 1.00/1.00 vMB 76
429,287 429,287 000000000000000001ef69873af0b345cce0cc7aff8c8611dd33d4a291a992b8 696 0.27/1.00 vMB 63
429,286 429,286 000000000000000000540cffaeafaa6209aeafcadaa3fc5d47f8b500e26072d3 437 0.16/1.00 vMB 67
429,285 429,285 0000000000000000012d63144a9673cd553cba88f786d42a4da7c0f5673b05d4 517 0.31/1.00 vMB 47
429,284 429,284 000000000000000004eb98f8d23a1d2916f9c0f91fc1e8dde5ee9752a19b7706 1,690 0.74/1.00 vMB 50
429,283 429,283 0000000000000000009d01a7fc07a1c656fcb0ddc459a0c9f84815195bb68d43 1,365 0.99/1.00 vMB 35
429,282 429,282 000000000000000003d7b7d761554f250e2f1b7355ab7d02d8db116256b62f70 391 0.99/1.00 vMB 10
429,281 429,281 000000000000000003383d670f3850c68796cef3478ad6efc845c3b1677301e0 598 0.28/1.00 vMB 54
429,280 429,280 0000000000000000041c08d621c836db11596b3637545e585f6a289e353ab025 1,807 0.96/1.00 vMB 54
429,279 429,279 000000000000000003dde6dda283e612d0308228a94392af9dd9c7ed3501d7fa 72 0.03/1.00 vMB 63
429,278 429,278 00000000000000000327195a2c209072e4c257658c81d9bcd429e62d216a5112 1,090 1.00/1.00 vMB 24
429,277 429,277 00000000000000000040289f2b5fb52545a4bdc2872d9427f03ec3c4a4c67e63 706 0.31/1.00 vMB 48
429,276 429,276 0000000000000000049f1c7e75d1ce6c9ef0e43b07400bb53baf259402cabce4 1,375 0.87/1.00 vMB 45
429,275 429,275 0000000000000000004f6d64b167125e44a2f35fb7465f59e1a2a7ea447a478a 1,981 1.00/1.00 vMB 85
429,274 429,274 000000000000000001137c61ddc731383dd0d8b07902426fabe7b5555fefedbd 2,068 1.00/1.00 vMB 53
429,273 429,273 000000000000000003dd4742a3a09a5ba8f58f208dd976607776d45f3fcd3da3 111 0.04/1.00 vMB 99
429,272 429,272 000000000000000003648e61f36405b7b95b665c4d5a328a531f422d56e0bb15 3 0.00/1.00 vMB 57
429,271 429,271 000000000000000004c5a268435a5cd3f42ef644b22528f02c58b8e3a8be4112 97 0.04/1.00 vMB 51
429,270 429,270 00000000000000000440a6ec9ee7d1979634875febb11a4546a427c63fc5c2e7 331 0.19/1.00 vMB 59
429,269 429,269 000000000000000000ffb4143bc62c848ceb01d98812815848d0b1c554fcb1e6 184 0.13/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.