Loading Tool

Explorer IconExplorer

Memory Pool

90,999 transactions
33.05 vMB
0.17179865 BTC
Random Selection Loading Transactions
Max Size: 199.68/200 MB

Candidate Block

Mining Attempt a5623d41a91e9ec6a51ae5b14c4f01402e6a8fe238ce80f23bb4b0fbb8ff2ca2
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 5622771ddd90bb73ac7134fe22acfb5f05859f2e8fb1f1610102ad3aa4f2e822
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,939
Size: 1.00 vMB
Total Fees: 0.06754313 BTC
Feerates: 627.82 > 6.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (332,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,916 582,916 0000000000000000001783c778a6f8309ef1d269ec09609972678e03cc3cb58e 2,594 1.00/1.00 vMB 100
582,915 582,915 00000000000000000015feb769f1caf91c4b124aa273d64fc25518c7d161c686 1,247 1.00/1.00 vMB 29
582,914 582,914 00000000000000000018972e7caac417c508aecaa4eb6d46ef421c7c000ce1c0 2,008 1.00/1.00 vMB 44
582,913 582,913 0000000000000000000fc269c8066435918de6365db08066433e99f28577def3 1,943 1.00/1.00 vMB 53
582,912 582,912 00000000000000000019f82e8a5122b8c37c57cb1167930b79754228a6ba132c 1,690 1.00/1.00 vMB 30
582,911 582,911 0000000000000000001a6f0949893c0cf58edd5c2eb2dc16c13da430640d1da6 1,603 1.00/1.00 vMB 57
582,910 582,910 0000000000000000001e83d6f715ce5ebcda448629893429021544e338e5bcbe 1,564 1.00/1.00 vMB 39
582,909 582,909 0000000000000000000518de9a9e49ac05f26320b1d49f889a5aa379b203c670 2,364 1.00/1.00 vMB 40
582,908 582,908 00000000000000000001d84a16a3a65d40d6214071045ec57f6eddb3e180954a 3,367 1.00/1.00 vMB 174
582,907 582,907 00000000000000000000425454a2bfaa96ae43c57f46d2528f2001c5a26215f7 1,712 1.00/1.00 vMB 36
582,906 582,906 00000000000000000022a3252073155bc33a25e1d9761649519dbcfb486d03c5 3,073 1.00/1.00 vMB 94
582,905 582,905 0000000000000000000d9c5ba85a629b69eca77ec34ee03928943e5dae64cfbe 2,521 1.00/1.00 vMB 113
582,904 582,904 000000000000000000104e0587d30e90f2781064662d9c367fc58a7e08578873 2,700 1.00/1.00 vMB 55
582,903 582,903 0000000000000000000c90feb9c5a7c5a86399d0c0d92133b627f7cc10bebc69 2,205 1.00/1.00 vMB 17
582,902 582,902 000000000000000000138f0af4a7a1b66f46a3f2e2bafd35fbcdfec5c02d566a 2,517 1.00/1.00 vMB 46
582,901 582,901 00000000000000000006a48838c7757aefda9380e17f57756f01f3587c61dead 3,321 1.00/1.00 vMB 29
582,900 582,900 0000000000000000001083e9dd1f498fa5641f8218eb1f63f17f10676e1d6856 2,624 1.00/1.00 vMB 35
582,899 582,899 00000000000000000008517ebc8ded89ce17cf4ab953ad6d777780d408fa80d7 2,242 1.00/1.00 vMB 52
582,898 582,898 0000000000000000000548e9391fbcbd5e364d4abf50a8e8f9df5f9f2f6ea594 2,320 1.00/1.00 vMB 13
582,897 582,897 0000000000000000001a044d70d9e5ca27c36f57326cc0a0d6d902e1f1736eec 2,580 1.00/1.00 vMB 102
582,896 582,896 00000000000000000017d37c71047c22b0d7de33e69ea3802038a3df805e0e3b 2,621 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.