Loading Tool

Explorer IconExplorer

Memory Pool

37,373 transactions
28.10 vMB
0.06580145 BTC
Random Selection Loading Transactions
Max Size: 142.11/200 MB

Candidate Block

Mining Attempt bbf00f77143b9d97a510fafbe3797d55f83d110d6e8fc0138d2e85412ab45000
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 931c696727fa41e4bce340df576bce49dc30ddde3c4b51617051679d02648a07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,100
Size: 1.00 vMB
Total Fees: 0.01186406 BTC
Feerates: 150.61 > 1.19 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (351,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,841 562,841 0000000000000000001cdec12671e67fe56b893de6bfeb46108b689b21732458 2,305 1.00/1.00 vMB 24
562,840 562,840 000000000000000000292c5a1b762b29dc5bf315ad6eaae8b60356bd87f5f975 2,975 1.00/1.00 vMB 54
562,839 562,839 00000000000000000015e0974df1136f8f853b3da65dea68232038c575a56a70 2,459 1.00/1.00 vMB 31
562,838 562,838 0000000000000000002a568eb67bac2cfafba4f60abbae285043d6069e166e4e 2,345 1.00/1.00 vMB 38
562,837 562,837 0000000000000000001c408d0e6cc20cd2ec977328f27846262bac877f19a59d 1,672 1.00/1.00 vMB 16
562,836 562,836 0000000000000000001fdec455b0ba9d6c3862cc5128f3aea5dcf92457618e03 1,907 1.00/1.00 vMB 15
562,835 562,835 0000000000000000001e120c0029059116aba178e9a5aad64b1bb79f231fb43e 1,652 1.00/1.00 vMB 3
562,834 562,834 0000000000000000000449cf1bba1c2d4c8828ccee02a32b6c270a898bfb0c9e 2,167 1.00/1.00 vMB 12
562,833 562,833 0000000000000000000a1ce29b19118b1cfb9d29373354e9d93c9720b737fe0c 2,023 1.00/1.00 vMB 17
562,832 562,832 0000000000000000000d3bfe03dd358e180a9bedb07e69227b81b4ea41deb8b1 2,743 1.00/1.00 vMB 17
562,831 562,831 000000000000000000153f7fef4783fc5723aeff8383b81124ac1a9522617c22 2,516 1.00/1.00 vMB 20
562,830 562,830 00000000000000000014c0496852a054c0a6887def385afadd5bad3d03444d4a 2,705 1.00/1.00 vMB 28
562,829 562,829 000000000000000000042c943c8e3b007d6534598933ec51b8c34bcf3ece79d2 2,420 1.00/1.00 vMB 27
562,828 562,828 0000000000000000002232726a8ce96c1a9fa192b6077af19657f9473124699d 3,279 1.00/1.00 vMB 46
562,827 562,827 00000000000000000020a208af6ae2e9f0539748b9bfec30bb005b7f4567115d 2,820 1.00/1.00 vMB 47
562,826 562,826 00000000000000000028e17f9af958534d9f116cd239b6bae315b14f94d59785 2,838 1.00/1.00 vMB 34
562,825 562,825 0000000000000000002c27ce529d497e759b7ecf34c1f3dd1e416c3954893b5f 2,704 1.00/1.00 vMB 38
562,824 562,824 00000000000000000008317a44008086e064a04902a8a46b86ca5b82fb8de16a 2,798 1.00/1.00 vMB 4
562,823 562,823 0000000000000000002719b2172a4526c31b9c7872290d18badc61ee605e413c 2,767 1.00/1.00 vMB 5
562,822 562,822 00000000000000000010016bf6cab1fd4d9a75a5e5b55fb1016691d80314fe2e 1,959 1.00/1.00 vMB 15
562,821 562,821 000000000000000000104d0efa4e5582bbc8951e5decc016d2bb42974d4ec589 2,427 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.34 GB
    • Received: 11.79 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.