Loading Tool

Explorer IconExplorer

Memory Pool

25,333 transactions
25.95 vMB
0.03543854 BTC
Random Selection Loading Transactions
Max Size: 138.96/200 MB

Candidate Block

Mining Attempt 8378556a75f9ee1260e2ec43e216ef21a6ad13cd8a4c89b7e67e348ae30c5942
Version 20000000
Previous Block 000000000000000000019057acbde142b7d73469f6d63bac136b5ddf392467c7
Merkle Root 6849aaeb08b93f305e50d5d0029eec548ce7d7001e8fbec295ac49369d995c9d
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,112
Size: 1.00 vMB
Total Fees: 0.00651619 BTC
Feerates: 100.49 > 0.65 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,669 (31 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,638 940,638 00000000000000000001d57b70272bb084bb54ced75a6aa3ea9cb8bb6c93baf5 4,032 1.00/1.00 vMB 2
940,637 940,637 0000000000000000000049791904cdda4a35f8252dd658b75a5f9c33e643ffc2 4,639 1.00/1.00 vMB 0
940,636 940,636 00000000000000000001e431b9a83662ca73e36cabb17d08c9f3d9342daee216 4,046 1.00/1.00 vMB 0
940,635 940,635 000000000000000000000736f2448d4019edc51b63ce31a4a98a7bc2b6ac002f 238 0.05/1.00 vMB 2
940,634 940,634 000000000000000000010e62c7b6c5aa0ed54f2f65f62a493e37a50d98dd7b09 4,823 1.00/1.00 vMB 0
940,633 940,633 0000000000000000000079ccca71870be2bf862cc7805b9a80d408a41276ed3e 3,629 1.00/1.00 vMB 1
940,632 940,632 00000000000000000001a7fb6efe68b7c22f7b4a1204abf9391b99dc29f4dcc0 3,967 1.00/1.00 vMB 0
940,631 940,631 000000000000000000013607247c1431638919560c13e5b3daa0bba584c4497c 330 0.08/1.00 vMB 2
940,630 940,630 000000000000000000016bd8274ea5b8454df0697870940dee865c4a725b7c24 3,649 1.00/1.00 vMB 2
940,629 940,629 000000000000000000006d338d5c295ac0866db2722b55918cb5e24057b209e2 3,582 0.90/1.00 vMB 3
940,628 940,628 00000000000000000000f7b836cc9d701736c3b60f03617205c8bf4c6e611c5d 3,628 1.00/1.00 vMB 2
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
Previous 10 blocks ↓
Total Size: 827.96 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: 4,513.29 GB
    • Received: 245.00 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.