Loading Tool

Explorer IconExplorer

Memory Pool

80,813 transactions
30.58 vMB
0.08461563 BTC
Random Selection Loading Transactions
Max Size: 186.53/200 MB

Candidate Block

Mining Attempt 997f879c95a8e164143e4855ed27a4cc9af2627d33fe0530f7722fb400f3f6bf
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 8047a172268105962bacec61495fd05dafda6c586f167f2fd88def698631473a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,032
Size: 1.00 vMB
Total Fees: 0.01558290 BTC
Feerates: 301.57 > 1.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (34,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
880,745 880,745 00000000000000000000b9b36857e7ef7a340ae3bafec6736cefb7ae4177be4c 2,021 1.00/1.00 vMB 2
880,744 880,744 0000000000000000000010895c8246c5e2f53712925a056fd20914e80ad5709c 733 1.00/1.00 vMB 1
880,743 880,743 00000000000000000000a30f0a2af4e5a4f091e5ebfc3884f5565d9fb6fe9e1b 2,194 1.00/1.00 vMB 3
880,742 880,742 000000000000000000025575666ac494c9443d7c889878dbd239e7eedd0d35a7 2,403 1.00/1.00 vMB 4
880,741 880,741 000000000000000000023c9c70a0530c2dcb855e538a9e602f30eca6243274f3 3,687 1.00/1.00 vMB 6
880,740 880,740 00000000000000000001caa6dd86d851374a8fbf7e314d8ffed3848e4a1b2afa 2,103 1.00/1.00 vMB 3
880,739 880,739 000000000000000000019d9a6b7ab152e3086cc33a62cc280731a2ef35074f15 3,691 1.00/1.00 vMB 7
880,738 880,738 000000000000000000005bac94414e1b9ab0975dc81fb6c16dc8bbfa3a83d298 2 1.00/1.00 vMB 2
880,737 880,737 000000000000000000021d90b8b76975ed2db74fc44d2142158d83c66df4ba41 1,203 1.00/1.00 vMB 2
880,736 880,736 00000000000000000000b3652529b2f04f0c2fbd5a1dcb9f777d96cbcf2d0cbd 1,036 1.00/1.00 vMB 2
880,735 880,735 000000000000000000025a079eb2f65a6680a85f0a29f78c25a5f0c08be47723 606 1.00/1.00 vMB 1
880,734 880,734 000000000000000000006f0843bd337a7e04167613dcdd6afe85838e47a05bb0 1,964 1.00/1.00 vMB 2
880,733 880,733 00000000000000000001c52949ad6f42a1deab8b677b9de5d9a98c5e26f644f6 2,356 1.00/1.00 vMB 3
880,732 880,732 000000000000000000023a2a98a29181eb7a0c7e3ad68be84b9d0468853e3d27 2,876 1.00/1.00 vMB 4
880,731 880,731 000000000000000000027480b6935af7cd1d77db55e37c66f1909ec386b077da 267 1.00/1.00 vMB 1
880,730 880,730 0000000000000000000080d66648caee80f0667c93d3b27cf1117fb52c9ff752 1,422 1.00/1.00 vMB 1
880,729 880,729 000000000000000000000f755c03b98d78fdc4e15c8f21f5961d929b5a82e39f 1,993 1.00/1.00 vMB 2
880,728 880,728 000000000000000000027ce194376451f5715c453cdfbdff565bf4d619672661 3,124 1.00/1.00 vMB 8
880,727 880,727 000000000000000000004b7a81b03024012f55ba6d052b2704076bdada368b28 1,053 1.00/1.00 vMB 2
880,726 880,726 00000000000000000000953c7c4013b0dc6e7f4d1b9c15b02657a90f0847d86d 2,187 1.00/1.00 vMB 3
880,725 880,725 000000000000000000002b0583452507d81fcb32ec47c7eacc1777117813c141 1,969 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.25 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.