Loading Tool

Explorer IconExplorer

Memory Pool

44,790 transactions
28.14 vMB
0.06234872 BTC
Random Selection Loading Transactions
Max Size: 149.55/200 MB

Candidate Block

Mining Attempt e55429e8165d442e2b9a139c1c0713bd2d39f3c14c09e190b6cd6b0bf15e75f2
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 31691cf2c559743eac65f45c8dd2a8e69820d32a09a5a759e847039fbdf61f06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,698
Size: 1.00 vMB
Total Fees: 0.00914243 BTC
Feerates: 361.66 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (326,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,154 588,154 00000000000000000019ddc701066053442cd7ea10e76581f98e96e05ca8423e 637 0.38/1.00 vMB 17
588,153 588,153 000000000000000000038d3135e36c49290831330136fe24488e664d89dfce1c 3,090 0.97/1.00 vMB 28
588,152 588,152 000000000000000000139b1a63058896de5ccae5e080b5ed26f8dbf9f9a93f01 2,288 0.75/1.00 vMB 11
588,151 588,151 0000000000000000001d61bad0bb3520482fbd626fb56735978a5100f5c347bf 2,748 1.00/1.00 vMB 42
588,150 588,150 0000000000000000000e65362435c1ebacdefbd9d26e6f0734326ec65c4d6b5d 2,168 1.00/1.00 vMB 21
588,149 588,149 0000000000000000000e8bfa1284da0005b1230c6e32fd40f6f2de121833f0e9 1,878 1.00/1.00 vMB 18
588,148 588,148 0000000000000000000bf566e84f1619059545d6d71cefc2e21967e3baa62e13 1,427 1.00/1.00 vMB 6
588,147 588,147 000000000000000000095834fb027f06ee93dbd248afcdb5c1f22e18f9b2fd71 3,093 1.00/1.00 vMB 23
588,146 588,146 00000000000000000010ec4ceee70bf4daf923027688b025053abff4e39857f2 2,820 1.00/1.00 vMB 18
588,145 588,145 0000000000000000000bc85f1401b6a9a8eac5a6381729b68c5365a846cbb34e 2,997 1.00/1.00 vMB 38
588,144 588,144 0000000000000000001169c2dac6eb2231cfe4ee57106b94317d54f2f775ca13 2,824 1.00/1.00 vMB 5
588,143 588,143 000000000000000000132152e67d2035b89c3cfc527f32ee35a3bdee06d86fbd 2,837 1.00/1.00 vMB 22
588,142 588,142 0000000000000000000a4f5b2a12fb9527907fad6bbc183ef629f7ae5dd76435 2,653 1.00/1.00 vMB 17
588,141 588,141 0000000000000000001e1bdc920a643c29d41fd538c916bd49dbae75d2a72c8a 3,164 1.00/1.00 vMB 55
588,140 588,140 0000000000000000001ad61a7ce1e2accca6df8f33cb33ae1cbf30148ddddaac 2,691 1.00/1.00 vMB 17
588,139 588,139 0000000000000000001325017c8aba1ff6fad514f228576caf33a8b91b9589b4 3,553 1.00/1.00 vMB 43
588,138 588,138 0000000000000000001e8ce91e318345965f97073c0e0d839f4327b7a42b8480 2,183 1.00/1.00 vMB 37
588,137 588,137 00000000000000000015503e7b7ddea4a723a80c09b24cab447235771b73736f 3,236 1.00/1.00 vMB 45
588,136 588,136 0000000000000000000f29cf9115941ec483597f3659e734017e16da474e5926 2,508 1.00/1.00 vMB 74
588,135 588,135 000000000000000000008b633dabcd6af8274a061881d9793e7d86e94788b655 2,978 1.00/1.00 vMB 25
588,134 588,134 0000000000000000001bae7a9512678f566938b3fb1657c276aeb05344874955 2,198 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.12 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: 652.16 GB
    • Received: 13.73 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.