Loading Tool

Explorer IconExplorer

Memory Pool

49,166 transactions
30.55 vMB
0.09513185 BTC
Random Selection Loading Transactions
Max Size: 163.45/200 MB

Candidate Block

Mining Attempt c7ba6e6cda36380ed252121b37f28194b20fb7fa72f8b3d4b960669624c86296
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root b74788e4ed45e208d4dcdc4f09ec704d403edec05b354b0f278db984a70b9da5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.03185503 BTC
Feerates: 101.56 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (632,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
281,919 281,919 00000000000000015f6d896ee9b465b23c7544e0d8835baa9924b6416e00b501 1,030 0.50/1.00 vMB 57
281,918 281,918 000000000000000094429c524ca8909c0c91e98f7d513e1ef82a7d06f76b0d99 93 0.10/1.00 vMB 14
281,917 281,917 00000000000000012762d85bc89d2f599051f99d53dfa5d2e03ef40b253e5fab 178 0.07/1.00 vMB 47
281,916 281,916 000000000000000026615399b3e6d81e51ff169e5c5deded9090595c45ee62ce 709 0.35/1.00 vMB 41
281,915 281,915 0000000000000000e2639c9a19f92ef70a88b27a7f5eb41ae5c33dd5d4dc44ef 470 0.25/1.00 vMB 72
281,914 281,914 0000000000000000ed2ecc2dcf28e8a4fbb7739a33eff9fc8f021d32c80a07cf 420 0.34/1.00 vMB 52
281,913 281,913 0000000000000001d0cebd64272dd0c6e14bfb5e30b60a40049f13c6c1f1f3e6 525 0.25/1.00 vMB 42
281,912 281,912 0000000000000000c8fb3cec3f6dae0eab415c0607dd07506e3cbb88d64ce54a 1,496 0.50/1.00 vMB 70
281,911 281,911 000000000000000212c9afbc941b1e2532bda5d421cccdd51068ab4a0d8b6f3b 345 0.15/1.00 vMB 73
281,910 281,910 00000000000000017d6ba1b80434b05f75582d0853d17a734d2ec8efdf675dd3 1,321 0.60/1.00 vMB 46
281,909 281,909 0000000000000002200a0a54e672c7ce3c7f15cac98810bec18275e3da9e239e 79 0.04/1.00 vMB 22
281,908 281,908 0000000000000001083e3e32a730ffab0e01cb4eb5c7f06dfc327d2d564487b4 434 0.26/1.00 vMB 33
281,907 281,907 0000000000000001393952e7b3b6914f873db664dd32327e8b2685286cf8b287 55 0.10/1.00 vMB 8
281,906 281,906 000000000000000203fd90f726d9a9bdb05f139d34df7b0bec3bd0d37ed1b23b 46 0.02/1.00 vMB 37
281,905 281,905 00000000000000000d0c869fbc73fcfd253451583dd4408955f57aef7f490d8d 194 0.10/1.00 vMB 21
281,904 281,904 00000000000000014cfd211274ae440ee84aa0063d9781efd472b3b4a4c71240 94 0.05/1.00 vMB 33
281,903 281,903 000000000000000157a8f19c63ac81449dbead4f9f5969dda842d0bba809412c 878 0.40/1.00 vMB 58
281,902 281,902 00000000000000019afd04b2822a2660e544e6b52a5761eb3bd2f5e3e06192b6 635 0.25/1.00 vMB 55
281,901 281,901 00000000000000000934cd5583db858edfda6d9398e36f327438bab0e4d48687 399 0.24/1.00 vMB 31
281,900 281,900 0000000000000001a71fb7b916dd22b7142399e775953fcb9bbc6e120b484d61 200 0.10/1.00 vMB 36
281,899 281,899 0000000000000001cb3926ab237c973fe4bdb7aaccdf33329ccafa527d8a4be7 103 0.04/1.00 vMB 42
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.42 GB
    • Received: 13.77 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.