Loading Tool

Explorer IconExplorer

Memory Pool

82,297 transactions
31.11 vMB
0.12134157 BTC
Random Selection Loading Transactions
Max Size: 186.19/200 MB

Candidate Block

Mining Attempt 1b313ffab78914a03637570fa25c92746dbbf747df6c734a40a4e1e0c6b5dcad
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root f485902217310d3483361059ece0b19b33c18e5855b9793cb865123bf89d84ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03609612 BTC
Feerates: 101.42 > 3.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (339,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,470 575,470 00000000000000000010c75f577b5f56eb41065b06bcd00ffe3a7b043539debc 2,788 1.00/1.00 vMB 88
575,469 575,469 0000000000000000002962fc98392c5f23647f7af145f0e36e991b7d86c18537 3,118 1.00/1.00 vMB 97
575,468 575,468 0000000000000000001fdd6ce86ce346e8ce67fb5e98c02e7e8c655010940b0b 3,205 1.00/1.00 vMB 70
575,467 575,467 0000000000000000000f717f980f695015974f4e28c51408345a1820879b1f0d 3,003 1.00/1.00 vMB 95
575,466 575,466 00000000000000000028c8297953a007d5c3703ff953b2e5c1b0e5699dd2a7ea 3,163 1.00/1.00 vMB 122
575,465 575,465 00000000000000000018b042e70eff21101721227dbebc880bdcb46c1e1a509b 2,881 1.00/1.00 vMB 87
575,464 575,464 00000000000000000013fbbca18a91ba81890a4736dac9ae002bf845be96567e 3,216 1.00/1.00 vMB 104
575,463 575,463 0000000000000000002051ce05550ceab69ed8a4f5d8deb36f547834174ce5c6 3,078 1.00/1.00 vMB 80
575,462 575,462 00000000000000000023d317b59e4177922443fe476e512992d74cb663289da0 3,044 1.00/1.00 vMB 90
575,461 575,461 00000000000000000019a44c7ab9722e430831ea60a0ca813e8fd3981b906134 1 0.00/1.00 vMB 0
575,460 575,460 000000000000000000044226f9dc2f7b81aa924c4374fb425ad583c0875e10c8 1,839 1.00/1.00 vMB 85
575,459 575,459 0000000000000000001e842526c0baabecebb54e5e6ee162163cae398ad6bca3 2,890 1.00/1.00 vMB 99
575,458 575,458 00000000000000000008593474013e6b0ae4615066a0a917cbe1b4fb18ea3261 3,402 1.00/1.00 vMB 86
575,457 575,457 000000000000000000006f163cfcd86ba698edfe4b51078acd07c86f37dadf13 2,855 1.00/1.00 vMB 112
575,456 575,456 00000000000000000001ce555bc36fc6ef30f7584ff3f835845b4709878e6ebf 3,508 1.00/1.00 vMB 118
575,455 575,455 0000000000000000000d45a01cee9421061cf668b92174ad3305002c17a5a87b 2,832 1.00/1.00 vMB 102
575,454 575,454 0000000000000000000f0dba2127d7df2f315f21a4f7c86af1f2399d0e25f2b9 3,561 1.00/1.00 vMB 126
575,453 575,453 0000000000000000000a6bb715ecc8c5fe6674de1220a152be07d42cae135ae6 2,368 1.00/1.00 vMB 87
575,452 575,452 0000000000000000000a27060940781ecfccc9ee3e58d64dba9598ef6ab50573 2,535 1.00/1.00 vMB 90
575,451 575,451 0000000000000000000544617e76a8db04ee57787a3c2ffbd99c0019f7aafc97 2,158 1.00/1.00 vMB 94
575,450 575,450 00000000000000000014e73ec0094b9fcf9113f0e4192c8cc92604dc8a20fdd0 1,753 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.