Loading Tool

Explorer IconExplorer

Memory Pool

16,674 transactions
7.03 vMB
0.05026148 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.54/200 MB

Candidate Block

Mining Attempt ee930b1c2ffc52dd28f97b01818cbd3b0ee90e188d5e1e443210915c1e211abf
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 493569a7e0bb44b5a2de2cf3df59afbe5f724753a524cc845bbacd110772462e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,493
Size: 1.00 vMB
Total Fees: 0.03141598 BTC
Median Feerate: 2.81 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (662,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,215 251,215 0000000000000024caeefe79d080d757c18ec3b49d86e51031a49186ef26b677 279 0.13 vMB 133
251,214 251,214 000000000000003070f064be363a5a0fb70bf9e274be1a41084afdad775a5a11 68 0.05 vMB 124
251,213 251,213 0000000000000008784add6c38a6aa0ea0a685480bdf42a1de22c71ae6ad2bfa 43 0.02 vMB 116
251,212 251,212 000000000000003ba7a1b384ad38f3d6be297b477be595df6e9b4f18f4ebdebf 108 0.04 vMB 104
251,211 251,211 00000000000000245a06dc3f9db577c41325972db18cd9ee07ef2b2dc2bcd037 420 0.16 vMB 184
251,210 251,210 000000000000000b9f2c94f22b1d6db5bb9fa18da7b1d822fb60c55b47d5b700 405 0.24 vMB 106
251,209 251,209 000000000000006259537924342800c0ba4077c1450c88f750fded34d525e250 444 0.20 vMB 84
251,208 251,208 000000000000006bd807ccd3e7394e2351287f2fb9c093bdf89e9318ff34a8dc 708 0.32 vMB 101
251,207 251,207 000000000000006d00dfded16fc5d73995218043cc0672d32f7e68bb8a5cf51a 141 0.07 vMB 41
251,206 251,206 0000000000000068b04ef1552ff6b680392bacf91e62d4c42c71702ba8bbfa8d 602 0.25 vMB 138
251,205 251,205 000000000000002c17a9b2fcbc9a01488fa280544e12dd11b3256a6026066773 51 0.07 vMB 35
251,204 251,204 000000000000004e910dba669f7560aa5c172248c0b85c211947fbc033c20084 678 0.25 vMB 134
251,203 251,203 000000000000004bcd0af066d25368daafaaf98c859850b7c4980d4d057def83 523 0.21 vMB 59
251,202 251,202 000000000000005ff6af6d5b14c5a1058729c027b03e8e1980f4cbae67247142 508 0.25 vMB 153
251,201 251,201 000000000000004c098efdf8d8aebb5f3f04079f4becf5ac2691a28c58d234d8 512 0.22 vMB 48
251,200 251,200 00000000000000363567a4644278590a77fe509c85b77ef0a55568bf5360c435 208 0.10 vMB 127
251,199 251,199 000000000000001dad3cbae218f0845b31b2e9ab94b3af3a6ae622c10ea6b6d9 134 0.07 vMB 105
251,198 251,198 000000000000006be61083d44158c5005b078373aee062e7460d22a67b92b876 238 0.08 vMB 185
251,197 251,197 0000000000000057c107188ccd1c2b01c5f2e944af03f15d86c83d71ee61e0a0 272 0.11 vMB 130
251,196 251,196 000000000000000cf71a0abf50e619dd8a21d42b6c607a73aef25505ef462208 407 0.19 vMB 112
251,195 251,195 000000000000006750bc03720024c73f05503344c38acc137dcd1ac30c4ee6fa 367 0.19 vMB 124
Previous 10 blocks ↓
Total Size: 779.66 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: 316.42 GB
    • Received: 1.51 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.