Loading Tool

Explorer IconExplorer

Memory Pool

9,690 transactions
2.28 vMB
0.00823342 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 17.29/200 MB

Candidate Block

Mining Attempt 6dcfdf4ba280c3220dc0e6eb3c18c36e44846e1d9e4097dcfa0b0e5f2a29ccb0
Version 20000000
Previous Block 000000000000000000013bb03277b3866ead7bfdbe2b885c9f2f2fd5b7491eaf
Merkle Root f295db6c50f32efe584bd0036ccaab5e20d53eaaee29d2121931a6c8e759e94f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 362
Size: 0.06 vMB
Total Fees: 0.00253969 BTC
Avg Feerate: 1.66 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,889 (642,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,675 270,675 0000000000000004d7ecc95e58ef67e11ee9a05727fe7b38c41252d369c648c4 0.50 MB 618 34
270,674 270,674 0000000000000005a37bb1a62f912df81a7019a8563d1978ef71560f00fe351c 0.25 MB 695 108
270,673 270,673 0000000000000004af8e0e9693f0339ea4102b9071629bd913a5c5179e5456cf 0.52 MB 1,014 69
270,672 270,672 000000000000000479f54fe88f55b87abaa20248fe49c51fb204ce867a3f49fd 0.50 MB 588 28
270,671 270,671 0000000000000004824d271352c126fa85eb92d1c1dddfcc2d39c3ae62850718 0.15 MB 256 32
270,670 270,670 0000000000000004e4481ad986528ba55912b418d9a9a49196c91e3e0fd7d96c 0.25 MB 340 26
270,669 270,669 0000000000000003f1fee7376a63cb3be4f28b6faecafeaab97b9fa186658c79 0.35 MB 448 64
270,668 270,668 00000000000000012163679e328ef5169de4028a9176974ce377b15afeaedabe 0.10 MB 221 53
270,667 270,667 00000000000000040a880befce35b0705a3abe491f602810d1d35747ecf72e66 0.25 MB 409 77
270,666 270,666 0000000000000001e2d785bffc864bb484c515348982ba31244c542a0f3d9904 0.50 MB 1,182 64
270,665 270,665 00000000000000010394e026e005d5ee6468aefa76f711fcbd7ed560208d0049 0.25 MB 700 52
270,664 270,664 000000000000000563b44948c0a3faccc228b690dbd6e9ddf10a18de8fc78865 0.00 MB 1 0
270,663 270,663 0000000000000003fe511cb9ef8dbbfde93216eb1d0d5745137bd1dbaa17a437 0.35 MB 580 33
270,662 270,662 0000000000000001b63212479bb876daa0869dea3e4481edf1fee75a3a922c0c 0.25 MB 731 118
270,661 270,661 0000000000000006503341b7ae22d5f3589d24632afa7d3d00769d88ffe8cb40 0.25 MB 574 41
270,660 270,660 0000000000000002c34fee5a293f437e053d3f5944ea3fd0b19ccb0f539d139c 0.25 MB 710 37
270,659 270,659 000000000000000141391c09568a16d31c8b1df0755da2b73eb48ba4fdbae593 0.25 MB 594 59
270,658 270,658 0000000000000004b443a6be28f454a89270a75f650afee406fbd520468c8482 0.50 MB 1,483 151
270,657 270,657 0000000000000004942f99d951089c7edbeb38c76ee61c3385ab213a402695c4 0.25 MB 717 84
270,656 270,656 00000000000000015aa5ca85e1a82c2b4d8645508017484beacad19a52dd8185 0.04 MB 101 73
270,655 270,655 000000000000000498475d9e58ba1bcc636eadd1b6c0f21f4e0805ad88180941 0.14 MB 167 23
Previous 10 blocks ↓
Total Size: 778.64 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: 268.46 GB
    • Received: 2.46 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.