Loading Tool

Explorer IconExplorer

Memory Pool

34,014 transactions
14.29 vMB
0.06222037 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.21/200 MB

Candidate Block

Mining Attempt 44505f538c38fadcfbf1a32e4cf3066f7f7762c5c60655e74be01557c9bad878
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root ce072edc7a78833870680fbf2bfb761d0fb4d7cd84ddd56fb905adbdfa485570
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,009
Size: 1.00 vMB
Total Fees: 0.02085757 BTC
Median Feerate: 2.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (709,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,008 204,008 00000000000002602aeeb860d1543607613312f5555d45391800557c550bc947 224 0.09 vMB 135
204,007 204,007 0000000000000390fcf41149894c0e955de23c34b22fe6d75a8a4b33b8b5ea3a 104 0.05 vMB 107
204,006 204,006 000000000000048521b46b62fd59f10dd03cbe7e6278b1cec9e9dd5930e3e86b 93 0.05 vMB 107
204,005 204,005 000000000000040eb116cce72249f782ea701e7f433abe638a2eeb82038357cf 51 0.02 vMB 121
204,004 204,004 00000000000002292f0d10fb28d314092d070b163cf1f6fef7559d621cea5c84 65 0.07 vMB 21
204,003 204,003 00000000000001465de2c75414f1e29fe0e0432307b89c7423435ad9f6c97dae 248 0.10 vMB 145
204,002 204,002 0000000000000521aad79421ccc2fa59a149126e4a73b4b45133daff0667707f 12 0.00 vMB 33
204,001 204,001 000000000000020aef81dcf0ef072f2f8f77c9e0fe57efd67442ccceef89b323 137 0.07 vMB 110
204,000 204,000 0000000000000423eb625dc140272ab97fea3ba6baf1dc56de77deabcc492872 373 0.15 vMB 135
203,999 203,999 000000000000032ac3f7c6ad2cde76c611a851fb22366a35b12b832b4e7a29f9 537 0.21 vMB 129
203,998 203,998 00000000000000c5b58dfa8031dcd960b00fe11300ebf6236ac4d0b4e986602f 615 0.34 vMB 93
203,997 203,997 000000000000045edf70772f9a6ea6f428ce03f3676cbb0735fc1150d4ea5450 8 0.00 vMB 29
203,996 203,996 00000000000001f9bbfae480a2aa3618c0eec0de9284d15f6c0140a5b8c37e82 6 0.00 vMB 46
203,995 203,995 0000000000000096f18503582dd566f25771b323901467885aab82bd0e976986 18 0.01 vMB 25
203,994 203,994 00000000000003a678ac1a443e96fe2829d8badbbe1c6166389aa8494ea6cb9a 32 0.02 vMB 59
203,993 203,993 00000000000003d5ae5a48ed76c3a274916226020128e0fa2c4f733825cf3c35 50 0.19 vMB 57
203,992 203,992 000000000000020ab4fa84bc4456f0e575d65b1fa094d0eb07ec4745cae0179a 637 0.25 vMB 164
203,991 203,991 00000000000003d62d407121a7ffff5db87027423a833c151c3ed41edde24fd7 138 0.05 vMB 151
203,990 203,990 00000000000004785284e1214447630daefce21949dfde985c5dd13ba05d3314 1 0.00 vMB 0
203,989 203,989 000000000000027aaf08d8190b30e2ffd2221487bf01468d71f3d8ee4efcaae3 248 0.09 vMB 129
203,988 203,988 000000000000032fcd34065cdd98e3b106e18ab5620b9efc05d0b8e204a5f5a9 179 0.08 vMB 183
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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