Loading Tool

Explorer IconExplorer

Memory Pool

73,350 transactions
27.15 vMB
0.06103387 BTC
Random Selection Loading Transactions
Max Size: 165.85/200 MB

Candidate Block

Mining Attempt 55d4859a24f7c97ae7b9a7e8e28be34301d296e720aa4bab6804e1098fc7d437
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root b555de58054078920646f4742686d2366160db37845e744cad2e7456cd180f38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.00335538 BTC
Feerates: 22.12 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (128,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,246 787,246 00000000000000000002ee15d79d9c0a22a65480db95be96983a8c7b6a7b2c19 4,601 1.00/1.00 vMB 42
787,245 787,245 00000000000000000000ba51028a2a053105c9fdd414ffd40c95bdc1896c21f7 3,828 1.00/1.00 vMB 44
787,244 787,244 00000000000000000002f63a7bbe25336161c4cb2a00ab699f75af4c64ad4070 3,997 1.00/1.00 vMB 49
787,243 787,243 000000000000000000059a2a1af7ef67b2a93ae9c5146a64b4754681162db4e2 3,996 1.00/1.00 vMB 39
787,242 787,242 000000000000000000025cc505a9fe48bc4e0487497eb0e1363d93139b86ea3d 3,791 1.00/1.00 vMB 27
787,241 787,241 000000000000000000050f41cdd47ed1b9bf64efa04ee0f8e2e841b26038e6c8 4,228 1.00/1.00 vMB 27
787,240 787,240 000000000000000000018439bf56287ed05a84a452e686cb7f2e1069197c8e17 4,064 1.00/1.00 vMB 43
787,239 787,239 00000000000000000000532974b3b9b67448fccd956e9a16560e831244f09a47 3,850 1.00/1.00 vMB 37
787,238 787,238 000000000000000000024cf9361967b17752a245dffe0f066cc9bc8ca95d40c4 3,303 1.00/1.00 vMB 41
787,237 787,237 0000000000000000000024f2dd576695b28671e8e535bb88a78977b1b16ffb5a 3,721 1.00/1.00 vMB 25
787,236 787,236 00000000000000000004c3b04feb189b650aa7c8417837139a15a6b94bf159ac 2,457 1.00/1.00 vMB 33
787,235 787,235 00000000000000000004dd71ead67d7409f5250583ca40efe940420b41f90917 4,221 1.00/1.00 vMB 37
787,234 787,234 00000000000000000005b1d6c29b947000c76d2b0055cfb181c58a4af4a1ab8b 2,768 1.00/1.00 vMB 44
787,233 787,233 00000000000000000001dccbda4a024ec361744df5f817be966bb0260ca51807 2,238 1.00/1.00 vMB 51
787,232 787,232 00000000000000000002c30e4c8bce762bdcb93f5e9fa559cb9c6dbc5fce3a67 2,477 1.00/1.00 vMB 41
787,231 787,231 000000000000000000015373f80e381dcfb4c850f24c37ed960fc416ca220577 3,366 1.00/1.00 vMB 46
787,230 787,230 00000000000000000005ab153734297120fcd5035188cc0ae48cba8b770437a5 3,679 1.00/1.00 vMB 26
787,229 787,229 000000000000000000024bc824151e71317d015c12a2f375fb85a99c159cd0c4 2,958 1.00/1.00 vMB 28
787,228 787,228 00000000000000000001be3684f4847c80d58532f3807d898ea9e6a46545974f 3,172 1.00/1.00 vMB 29
787,227 787,227 00000000000000000004702b7c3e34b069a2e78646f186706d0bf1e9f70deef1 2,122 1.00/1.00 vMB 18
787,226 787,226 0000000000000000000271d7d7719766b29d3ded7a8d579f315e19bc015d87f7 3,468 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.42 GB
    • Received: 17.17 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.