Loading Tool

Explorer IconExplorer

Memory Pool

77,165 transactions
28.77 vMB
0.07872312 BTC
Random Selection Loading Transactions
Max Size: 174.04/200 MB

Candidate Block

Mining Attempt 20239d5354b527c3d163c5ecc0cf56abdb29d827a055aaf7eb7147e0777d6c97
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root c689cd3bf83c0f51c123a571fa7cd5d3be5c294351421f3f9f5ba0eac4235458
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,827
Size: 1.00 vMB
Total Fees: 0.01870317 BTC
Feerates: 100.17 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (669,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,761 245,761 00000000000000070d0fe70f3a1e7e36bddace151579928bcd72e553c08d9443 14 0.00/1.00 vMB 110
245,760 245,760 000000000000001d181e1954911f268bb49f3a8ef1d6abd3242a82c6304ba0dd 9 0.01/1.00 vMB 3
245,759 245,759 000000000000002d9e58bfd7595fe4d9a5f3cb252cdc35b10f06c83c23532938 269 0.12/1.00 vMB 141
245,758 245,758 00000000000000b2c53599098d7d6b20e2c868a91cfa2b2808e3a6ab858e9c7e 5 0.00/1.00 vMB 188
245,757 245,757 00000000000000a5f6cbcf4946721370c2b823f36d00f9a8ccb02564cd83b3d9 209 0.08/1.00 vMB 139
245,756 245,756 00000000000000c0f26605c0fc03cdc2f3e52a5e5a8cabc9a36e12e6f2f684c2 141 0.06/1.00 vMB 175
245,755 245,755 000000000000004569691405d89a5e05c702a4379a6a60174a61c246eacf3e15 183 0.09/1.00 vMB 110
245,754 245,754 0000000000000058fbcaa9aaeb8fb894be11d644bace33f545a9c8124dbbc14d 461 0.21/1.00 vMB 140
245,753 245,753 0000000000000060ab173097418921de38adeef0d0feb1b3a516e4d547935c47 339 0.16/1.00 vMB 152
245,752 245,752 000000000000006d4319fa7a4641f58223c8e8a2cdc274a18df59afa563e2595 263 0.10/1.00 vMB 204
245,751 245,751 00000000000000be6effb2535296629101de2e19d0cb8f51e687f86d99470ee7 78 0.05/1.00 vMB 81
245,750 245,750 00000000000000566d09b485cd1d6998cd12dc6625024d7b299362b4e52924e0 70 0.03/1.00 vMB 65
245,749 245,749 000000000000000e01490246100ce857f090cd0dbb2dbd8e4f37df0d3cccf83f 80 0.04/1.00 vMB 11
245,748 245,748 0000000000000062f880ab77ff10545306c16446d001bb415ec63b6999fceea2 537 0.22/1.00 vMB 171
245,747 245,747 00000000000000b340dbcedfb6d96f0520857bc8d6dcba43a5c0281b2b3d9c19 78 0.03/1.00 vMB 11
245,746 245,746 000000000000003101ea2fa40061de07cb596f76221e92655c1a871c16fe1718 357 0.17/1.00 vMB 82
245,745 245,745 00000000000000a54bd63aae689e2a8baf8691c945250b25b987a8ddf30bc892 556 0.25/1.00 vMB 145
245,744 245,744 00000000000000b9c9ddafd8dac75332e43e9a4a30117e2b39487ea90fa46b04 422 0.19/1.00 vMB 25
245,743 245,743 000000000000000adafc221f03c0db921e72b4bef08457c09bafd816e61c18d0 219 0.14/1.00 vMB 113
245,742 245,742 0000000000000037c75e7c292cbfd23428e897ffa35354c6d7f8e694e488fa86 635 0.25/1.00 vMB 150
245,741 245,741 000000000000006bb1dec65c2ff1b60ecd6d7654ac6e1385f12f465d7492372a 159 0.06/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.63 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: 672.13 GB
    • Received: 16.15 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.