Loading Tool

Explorer IconExplorer

Memory Pool

39,033 transactions
28.93 vMB
0.03839137 BTC
Random Selection Loading Transactions
Max Size: 160.99/200 MB

Candidate Block

Mining Attempt 25b0adcbfe8763bddaafd0dd2ca2cf9cf521e31bc23b0f217f55464fa03acb28
Version 20000000
Previous Block 00000000000000000000634aebabeef5525a50ef01216dcd1e1e95eb93bbdca0
Merkle Root 143036ff42322a5626c3430a7c09acc54e12a24bdd39e73b9507dfd867f69aea
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,816
Size: 1.00 vMB
Total Fees: 0.00552623 BTC
Feerates: 50.23 > 0.55 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,650 (23 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,627 940,627 00000000000000000001459903773eb54a70c4b4e30de4a4a3f177b2b38b9a13 300 0.07/1.00 vMB 2
940,626 940,626 00000000000000000000869649cadb3b5ecddeb1a71126d6e22c2efa9e7e5d0b 4,129 1.00/1.00 vMB 0
940,625 940,625 000000000000000000002b3c437626f8041d60f24ff430f831865e766d4484e0 3,556 1.00/1.00 vMB 3
940,624 940,624 000000000000000000018d97e4427b9dc2717cbe4b710f189b80617b29464842 4,296 1.00/1.00 vMB 1
940,623 940,623 0000000000000000000060fb640faef66eaa85e20f7c19b5268f0d6a2ed4947c 3,752 1.00/1.00 vMB 1
940,622 940,622 00000000000000000000cf8c75266161e76a2ec84df76c66c1f4a8c60e6ec4f5 732 0.24/1.00 vMB 2
940,621 940,621 000000000000000000002c957c5f36374060d04f610645597b697dd5202d21e6 3,437 1.00/1.00 vMB 2
940,620 940,620 0000000000000000000197e66c9f43de5183dbb9459d9ea31d2ceafbdd4bab7b 3,421 1.00/1.00 vMB 2
940,619 940,619 00000000000000000000f028d4dc4a4ae94faf3f7d0682886d39c2d851471030 3,607 1.00/1.00 vMB 2
940,618 940,618 000000000000000000002b807ea0c3d5c6bc892c092b5b2c819c710dfdeb416a 2,854 0.93/1.00 vMB 2
940,617 940,617 00000000000000000000a5d730cb1a2b4676fc1b4869e2e2f92554660091dbc5 3,356 1.00/1.00 vMB 3
940,616 940,616 000000000000000000017b635aeb838ccfec6c08fbd0314eeab18faf484d5de8 3,991 1.00/1.00 vMB 0
940,615 940,615 00000000000000000001028793cfb918f379709fc6e1ebf1f5b852c5abd4cc4d 2,260 0.74/1.00 vMB 2
940,614 940,614 00000000000000000000756ec31364a936dd3173b1f8704f04d17c1b2b9fb404 4,244 1.00/1.00 vMB 0
940,613 940,613 00000000000000000000544f9a5ad619be2b7483ee440d3b56396bd597fb266c 3,709 1.00/1.00 vMB 1
940,612 940,612 00000000000000000001dd97148748033ecab67936fc8bdf00e1ba3ca9ed41eb 4,223 1.00/1.00 vMB 0
940,611 940,611 000000000000000000002c41243b3d74d135942031ef15f547bca1ce8f85eb99 3,670 1.00/1.00 vMB 2
940,610 940,610 00000000000000000000824882702b0092e4c0fb736d6abdbee16added2f176b 2,568 0.88/1.00 vMB 2
940,609 940,609 000000000000000000013d797d66fda44423e28acb1c370d7e752aab499554f1 532 0.18/1.00 vMB 2
940,608 940,608 0000000000000000000047367a9f9c88985529161c41a2d03602a5026bddcb34 109 0.04/1.00 vMB 2
940,607 940,607 0000000000000000000086c2413e5d8ccf6d61bc31ead3572fd87820ce5cc294 1,038 0.56/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 827.92 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: 4,511.76 GB
    • Received: 244.88 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.