Loading Tool

Explorer IconExplorer

Memory Pool

82,250 transactions
31.10 vMB
0.10120960 BTC
Random Selection Loading Transactions
Max Size: 188.88/200 MB

Candidate Block

Mining Attempt 63f2545ab9ba35edb3e200d092a56372cc53b1ff2f3c161e78a4aee158705d3a
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 8f8fb18c096aa7612e1da3cc42c19836659d873b85900c6ebf171b7192305e7d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,103
Size: 1.00 vMB
Total Fees: 0.03025083 BTC
Feerates: 318.30 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (198,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,091 717,091 0000000000000000000b869b189970d91b90eed1e0a1392f5a8e882c163aef72 2,234 1.00/1.00 vMB 21
717,090 717,090 00000000000000000005c39925f5179ed99f42ce3c339b5f98d10a360a5e555e 1,651 1.00/1.00 vMB 2
717,089 717,089 00000000000000000006180f2808dd48fee75b50f1e1d81501caad3e13b8ed10 2,028 1.00/1.00 vMB 2
717,088 717,088 000000000000000000076a2bdfcab703e2b3c3b0f640cb741fa27353c1c96fc2 2,102 1.00/1.00 vMB 11
717,087 717,087 0000000000000000000929c25d095916974d8173d9bd1bf7e6943ea2061668b7 1,805 1.00/1.00 vMB 10
717,086 717,086 0000000000000000000a8f1b18e08a3a60c942ee56d2ed513e1101f57b26325d 1,353 1.00/1.00 vMB 2
717,085 717,085 000000000000000000014659e620037066f977f7f939709dd1ec6537a394f0df 3,320 1.00/1.00 vMB 5
717,084 717,084 00000000000000000007ce2d7a2b020f2f88c263f743ff922800ebec818ed610 1,761 1.00/1.00 vMB 8
717,083 717,083 000000000000000000039d9ccfd92dadfd962fd6b7891448772d13c623fde86c 2,815 1.00/1.00 vMB 15
717,082 717,082 00000000000000000007cde1295fe412a620b74f60a200bb81fd70c6b7b87b92 2,188 1.00/1.00 vMB 7
717,081 717,081 0000000000000000000b7a559ed054571ae0cb343f12ecb0dbb2f2b0b487c41a 977 1.00/1.00 vMB 11
717,080 717,080 00000000000000000005daec6f35f1e8122e519eca40d996175ac6321f33126d 2,724 1.00/1.00 vMB 19
717,079 717,079 00000000000000000001a95ed1b1629f2d38f65614e9293ed16501d591fe56b6 3,325 1.00/1.00 vMB 21
717,078 717,078 0000000000000000000838f7c65a28f84af44d2120a7dfb334cc7d11063de2a1 1,530 1.00/1.00 vMB 14
717,077 717,077 00000000000000000002e00b487a868b2e9504a5639b29185e5109226e1be04e 2,166 1.00/1.00 vMB 6
717,076 717,076 000000000000000000034ae11b2450fe68a86fbb0414160857c4fb04cc487d44 2,212 1.00/1.00 vMB 7
717,075 717,075 0000000000000000000018bb637c62ca3d6089a91475798820f2570bf7ac277d 1,812 1.00/1.00 vMB 20
717,074 717,074 00000000000000000005b7b2059813ff77d894f4f8fb88fd1d1bc92367c3883f 2,691 1.00/1.00 vMB 4
717,073 717,073 0000000000000000000b0555efa9c8fbd0ba9625ca6b0bfbe25a711f5e8e6bea 2,765 1.00/1.00 vMB 21
717,072 717,072 000000000000000000021ca940d8c56f62c189c4b42b13561d7bbe5a59d7893b 1,688 1.00/1.00 vMB 7
717,071 717,071 00000000000000000009cfa6defdcb76d3ee9933f99814b93593893f5f8bb2a4 1,492 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.00 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: 718.43 GB
    • Received: 17.90 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.