Loading Tool

Explorer IconExplorer

Memory Pool

82,852 transactions
30.41 vMB
0.14784595 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt 6f0a0fc6ed96ac4d3554ac3af28694e47087c88882f92dd4fbc610a274c5061b
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (72,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,304 842,304 0000000000000000000174252403799b6503b701c946394f67ac627b0eec7960 4,247 1.00/1.00 vMB 47
842,303 842,303 00000000000000000000aee9d57f8777673e816aebb6afd0dd4bc9fadf22ff69 6,485 1.00/1.00 vMB 22
842,302 842,302 00000000000000000001d7e84f08b36104971360e0dd6ad95e141133c9ffb087 5,502 1.00/1.00 vMB 27
842,301 842,301 00000000000000000002f45288d33281fcbda4e9d3d14b76a895c99782fb6ac2 6,335 1.00/1.00 vMB 27
842,300 842,300 000000000000000000022fa3ab97d8fc1071deb0b08af8a635736627aef3d66e 5,899 1.00/1.00 vMB 30
842,299 842,299 00000000000000000001dd77c74ee20ec44d7c0393bb0fa3e1ac3933713ae08f 5,150 1.00/1.00 vMB 35
842,298 842,298 00000000000000000002a733bb274b73e3d86f4f455ac31659a0a2f97ed1438c 4,484 1.00/1.00 vMB 20
842,297 842,297 000000000000000000012e460cbbb4ccb22222c1fb880bd2dee4a4903fd15d11 4,932 1.00/1.00 vMB 26
842,296 842,296 000000000000000000005e82e18994840a55b571f20495ecb672d775f2505c13 3,952 1.00/1.00 vMB 47
842,295 842,295 000000000000000000031acf797bee7124a80ac383eed17b9a1b27dcef47986d 4,977 1.00/1.00 vMB 16
842,294 842,294 000000000000000000022d8498b67a4dfe2e4698473f4b9122b012fbbefec704 5,159 1.00/1.00 vMB 16
842,293 842,293 000000000000000000014f2557ab2fc93867c3c4a82fd253deeaa540099b4d1c 6,789 1.00/1.00 vMB 15
842,292 842,292 0000000000000000000042adfe103b00ba8882c5235910e39bcf37706c8f87ed 6,433 1.00/1.00 vMB 20
842,291 842,291 0000000000000000000088bedf2032d20d329db67f7ad6c77f800d79805d8722 6,643 1.00/1.00 vMB 15
842,290 842,290 000000000000000000030d0d134e715e95e5c7ea37eb1370d443ae3e734cae9a 5,468 1.00/1.00 vMB 20
842,289 842,289 000000000000000000012763c7a1c8e229b267cf6128849d689e9f5eff0f5e1e 4,413 1.00/1.00 vMB 43
842,288 842,288 00000000000000000001779204cf04f265bf41b0d2ff938e8f9146715807a7a1 6,910 1.00/1.00 vMB 15
842,287 842,287 0000000000000000000264ae62955f8349e0a7d53ecff99083e7339188456cfe 4,672 1.00/1.00 vMB 23
842,286 842,286 00000000000000000000be4e10a32d22a84608397f9e35d8af86427df070dac1 2,642 1.00/1.00 vMB 39
842,285 842,285 00000000000000000000fc875d219bde7a0f7d7c59691303ce94e9b84f1bed08 5,267 1.00/1.00 vMB 23
842,284 842,284 000000000000000000028b7a14a2e935166c2b4436aa21f5a498b85f5838424e 4,315 1.00/1.00 vMB 24
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.32 GB
    • Received: 16.20 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.