Loading Tool

Explorer IconExplorer

Memory Pool

80,375 transactions
30.25 vMB
0.08182855 BTC
Random Selection Loading Transactions
Max Size: 184.89/200 MB

Candidate Block

Mining Attempt b1903a01f02bd19e938fd257c6b25903a89b8e4489c345cc942bcbdb2dd96ed7
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 9e07fe857c05717f1b9809aa9c712b602c72109f8e1786a55c62f78dc18e5249
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,204
Size: 1.00 vMB
Total Fees: 0.01440243 BTC
Feerates: 402.75 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (227,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,629 687,629 000000000000000000006e2a2b670ad34b6f0dbe8ce1fb0bc1232eb15ca1ce67 179 1.00/1.00 vMB 2
687,628 687,628 0000000000000000000c0cc0310678008bde6466b6c3360454a53cee39166555 543 1.00/1.00 vMB 2
687,627 687,627 00000000000000000008408fe645b5f17e6e45a1d0f117c4683d543c90fd2f0e 2,164 1.00/1.00 vMB 44
687,626 687,626 000000000000000000058fffd5fe2f6a94bb087d9f35bd5b116ed276764d42bf 973 1.00/1.00 vMB 20
687,625 687,625 0000000000000000000a454f0be852585bdc26eff5a7431e84709e9f3677ba67 1,605 1.00/1.00 vMB 25
687,624 687,624 00000000000000000003519581a2e97b72b7cb26ebdff2be9de55e5e0075f2fc 2,053 1.00/1.00 vMB 10
687,623 687,623 0000000000000000000cb2fbb5ec68aa69df46572fd541929b3f6aab783c5407 1,285 1.00/1.00 vMB 15
687,622 687,622 000000000000000000076e0a3eed1fb20a77798190c30ade0467f75f4f549a83 2,150 1.00/1.00 vMB 20
687,621 687,621 000000000000000000062845700c6b34c6ca3beb35ce7b486c1573f3b28489ae 1,955 1.00/1.00 vMB 40
687,620 687,620 000000000000000000053b37603bf51d4504f74605e992213fed3c512d598ab1 494 1.00/1.00 vMB 31
687,619 687,619 00000000000000000005e2f9e7c436f93744547205a41ebcc9f63065b2cece76 2,768 1.00/1.00 vMB 51
687,618 687,618 00000000000000000002473ebd94aa43ba6cfd8baee7d2d1d0c51052729a37ef 2,400 1.00/1.00 vMB 50
687,617 687,617 000000000000000000029f9b442b5610e2fb64582e9c30837b9f09137dfba8e1 1,652 1.00/1.00 vMB 58
687,616 687,616 00000000000000000001ab7c47359e87abf05cde9906019a3da169b0272cd2a4 2,160 1.00/1.00 vMB 58
687,615 687,615 0000000000000000000d298f46036654f9dff15b17c334c8d8c240cbeb01a00d 2,068 1.00/1.00 vMB 12
687,614 687,614 00000000000000000007d1516cf163338d3b5500c9b8843cb4aca35f3ee6a490 2,340 1.00/1.00 vMB 39
687,613 687,613 0000000000000000000467769de0ae6dbe4422c9045ca8541edadd83c2f76144 1,090 1.00/1.00 vMB 19
687,612 687,612 0000000000000000000cdbb3a5a106233d5866b769f988d6b081f865291cdeca 1,873 1.00/1.00 vMB 19
687,611 687,611 0000000000000000000b3d4d0a6e22b35a2d920eb4eefbd0d6123b2183a15b6b 1,493 1.00/1.00 vMB 21
687,610 687,610 0000000000000000000740323ad400c63bc7fc73e797e9822ce9f970e409fa1c 1,328 1.00/1.00 vMB 16
687,609 687,609 000000000000000000050ea83bffd76a0e21084d7175f35e8e49a83f3a355f3f 2,089 1.00/1.00 vMB 5
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.57 GB
    • Received: 17.91 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.