Loading Tool

Explorer IconExplorer

Memory Pool

81,215 transactions
30.23 vMB
0.07413490 BTC
Random Selection Loading Transactions
Max Size: 185.62/200 MB

Candidate Block

Mining Attempt 4c2279d9ee2221de47052f4eb47c6adedeb30050c968f0efb2d64de7eace6fe4
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 92ee20d14d571d440f12449d9ad4812a65eb7d2a23d48d45ad5097e1f35c980c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,004
Size: 1.00 vMB
Total Fees: 0.00691987 BTC
Feerates: 100.00 > 0.69 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (488,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,880 426,880 000000000000000001bf60e7ad9276af5e8f259b01bbcd448bc940a2af8c4111 74 0.04/1.00 vMB 52
426,879 426,879 000000000000000000022488a2f2c91501598ca026adeaf6e431341c2d9e1ac8 148 0.05/1.00 vMB 84
426,878 426,878 000000000000000001b6e72ebfda1d5118a3a5a4bd1dcffd8d38252fef9e5168 659 0.31/1.00 vMB 61
426,877 426,877 000000000000000003a354cfe81caf71d8e73a9df107182cb97b4afce3cf0e9e 911 0.42/1.00 vMB 58
426,876 426,876 00000000000000000024052e07eafc26c0471c374b72c6bfa6e64420804d2fd5 1,607 0.69/1.00 vMB 63
426,875 426,875 000000000000000000ad4802f33ae3f8d91fb3c191981514d770dd543fa64444 1,385 1.00/1.00 vMB 38
426,874 426,874 0000000000000000046fbd1ef3ea12662f238099cab42dea34345bb631aa5ea3 1,623 1.00/1.00 vMB 61
426,873 426,873 000000000000000002525d3d47bb57cfcf3b55a8c421295a1818433b7709c5ac 1,973 0.96/1.00 vMB 59
426,872 426,872 000000000000000003ed297774dbbd98138e6f0b87b97c3295bd3855c9a826f3 484 0.92/1.00 vMB 11
426,871 426,871 000000000000000002d7ac3beb29d34b0b3e0f39a71d039332df5f6ecce80ca5 2,593 1.00/1.00 vMB 67
426,870 426,870 000000000000000004c9a5362024d2cc08a481a1f0abc593f9d048523129890f 911 0.46/1.00 vMB 46
426,869 426,869 000000000000000004d5ff43315e922eb99ac47d7984d8e39b4b6b8dcbafaf2d 2,202 1.00/1.00 vMB 57
426,868 426,868 00000000000000000038adbb9697ab2c36131c97e77934d2699405f5027753f3 2,162 1.00/1.00 vMB 51
426,867 426,867 000000000000000000d73477c1f03057707e17194c925c874f7caa013da7eb66 3,240 1.00/1.00 vMB 82
426,866 426,866 000000000000000000a720c86d40c6019333f1077628558e5041a5293a336ff0 597 1.00/1.00 vMB 16
426,865 426,865 000000000000000003e484ffcf732c98000233f6e46c8c3cab8fb492d31f41d2 1,177 1.00/1.00 vMB 32
426,864 426,864 000000000000000001e65f3dacbb281b0ed01bd19fd695421181d8a480022cee 2,491 1.00/1.00 vMB 65
426,863 426,863 000000000000000000d68c808e6478abc067a901a6ea3ed51d2627d92c1456c7 1,104 1.00/1.00 vMB 30
426,862 426,862 000000000000000003e00583258349d3ee99dcd489e8ab8acf7f2070ab836484 2,365 0.98/1.00 vMB 62
426,861 426,861 00000000000000000408255b9a6ae3d3ffeaa2d0ceaf69622766bac1fb337709 490 0.17/1.00 vMB 70
426,860 426,860 000000000000000000f6eb503c649caf12b29b0d14d6d37232fcf0cedb33a988 883 0.36/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.