Loading Tool

Explorer IconExplorer

Memory Pool

84,693 transactions
31.90 vMB
0.11295574 BTC
Random Selection Loading Transactions
Max Size: 195.14/200 MB

Candidate Block

Mining Attempt fd412741532fe3ce6f42b6af2095766e1bf9617ab12473ebff72704dba7388a0
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 8719b43eaef63706ab6858ba022ec74a5f1d68fde7429d563d4c5cc49cc6f40a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,743
Size: 1.00 vMB
Total Fees: 0.03541922 BTC
Feerates: 203.60 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (88,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,117 827,117 00000000000000000000b431f304ee89ee0da46a7d6c62b546ecf334e566b4b4 2,966 1.00/1.00 vMB 41
827,116 827,116 00000000000000000003159aeecf99e6d4a840282b31dd5048f73251c0315fe5 1,799 1.00/1.00 vMB 37
827,115 827,115 0000000000000000000137935746807e90e780689f2212f50fc78988a8004ed7 2,993 1.00/1.00 vMB 43
827,114 827,114 0000000000000000000062747bc6629fdb23c986f9332d7e12c64d81b904f57a 2,750 1.00/1.00 vMB 41
827,113 827,113 00000000000000000001866127f4eafd28f5f519e82b45e11c954f3543a1ffe7 4,252 1.00/1.00 vMB 29
827,112 827,112 0000000000000000000242d97f073cb164d5de579801abba3cd06b13cef66047 3,804 1.00/1.00 vMB 36
827,111 827,111 00000000000000000003a5d1da83883234c1ccec1e1c188edf9e2529431e6819 3,226 1.00/1.00 vMB 27
827,110 827,110 00000000000000000002defa85a52db0ac0a3fb4b2cf11e413abcc956ce033c8 1,623 1.00/1.00 vMB 32
827,109 827,109 0000000000000000000365f6dbcb5930cb340353208732cb1903d8de33a457f2 665 1.00/1.00 vMB 31
827,108 827,108 0000000000000000000386fdcccebe38dc59ad1fedd8fe6df4b5132787297324 2,129 1.00/1.00 vMB 37
827,107 827,107 00000000000000000003213dcdc2a0af1920b689991293a022d5744a7cdd0120 2,047 1.00/1.00 vMB 37
827,106 827,106 00000000000000000003c52f5bd64be60c156a90caee6c7e6c770a96ed74dae3 3,674 1.00/1.00 vMB 53
827,105 827,105 000000000000000000003bfc36f244eceefec41bb9cd74d1ef3752692ee568ee 2,395 1.00/1.00 vMB 50
827,104 827,104 00000000000000000002c94b71c93c24c9a7d1f4432b51e594cf9173ee996010 3,693 1.00/1.00 vMB 29
827,103 827,103 0000000000000000000022eaf578bcff5f1a51ff6266555fdd8b0018a731f9d1 1,717 1.00/1.00 vMB 31
827,102 827,102 00000000000000000003622c4fba76f797f9a57d8e24c42ce93b3e3fb23a6d4d 2,071 1.00/1.00 vMB 41
827,101 827,101 00000000000000000000c89382ce1f9b72f1be38b2c3bebfb0b1cfd07f5a43fa 2,192 1.00/1.00 vMB 42
827,100 827,100 0000000000000000000115a182ec05e0abc4d7ad9108505a148f27c5afd146eb 2,677 1.00/1.00 vMB 49
827,099 827,099 00000000000000000003fe272ede8d95cc26e213615f38bdd9d10c02e31a8f4e 1,923 1.00/1.00 vMB 38
827,098 827,098 00000000000000000003b30d35cf7441e43de0bf18ed1d0984fb22dd4affa20c 1,609 1.00/1.00 vMB 33
827,097 827,097 000000000000000000015a988eb8de69864c935a9bd4e66e66eed54d49e7de08 2,985 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.