Loading Tool

Explorer IconExplorer

Memory Pool

17,639 transactions
7.32 vMB
0.06293405 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.23/200 MB

Candidate Block

Mining Attempt 10b09e50fa53cdc6f84fbcf9791637a943c7aca57b00b395307b4f6c733461d4
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 60cf9adeebf75019e2340417ebfe13295c246c7caddbb57a0e5f653fc47bd8cc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.04083707 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (711,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
201,971 201,971 000000000000023cd2ddc08ac47605231274bc093dcba704e439462d7e5a356a 628 0.25 vMB 278
201,970 201,970 00000000000003b6719b2074ff16de8ff48ffaf6abdbca6c84e404f666c95c09 147 0.06 vMB 145
201,969 201,969 00000000000000d74717bbd19a9ad7edb840c1062c42692fd83561a531637fa6 232 0.15 vMB 139
201,968 201,968 00000000000001d5d7df32224e46f3bbb5f96836fb666f16197ad30b8babc5e3 121 0.05 vMB 166
201,967 201,967 0000000000000422e0fac81473b849f8d9438bcc153e4474b7619988e7a48503 8 0.00 vMB 376
201,966 201,966 00000000000004eaef4bea599e9f277f57683f5c8f5e3250cf8dea469486720e 477 0.18 vMB 63
201,965 201,965 000000000000052904d447d11a55436fb357172fe36821aa6fd951a4e72915e0 521 0.36 vMB 124
201,964 201,964 0000000000000388ab6d098b746909f9f7efe2e4a5bb46ce3b369d7648aa47af 290 0.17 vMB 107
201,963 201,963 00000000000001aa2437af33242924ddf928899f5bd7be074f0f0e8181b280d6 146 0.05 vMB 139
201,962 201,962 000000000000001c4691d930365f039d03bea50c2190659d40bf24192b46b423 358 0.25 vMB 83
201,961 201,961 00000000000001f0db0165a7a7eb4fc12d99a70b4e52b409578d0e6ed9bb2311 820 0.25 vMB 247
201,960 201,960 00000000000001937e950fd1e9c4baf32206976936b27db4d4eb55464e3b1ac7 145 0.05 vMB 218
201,959 201,959 00000000000000e493ace3ca31c7ffc1c12a22f2ec224b2b770ea92ab249e691 406 0.25 vMB 110
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.72 GB
    • Received: 1.52 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.