Loading Tool

Explorer IconExplorer

Memory Pool

44,769 transactions
28.21 vMB
0.06498333 BTC
Random Selection Loading Transactions
Max Size: 149.79/200 MB

Candidate Block

Mining Attempt f5d7f229f3db5cc2e76ad77d1a01708f0ac9542191eb8d9fe9a4a8a51e3e6fdf
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 7da3154a8b849f31df248c6404eb978dff29776ebebad328035661a31fd8154e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,896
Size: 1.00 vMB
Total Fees: 0.01185838 BTC
Feerates: 110.38 > 1.19 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (101,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,178 813,178 00000000000000000002e2384ac7ecb6c16a62f56d4b9593fe5ad508960e47f5 1,417 1.00/1.00 vMB 10
813,177 813,177 00000000000000000000d849c2b9266848f6c92ae2c390ab302ddc7eec0cad91 1,926 1.00/1.00 vMB 14
813,176 813,176 00000000000000000000cca1b8949dc3b77c7dc78226182d1a2366fc49e571f7 1,384 1.00/1.00 vMB 10
813,175 813,175 000000000000000000004723ac24fc9d6f207b7960c5b19d13846b8b2e77e10b 1,214 1.00/1.00 vMB 5
813,174 813,174 00000000000000000001dc34f5ef944e9b0a4a2d65120c6d54dae105280a4e41 1,994 1.00/1.00 vMB 13
813,173 813,173 00000000000000000002878ee0bfc94a6e817056492bc3276b94d0bee72c8961 3,111 1.00/1.00 vMB 16
813,172 813,172 00000000000000000003dce39444296c40604d8ccb35cb865161532144e17d25 1,897 1.00/1.00 vMB 7
813,171 813,171 000000000000000000032bd7ca8016f8b42d75f1ec66490ebd740c93b3ac7d2c 2,376 1.00/1.00 vMB 11
813,170 813,170 00000000000000000002f1afcb07421969338ddee63357c444a73a822d7b1d5e 3,700 1.00/1.00 vMB 21
813,169 813,169 00000000000000000002184364c3f89925def6de3e72e9626d9c6d97e598d3f7 2,473 1.00/1.00 vMB 59
813,168 813,168 00000000000000000000457576f2c156df1716697e0f211c312c3df094baf31f 553 1.00/1.00 vMB 2
813,167 813,167 00000000000000000003a87cf45ad7aa76a4552be3543e3e5b54cee60a9f1447 2,658 1.00/1.00 vMB 12
813,166 813,166 00000000000000000000a91190152e7a5245d4f14a0f6ee51457f03095fe21cb 1,250 1.00/1.00 vMB 6
813,165 813,165 000000000000000000030c746c08215d65dd42e2707de6a655d6e3ef24347bdf 1,122 1.00/1.00 vMB 3
813,164 813,164 0000000000000000000060264fb266625c8c39ba3f5d10c31cdf9d7fcbea3a3f 3,169 1.00/1.00 vMB 18
813,163 813,163 00000000000000000002686d6f467dd296665098530a6f99fd69726b53e0009f 2,248 1.00/1.00 vMB 10
813,162 813,162 00000000000000000000928333185c5951f989a1652612fb2d1c096125d1a39d 1,322 1.00/1.00 vMB 6
813,161 813,161 000000000000000000019df0e576df66b655647994e2248f012a28060f71f024 1,752 1.00/1.00 vMB 9
813,160 813,160 00000000000000000002df7335f320b6201c024bd77c506e82cfde3678756daa 2,134 1.00/1.00 vMB 11
813,159 813,159 00000000000000000000fb9a0788d9e4f4673f6d971319739c0431cfa29ab202 64 1.00/1.00 vMB 1
813,158 813,158 0000000000000000000173f19a4810b0c5f9384849bbff417905b7a3ea814a91 657 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.13 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: 652.36 GB
    • Received: 13.75 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.