Loading Tool

Explorer IconExplorer

Memory Pool

82,675 transactions
30.83 vMB
0.08653981 BTC
Random Selection Loading Transactions
Max Size: 185.84/200 MB

Candidate Block

Mining Attempt 0836037ef54d09618a835a6b5862a62115019cd1f6bdde360f383ad46dc0d8bd
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 9da8b3ca2b64458caebf627c0c6bc621d97b51e06ed5265274580f6c08752374
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,344
Size: 1.00 vMB
Total Fees: 0.02036775 BTC
Feerates: 77.76 > 2.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (805,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
109,004 109,004 000000000000cbc9de4aeae2a75a00eedfd60ed5c0963b7a6d67d0452c4fc4d1 11 0.00/1.00 vMB 0
109,003 109,003 00000000000093c9a419e7b27624aca05a4b62e572699f4c5292d7d0b1671554 9 0.00/1.00 vMB 0
109,002 109,002 0000000000006a96910734e7da59bd9931dd66d3d054c1f95fce977114b1f443 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.35 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: 661.76 GB
    • Received: 14.83 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.