Loading Tool

Explorer IconExplorer

Memory Pool

87,846 transactions
32.57 vMB
0.24802167 BTC
Random Selection Loading Transactions
Max Size: 194.65/200 MB

Candidate Block

Mining Attempt 6b0c9cbee8950380dd262d5786b0a3a8d55b7f4920db30df003602fc4f9ba6b7
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 36a14d5cd2d061d0a54e19695077ef3d22f67d0e73d721fff6bd4ac3c5fbe35f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.10976206 BTC
Feerates: 538.26 > 11.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (669,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
245,740 245,740 0000000000000071f4e20a14d5755cddcf4e9aee9e2325f3163c3eded1f96ed9 37 0.02/1.00 vMB 118
245,739 245,739 0000000000000014307628174420db54a1ca8a67f3dd4eafb7dd729edb6f483d 257 0.13/1.00 vMB 149
245,738 245,738 000000000000006eb4f9f3d9bf42debb436d899c2fdbed9556a8e8a2d44abe25 25 0.01/1.00 vMB 46
245,737 245,737 000000000000009c63a4a3eb9e8fca70c1dbb584eef24b8b9feb309ce62db7a6 298 0.15/1.00 vMB 116
245,736 245,736 00000000000000bc27b57fae01ccbcd0fef618b83b9eeb4073cacec376726052 512 0.24/1.00 vMB 40
245,735 245,735 0000000000000074602b862fc1c7206c6e67fdfa40a7354567ccb2f54ce6d0f3 620 0.25/1.00 vMB 205
245,734 245,734 000000000000008d76bca5dbce64ac61727b8ed55187d5a96ae0b200e9183ec0 129 0.06/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.65 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.71 GB
    • Received: 16.32 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.