Loading Tool

Explorer IconExplorer

Memory Pool

46,195 transactions
28.16 vMB
0.07454851 BTC
Random Selection Loading Transactions
Max Size: 149.10/200 MB

Candidate Block

Mining Attempt a1d2e4ef41454e94b8e6f1a6290bbc6687ca6088f444079dc5dd449ab2b7b99d
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 55cf48c8640289e4b35017304ea4f5ce155c501fb5b1ba9ac647f9c0feeb9fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02028466 BTC
Feerates: 101.53 > 2.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (805,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,025 109,025 000000000000324ec4d6e6dc829e125210ba297c0cf05936278c53f5aaab828c 10 0.00/1.00 vMB 0
109,024 109,024 0000000000004883e024e4e26b5fa8bc26c2f34bd1931ef7d9026dae0c65c5eb 13 0.00/1.00 vMB 0
109,023 109,023 00000000000119baa016cd02320cbf5fddd3b5fd67b52dac9d3508e5ff84bce4 12 0.00/1.00 vMB 0
109,022 109,022 00000000000053f6d209b1198b82f97b621dac1d8e5db04a992af91828dc2c44 11 0.02/1.00 vMB 0
109,021 109,021 000000000000a4a95beda1d35c3a3a216cb829dcd5d1980a9e4c6e15cface018 12 0.00/1.00 vMB 0
109,020 109,020 000000000001695a3c8b8dd6a3c8e134fef59123c645a9c1d936e221cb109d90 11 0.00/1.00 vMB 0
109,019 109,019 000000000000c194582c47be73296a6f29f8f048943cd08279bcab1a92d97f76 10 0.00/1.00 vMB 0
109,018 109,018 000000000001bd4ed1b12c8263bc49a3f27f16be58276e70c4ba36a9dae774d9 9 0.00/1.00 vMB 0
109,017 109,017 00000000000155d12d37792bc1f6995fa6ac1ebfa1f7ad83359631466e4523e2 12 0.00/1.00 vMB 0
109,016 109,016 000000000001c1c4e40a35d8f09e42332489e056ce7b46b992b40125945f7677 11 0.00/1.00 vMB 0
109,015 109,015 00000000000179712b6d758a9d412f86510ca333d3d07ce73365f5ed810713f5 9 0.00/1.00 vMB 0
109,014 109,014 000000000001c1b26810f16cc2c8bb1dffb914deb567476fa0b6d5f62631e990 6 0.00/1.00 vMB 0
109,013 109,013 00000000000193d209b374800012f67911b08d6341ca3654e20d947febecf302 10 0.00/1.00 vMB 0
109,012 109,012 00000000000168937a952474a62ede6fb9b17494d31a579366bf756e8ecc944f 51 0.01/1.00 vMB 0
109,011 109,011 00000000000128b27a9a57a2dc99bc716e79d051cca3391de576d5b9656fd28c 9 0.00/1.00 vMB 345
109,010 109,010 000000000001a75793cf21e463abac1eb64f1d5fd1bbac49c884edadc1a74e1f 3 0.00/1.00 vMB 0
109,009 109,009 0000000000006ca495e3175fadd7e8b0b06ffb2d3a9ca0a31059e113b8008430 3 0.01/1.00 vMB 0
109,008 109,008 00000000000133ef870b8531cf86933e7437e7c912aeb225ad1a350f0bd46c4a 3 0.00/1.00 vMB 0
109,007 109,007 000000000001486e4971a8d21f5b66bd794427f6c7ae0169871d5756c70b40fa 9 0.00/1.00 vMB 0
109,006 109,006 0000000000007eae7dafd645c8078bbbfc78da6e60cdc0dad96087645c5e5180 11 0.00/1.00 vMB 0
109,005 109,005 0000000000013fa67a26fe0d5d7b0fb952b4325b2c2fa5912932a85d8e3cef49 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.