Loading Tool

Explorer IconExplorer

Memory Pool

16,296 transactions
6.93 vMB
0.04565568 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.68/200 MB

Candidate Block

Mining Attempt 071351a6b30ad6ec6fbc24e04860dda1f60d75aa72d0290dc66e943051f87cd8
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 1a03e120dbb1930e254db90557234a55cb96243df3b2f56706cd335c79c06061
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.02787449 BTC
Median Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (711,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,992 201,992 00000000000000632f0539095f45fc8b12cb7cd6cf75729b5ceded4643c6c3a5 87 0.04 vMB 36
201,991 201,991 0000000000000138309a853dd94d75370dc66b9f4c572228de12b0dfacff7b5b 167 0.06 vMB 235
201,990 201,990 00000000000002e0fe01e37a40bb9efbff6db7a4734a54bcbb8c73db382b6eeb 127 0.05 vMB 157
201,989 201,989 0000000000000119f72145035012884f98cd9739eb58d56c5a04f5ab97dbde2e 354 0.15 vMB 173
201,988 201,988 00000000000001de0baf9602071dcb234d9c29abe4b51f3cf2199549b615ac0b 292 0.10 vMB 126
201,987 201,987 0000000000000504641b23a4c1da71b28811c769a0edfe891a368790adcec081 805 0.35 vMB 183
201,986 201,986 0000000000000520a26c19b20ef1992584c18c092636d12f955102ac2d79c3ab 38 0.02 vMB 88
201,985 201,985 00000000000000c6f6657428f2953d5ae0ca9f5c6ef6b6cd2971c019068ffa57 294 0.18 vMB 96
201,984 201,984 00000000000000e95fdff20485dcc8805a405dd4760408493b83ff9dbef82a44 278 0.13 vMB 106
201,983 201,983 00000000000004e4d92943e2012c5b548354eab446740f5bf848ada6ad000d90 716 0.25 vMB 200
201,982 201,982 000000000000028a14c729aa4e84c5723ac62023ab08c325fe1c7f9a12907dc7 141 0.07 vMB 102
201,981 201,981 00000000000003924d0364d8e888641169d91a067714715ca9f68e9b32f627b7 735 0.31 vMB 121
201,980 201,980 0000000000000027d6ac5165e4bfd4fd79094f4ca48c131a35533b7c9f9bd9a8 323 0.11 vMB 134
201,979 201,979 000000000000051673c8617e3b9ce71852ce3aef3da8f21331cfa729952c84d6 1,016 0.41 vMB 159
201,978 201,978 0000000000000222d4901e6da97a6a0ad503683579ca4a9400c336e56ebc02c6 120 0.05 vMB 295
201,977 201,977 0000000000000027704cc0ae3f93ff30d1a3a8d81f529b8299d5ddf28b7e153a 734 0.36 vMB 146
201,976 201,976 0000000000000011a139405b2efd5d6de7269e4adc4a16649065a2ebaf2af0d8 139 0.04 vMB 7
201,975 201,975 00000000000004149c24be6f3abb8793e1cc1543834bb9aea4dd84ec6a4f6bb6 579 0.23 vMB 175
201,974 201,974 0000000000000574d1a8dc005a75592bc431f137a3a278656924d2262b7debf5 320 0.20 vMB 94
201,973 201,973 0000000000000137fe4a7a43d3ee9446057dac30d1b7bd4d3740fc243afd9c7c 90 0.03 vMB 142
201,972 201,972 000000000000027cf9d633629d1223fc1fef5456364179ee02c48433db4777b2 496 0.21 vMB 133
Previous 10 blocks ↓
Total Size: 779.66 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: 316.15 GB
    • Received: 1.51 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.