Loading Tool

Explorer IconExplorer

Memory Pool

76,729 transactions
28.64 vMB
0.07468230 BTC
Random Selection Loading Transactions
Max Size: 173.35/200 MB

Candidate Block

Mining Attempt b84967af4d3bf5772394c30393bfb90aba98158d1b3d5451e16b23e5f19fdbe3
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root da374b558f7007971294d28545685dd0bef400225e4b8b3e40edb0395a50d017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.01519702 BTC
Feerates: 100.17 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (278,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,327 636,327 0000000000000000000cd829ef64e79deb6d27e502a195fec9f921847e2e11d7 2,105 1.00/1.00 vMB 14
636,326 636,326 000000000000000000071d64fe836b8013edc5766b58bfaa33d681f7a47e7c9f 1,596 0.99/1.00 vMB 10
636,325 636,325 0000000000000000000934a494abeadc28d99572fc73330301b7de9459df0a75 1,165 1.00/1.00 vMB 13
636,324 636,324 0000000000000000000e8c76edf2c1b58cc1f45919c68273c6247c46f0ce6e64 2,750 1.00/1.00 vMB 22
636,323 636,323 0000000000000000000f58747c1116f69829cea9652a666f8dfe116efcda6cdf 2,546 1.00/1.00 vMB 24
636,322 636,322 000000000000000000060ae2b918ce26a9feb929be671886c9f88074e9a45a29 2,530 1.00/1.00 vMB 34
636,321 636,321 0000000000000000000de6cc14e65cfc9919b12db5f80fe242100d47725c28c7 2,857 1.00/1.00 vMB 45
636,320 636,320 00000000000000000000e7b9ede7f6e3e907a557dc6243ac3c165fa39aee007a 1,596 1.00/1.00 vMB 19
636,319 636,319 000000000000000000073c2e7c5e2d1b93a1e7a32052a3ee78b349cedb907226 1,996 1.00/1.00 vMB 18
636,318 636,318 00000000000000000006046c48ffc35b57ce8519b9856055d86f1ca0ddcd98a6 2,833 1.00/1.00 vMB 26
636,317 636,317 000000000000000000015887f1321ba64a7cfdc6a3ce75829ba818821067b362 2,694 1.00/1.00 vMB 24
636,316 636,316 0000000000000000000570c458e91cc88386dae3b96da0e447f01d8af49132c3 1,505 1.00/1.00 vMB 28
636,315 636,315 000000000000000000080f9eee8229cc5d7c7daafb496c3af7ebfdcb2079231f 2,539 1.00/1.00 vMB 35
636,314 636,314 00000000000000000002babb9356f96eba6055752c6510692802da59e0b4eb40 2,801 1.00/1.00 vMB 24
636,313 636,313 0000000000000000000d29843fa84f8c852875af31c9b5abb6c0b2ef28a97036 2,082 1.00/1.00 vMB 35
636,312 636,312 00000000000000000005c05406d63bb7a7024fc255cda10c5f8b3954fbad440c 2,791 1.00/1.00 vMB 43
636,311 636,311 00000000000000000001a9533670deb9e2cf282db03bafdc6b05965be5e6b318 2,590 1.00/1.00 vMB 28
636,310 636,310 00000000000000000008808927958e25c8347234bfd86f90fe43d95ce36f4f45 3,033 1.00/1.00 vMB 29
636,309 636,309 000000000000000000004a23aac129507f3373cbb964f0eaabb76c525954350b 2,678 1.00/1.00 vMB 40
636,308 636,308 0000000000000000000b875f21f7615b17a0f1e62b9ef63b2f5e453af61d3335 2,833 1.00/1.00 vMB 34
636,307 636,307 0000000000000000000eb2b68e0e7f55977fb962c17e913b2d99cf0b0239105f 3,005 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.