Loading Tool

Explorer IconExplorer

Memory Pool

87,023 transactions
24.42 vMB
0.09722528 BTC
Random Selection Loading Transactions
Max Size: 161.62/200 MB

Candidate Block

Mining Attempt 35576f1c6f8d8367b75999c2f231d6fdbb356e4886fb1eec0e54642926395bde
Version 20000000
Previous Block 00000000000000000000c40d2812dd0c6aa412ffd573b3e751c192c7e4839138
Merkle Root e72cae329638957c3a8bf550479f909bd0fbd6e012cc2e47a84698f0a65bf03b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.03246795 BTC
Feerates: 178.73 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,833 (846,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,387 69,387 0000000000fa0e8544df14afec4ecebe961ea5e29f3be26aaee28fe3c1d6d2af 1 0.00/1.00 vMB 0
69,386 69,386 00000000015100a8bbff9e73a758280a505e0febc80dde13ee62693982ac3df6 1 0.00/1.00 vMB 0
69,385 69,385 0000000000655afc27a51e62bb197a10dcd10eaed285825f448a68a6c06389c3 5 0.00/1.00 vMB 0
69,384 69,384 00000000015febc17bc1d2aaa937322df0f08d3486e49d5030668a200c446c77 1 0.00/1.00 vMB 0
69,383 69,383 0000000000e7b4cc9337cea1b4de2686d930656434d0eeb9edf0991f5e0bc969 5 0.00/1.00 vMB 0
69,382 69,382 0000000000cc94bd01d2905ac54fb71f656810a29d4f4c398a40c9a6c817aac1 2 0.00/1.00 vMB 0
69,381 69,381 0000000000503aa15de34b14cb333da8144b23103bb85ea6604c71162940ad61 1 0.00/1.00 vMB 0
69,380 69,380 0000000000dbe468590d5155784851a5a59ed4a18665320f1cc84e8f8e668c61 1 0.00/1.00 vMB 0
69,379 69,379 00000000008b2c9260601fdf8ab8df34985e3be5951c684418f3c27cc9c9dd34 1 0.00/1.00 vMB 0
69,378 69,378 00000000004d57d524dbc690f446e5bc3597a359387648798fe1d8c3b0b5ee16 2 0.00/1.00 vMB 0
69,377 69,377 0000000000d3b2fc3c507d26fdb1accbf2563a0e04f6cd9fe5e30babc942c7ba 1 0.00/1.00 vMB 0
69,376 69,376 0000000000f13c25fbe38d141a4f0e4a8b710076602cefef1f739b012a797961 1 0.00/1.00 vMB 0
69,375 69,375 00000000011c3a1a9d051fc0634d8e045eaa950c0d2ed1a1b1a52956b40952d7 3 0.00/1.00 vMB 0
69,374 69,374 00000000016473aa79e68b97ebdf2c7ec0d2714f024840c4d491954106c2fc93 5 0.00/1.00 vMB 0
69,373 69,373 0000000000f749cfdd751b05cfdec49031d1c6083297c6eec0bf2c645d544275 1 0.00/1.00 vMB 0
69,372 69,372 0000000001418e709318d826e66665ff1cac3ee43bd2d7710ff11cc22a82856e 3 0.00/1.00 vMB 0
69,371 69,371 00000000009e3e58465a9da1ad48410d0384238269683d47809a232bc63ea1f2 1 0.00/1.00 vMB 0
69,370 69,370 0000000000d62956258f8985f1abb57c5580d52feed61f68cec06f668fddf32f 1 0.00/1.00 vMB 0
69,369 69,369 00000000012c678f86a51682207860316fe16d5867f0d957e11651b1b2b43ab3 1 0.00/1.00 vMB 0
69,368 69,368 00000000015d0f519652860b4b1e0695b958603657e1d943779bf76794bd20b8 3 0.00/1.00 vMB 0
69,367 69,367 0000000000640e3ebef6b813554cefc2d389f832002a708d6820c5e15b29072a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.81 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: 791.78 GB
    • Received: 21.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.