Loading Tool

Explorer IconExplorer

Memory Pool

81,524 transactions
30.00 vMB
0.08985438 BTC
Random Selection Loading Transactions
Max Size: 181.09/200 MB

Candidate Block

Mining Attempt d422e7811825a3d0de2220c64fd4c941bb9c7791a6216843808ce6eb27c1881d
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 7975ca48386544116a7143aa4ac54349c5015138f8236d6966be912a09ddb413
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,434
Size: 1.00 vMB
Total Fees: 0.02855899 BTC
Feerates: 502.62 > 2.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (878,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,781 36,781 0000000088d2a184d9501c97a95b4980ac0f772ac8017f6deeba6d443ffd258c 1 0.00/1.00 vMB 0
36,780 36,780 000000006a3e360d124398aaeab1c0837f39a8ddd9d46e2ea21ae42b339a00d2 1 0.00/1.00 vMB 0
36,779 36,779 0000000077149218a5c424d6f81c01d5332a899a0ec64b7e8c7f5f8d2fd26806 1 0.00/1.00 vMB 0
36,778 36,778 0000000037837802e260aa3244773099631868bb61574c7cb7cbe08d03701efa 1 0.00/1.00 vMB 0
36,777 36,777 0000000002879124b134470bc2fd00f9ae771d44841c4f435e1cafef6b663252 1 0.00/1.00 vMB 0
36,776 36,776 000000009455100f97d2c0047ed1c4f24a7c00154b3f2e8054a5db0a454ccd3f 1 0.00/1.00 vMB 0
36,775 36,775 0000000056adfee688d5b2a47b52515f6da314464b9f1f59f02720f9a9b1b86f 1 0.00/1.00 vMB 0
36,774 36,774 00000000716730b8b997193d19be29039200367a5abac878b7256d766ced339b 1 0.00/1.00 vMB 0
36,773 36,773 000000000164fe9b8fd655432298f9e0c722e369fd12b81de63bbf746dd5f0be 1 0.00/1.00 vMB 0
36,772 36,772 000000001f98df96768a8247b1d6a46d27ed27ec385126817ae478d71965f592 1 0.00/1.00 vMB 0
36,771 36,771 000000008b7953f111329237b61c5950a6577ced5e5dfc3bf754173ff2537d64 1 0.00/1.00 vMB 0
36,770 36,770 00000000053dd5832b2c5e6df1eff9b15f6be5087fe278eeb0dc8f7b0546bb7f 1 0.00/1.00 vMB 0
36,769 36,769 000000005adb3746df004371289d3f0f73b9aa54a94042830e8a67379c04c8b9 1 0.00/1.00 vMB 0
36,768 36,768 00000000793ac7139f6c811955c60a286c030234737304bf94db5dda322d270a 1 0.00/1.00 vMB 0
36,767 36,767 000000000a95d7ce01d1779d195dc11b97cca8b5c75f1f82569fd8aa59aad498 1 0.00/1.00 vMB 0
36,766 36,766 000000009a6fb6eff5dc122186e02591808a5431bb4974938713aec6f609ed15 1 0.00/1.00 vMB 0
36,765 36,765 000000009fca6afc13062a7563360c22520ce217aa77824d0ab0c326d5cabbf0 1 0.00/1.00 vMB 0
36,764 36,764 00000000b8b0734a21d8bd2252ddf13fb5385e36808ff8835e6be79bb502c5bf 1 0.00/1.00 vMB 0
36,763 36,763 000000004a54ebbf40557c4ed7eadb84f9a1b490157728f69171dcc97df02e25 1 0.00/1.00 vMB 0
36,762 36,762 000000007cfe47fd0a5d994c89b3e280bc07255251aaece7c55d4c1d4e204364 1 0.00/1.00 vMB 0
36,761 36,761 00000000170fc7a99b1e9f3fcc6bf3d3ee3ba9f5ddc381a7dbcc70cf32bccccf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.