Loading Tool

Explorer IconExplorer

Memory Pool

46,956 transactions
28.85 vMB
0.10945467 BTC
Random Selection Loading Transactions
Max Size: 149.99/200 MB

Candidate Block

Mining Attempt 801831dac375f32b20f3ee8a6ccd06b9fbf22102dfb341420860cf0a1b114be1
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root ddcee16f3c45a7f0939cd7267a8387d5c5234c0276e51f34605b7acda4b39dff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,117
Size: 1.00 vMB
Total Fees: 0.04282454 BTC
Feerates: 444.31 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (288,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,393 626,393 00000000000000000002a634e891f377a7b1ff94aaa6c27bb956dee0c979d487 2,893 1.00/1.00 vMB 5
626,392 626,392 00000000000000000002ddd3175d0fd2190b47c593c5bd41cc2aa37d1fc90d68 2,717 1.00/1.00 vMB 15
626,391 626,391 000000000000000000021bba4922d283e2daaa6e68e636b55e44d11bac54ef3e 2,328 1.00/1.00 vMB 20
626,390 626,390 0000000000000000000169f06e8a2634184d7a0a71930626a730abe9295125f3 2,249 1.00/1.00 vMB 27
626,389 626,389 0000000000000000000a19bf3a3ce71036d20491fec6057e2d789c35e34a24ef 2,618 1.00/1.00 vMB 22
626,388 626,388 0000000000000000000e9c6c06702fe0d41ab4437b8b4f2c93c693315d4cc698 2,754 1.00/1.00 vMB 40
626,387 626,387 0000000000000000000df14e4ed817bbac4160a037da38edb9bb230014f23a87 1,024 1.00/1.00 vMB 5
626,386 626,386 0000000000000000000658feb161df7e7a64ecb441f21eb22c6adf8695fcb109 1,924 1.00/1.00 vMB 4
626,385 626,385 00000000000000000009538c56e12e237c5737845f2fd576cea49408d8a3c3c3 2,758 1.00/1.00 vMB 6
626,384 626,384 00000000000000000002b99b920e20284d9177dc7ca3076011cf641bcf5be902 1,569 1.00/1.00 vMB 12
626,383 626,383 0000000000000000000c0b6d01cde59338753cca55ebe73fd38eb3ca68c40028 2,400 1.00/1.00 vMB 17
626,382 626,382 00000000000000000009f865c21f3b26d98b047f4d44e5fefdf807f12119f825 2,770 1.00/1.00 vMB 38
626,381 626,381 000000000000000000112017422dadc8370b96779f8d5a59f2593a74cd57df64 2,272 1.00/1.00 vMB 24
626,380 626,380 000000000000000000085718d0a8eaea310c865aeee43c75d1b7aab1f463d2dc 1,680 1.00/1.00 vMB 7
626,379 626,379 00000000000000000000dce85d6ddfc530074ab4d7ebdacc14666d5b7a1eefbd 2,017 1.00/1.00 vMB 24
626,378 626,378 00000000000000000003ec250df3f39b0721cdf282ebd00c2d55ad124b044bf5 1,611 1.00/1.00 vMB 18
626,377 626,377 0000000000000000001313598499dca42f553d9edb7395445727d9563677e75f 2,280 1.00/1.00 vMB 5
626,376 626,376 00000000000000000004bc34f9ecdacd22bfcdd5c334b5606233cdc7e1324bfa 2,835 1.00/1.00 vMB 17
626,375 626,375 0000000000000000000aba1956f2d01cb5141b71b41750520f94614e23b2ea82 2,691 1.00/1.00 vMB 43
626,374 626,374 00000000000000000000855776777ad5df734669e58c2e80a9d9085b514eba42 2,366 1.00/1.00 vMB 12
626,373 626,373 00000000000000000010a549e66a4a484551e93c378342b5439e1fa705a6d2f6 2,767 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.25 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: 655.41 GB
    • Received: 14.30 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.