Loading Tool

Explorer IconExplorer

Memory Pool

29,349 transactions
9.87 vMB
0.06678073 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.64/200 MB

Candidate Block

Mining Attempt 437ddaede9def93428bc4a4f544687726db20a4ac60b713f6bf5da071b30f13b
Version 20000000
Previous Block 000000000000000000018de06bf1fc279c8eb69c1bb16f4bc7c2f9b774645f62
Merkle Root f77c6612eebcf9603f1bc63f3db6d4dc917dc64a83757656cac49d8b2b4dcd23
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 768
Size: 1.00 vMB
Total Fees: 0.02060745 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,040 (686,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,180 226,180 000000000000025cade85d0139287f73c412085ddc64acd3f037b9ee74670995 0.05 MB 77 98
226,179 226,179 00000000000001f8efd0fc6656544974f50b44930c2ac58c753554befa0d9c5b 0.18 MB 249 111
226,178 226,178 0000000000000259270f5e74849ea0442229a8685a2a7461942bde75d3d0df8c 0.25 MB 749 254
226,177 226,177 0000000000000345d90797048b97049048738cbd56539d1b384c5a1dc7209ffd 0.00 MB 12 303
226,176 226,176 000000000000032bb474a23ae9ec4065d84bd2b821c8f690bb5f3df1477cdee5 0.09 MB 132 115
226,175 226,175 000000000000007fd6db1451003f9a69b8ee81215e8b53e793e9c92fbcca773d 0.28 MB 492 30
226,174 226,174 000000000000013471eed3f2de2f9430297cb6af52da83962c90353de30f3422 0.00 MB 10 16
226,173 226,173 000000000000003d90934d441e7556e8df92538163fac36c7014349534c23bbc 0.05 MB 129 192
226,172 226,172 00000000000001911f7cee1126e6b3e3e2ce45149c719dbe7fdbddc5edec1402 0.05 MB 88 85
226,171 226,171 0000000000000266c35b80d615a4997353fae391f361eba5093bb9bd24098ed9 0.11 MB 232 115
226,170 226,170 00000000000000a0be9d2b4aa8708773c2bcb280b4342be8b26e85b8112c8217 0.00 MB 3 60
226,169 226,169 00000000000000688f71783e3cdd62e193b7d3209adaffe80facda5c309a44b2 0.00 MB 9 30
226,168 226,168 00000000000002a2d3361948c43b75459e35d839e342b73a95dd7311fe97a832 0.00 MB 10 14
226,167 226,167 00000000000001295cee76df3b75fc977d068a4edd9c0f92b67bce1ebc96453f 0.08 MB 185 2,484
226,166 226,166 000000000000006dd076d8439a8ecc88a6d0fb051731be7d67db456f8fba95fd 0.08 MB 146 145
226,165 226,165 0000000000000228d859d53ea433f13b2e2d6d94a39c0f906e310dd3708d23da 0.03 MB 65 121
226,164 226,164 000000000000005b7e8dfa694a1a7c140533383416d2b97d78952421e5432816 0.01 MB 54 338
226,163 226,163 00000000000000675cb93f740068947e33e52a314b4cdb5fd56be387db3e0f6f 0.04 MB 64 122
226,162 226,162 00000000000000cabe8dc2273e0e4715a03240c817b496ae4d16589170c8a6fa 0.03 MB 64 102
226,161 226,161 00000000000002d4ca206772982da44d5597672665f939012eede776fee1c4b5 0.03 MB 53 105
226,160 226,160 000000000000015b536013e8f8f0d10b8fd6b97ff3c7a8dacc5db4c497dc0d67 0.08 MB 161 80
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 41
    • Outgoing: 10
  • Data Transfer:
    • Sent: 7.13 GB
    • Received: 0.06 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.