Loading Tool

Explorer IconExplorer

Memory Pool

38,596 transactions
28.41 vMB
0.07034938 BTC
Random Selection Loading Transactions
Max Size: 144.14/200 MB

Candidate Block

Mining Attempt 748c64ec55f615d9c65beaf5512655fcd79597a236f877e71e9e1ef0a939cc30
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root ac003f42a4eb4db773e483c7fa8cf36dc7a31e2c864b8e80621256ccbfc56623
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,076
Size: 1.00 vMB
Total Fees: 0.01569156 BTC
Feerates: 150.61 > 1.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (203,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,243 711,243 00000000000000000001cf83be709d2f224d3757bdcf3576fb0545f63f38118d 1,151 0.39/1.00 vMB 12
711,242 711,242 000000000000000000083e3ca7d7a96bd31c3c65cb993f3193899216f4241703 1,746 0.70/1.00 vMB 16
711,241 711,241 0000000000000000000884f19c20d4dd59f8473d7c25a3bb85151c00e94319db 2,852 0.94/1.00 vMB 13
711,240 711,240 0000000000000000000a9c65da1f31cf39bd5cf0f0d0198d8750f4a5df342107 2,990 0.85/1.00 vMB 4
711,239 711,239 00000000000000000008ce339096943070e703e1bf389ff1400c8b74111a641e 2,793 1.00/1.00 vMB 20
711,238 711,238 00000000000000000005ddc4846ffa759a4fc9e977f5996d3a00bb03d051a095 1,553 0.60/1.00 vMB 9
711,237 711,237 00000000000000000006e9b129d12be742c87464d86361e4c4fee2c2728f0fcb 2,597 1.00/1.00 vMB 11
711,236 711,236 00000000000000000007ca1d45cd1144b7fd6c8f4ebdb1fbadc2e8ca9e3668ac 651 0.27/1.00 vMB 12
711,235 711,235 0000000000000000000c565d2f059e87637a493430763142e08cc2213b3911c6 2,613 1.00/1.00 vMB 12
711,234 711,234 000000000000000000004247f5869dcc600d1ca9d34f12cc83e9377759598036 139 0.04/1.00 vMB 16
711,233 711,233 000000000000000000052540e781bfa66de047eef8d05badd5ddb4b9a10e3dd8 414 0.15/1.00 vMB 11
711,232 711,232 00000000000000000008ede88fcbfdaa18bcd8a425ccee2b8223b9d8b7e4a1fb 983 0.42/1.00 vMB 11
711,231 711,231 0000000000000000000507978736d971fa6edb96431a7b5cf524917f4d828d1e 1,038 0.41/1.00 vMB 12
711,230 711,230 0000000000000000000538c99fbada1614774a2102e5a7d739d2989aed258058 960 0.47/1.00 vMB 13
711,229 711,229 00000000000000000007db2127e94f9e163e047fc8f39678f3a9c03e6c1efb23 97 0.06/1.00 vMB 12
711,228 711,228 00000000000000000001519443e15993641cff352e98533d3a1a6b106d71dba6 1,867 0.84/1.00 vMB 3
711,227 711,227 0000000000000000000a5b96de6ec5d957cc623b37c6ba31717cdfaf04a6b66c 2,774 1.00/1.00 vMB 23
711,226 711,226 00000000000000000004cb77c00c1a042c49019b037572603d4b49b25fda32a3 1,635 0.84/1.00 vMB 3
711,225 711,225 0000000000000000000929bb8e9d360b9020d5136b116f82a8f4422887318daa 2,726 1.00/1.00 vMB 20
711,224 711,224 000000000000000000003abe0270bec69cfb1a0150e8b290c77c1ac2106ec8c5 372 0.16/1.00 vMB 11
711,223 711,223 0000000000000000000a1f459b183e47914742171fdc1628f93ef15b1f3dd0e4 1,627 0.66/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.68 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: 628.35 GB
    • Received: 11.79 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.