Loading Tool

Explorer IconExplorer

Memory Pool

37,337 transactions
26.44 vMB
0.05947285 BTC
Random Selection Loading Transactions
Max Size: 135.36/200 MB

Candidate Block

Mining Attempt 81b8f727d390cac44685bc2972ff5a6b9235f6ad11772e0294f546ba1e95a367
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root a3ae1b0545b8642c7a3ba096987f3e728462857d88128f4f3235f367898f83ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,825
Size: 1.00 vMB
Total Fees: 0.01028643 BTC
Feerates: 100.53 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (82,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,128 832,128 000000000000000000007be5088e4bddc2659f9b77b10b4a5e0c37327b15d584 2,921 1.00/1.00 vMB 23
832,127 832,127 0000000000000000000095cfa982b64d18b4558cac0ee56cffd350b93944e7d4 3,181 1.00/1.00 vMB 24
832,126 832,126 00000000000000000003586e166c5932fb03fb40097970b33c31690ac26e7d36 2,184 1.00/1.00 vMB 22
832,125 832,125 00000000000000000001fe94c6e148988ec48ec4339eb5db354a4f6ce4bee9f9 3,161 1.00/1.00 vMB 26
832,124 832,124 00000000000000000001409ab26999dc4d4bcc93362c837edde9d64e062473bf 3,268 1.00/1.00 vMB 41
832,123 832,123 00000000000000000000106f54ea6c40f24df13c383640ae14a33dbe17f43e53 2,796 1.00/1.00 vMB 18
832,122 832,122 00000000000000000001a0e0a712e9cfaa3765fa337fd07b194725afd00cd4b2 2,495 1.00/1.00 vMB 21
832,121 832,121 00000000000000000000c6ffc1d34929432f4039bf1b233b945634ada3636277 3,461 1.00/1.00 vMB 23
832,120 832,120 00000000000000000000905200a4ae7b21eca1cfc90365d756aab1b656fbee2b 3,048 1.00/1.00 vMB 35
832,119 832,119 00000000000000000001e91fcb68675e7e30711416074d2f57f60a5274d69cc0 2,567 1.00/1.00 vMB 18
832,118 832,118 00000000000000000000c41e03f2cb48fb274c9485b6aab8fe621ec16dfd1f59 2,700 1.00/1.00 vMB 22
832,117 832,117 00000000000000000003291f22d4d454ebf3445f1453595dde7602db5f2d56e1 3,012 1.00/1.00 vMB 26
832,116 832,116 000000000000000000019ca993de33f17e649509a307dcb904e303f5ac2336c2 2,523 1.00/1.00 vMB 21
832,115 832,115 00000000000000000001031abff0de7f51647c0744ba6325e0f5b1531a7dce82 3,122 1.00/1.00 vMB 24
832,114 832,114 00000000000000000002ad871fecd969f9c8fa12824814e069f61ad1ad54b384 3,332 1.00/1.00 vMB 21
832,113 832,113 000000000000000000031de66297332d2a4b39e0759c6b046d6720d276ffaa4b 3,429 1.00/1.00 vMB 28
832,112 832,112 0000000000000000000216ed56e0fe15ed0f81785d86c7fcf6f56fb6b4d6b063 4,101 1.00/1.00 vMB 24
832,111 832,111 000000000000000000022b4f1f37c0efefe336bf4afc1f4060c7965d86cc39f0 3,440 1.00/1.00 vMB 26
832,110 832,110 000000000000000000004c50e4b07823671d32a29c98d3dcd611dbd8349f413c 3,402 1.00/1.00 vMB 23
832,109 832,109 000000000000000000035508989a8355722d3a06307a85c558d1edad216e5008 3,721 1.00/1.00 vMB 21
832,108 832,108 000000000000000000001c349d8e892cd917b45d0b78f264a37d6a9d832a8268 2,863 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.