Loading Tool

Explorer IconExplorer

Memory Pool

11,433 transactions
4.06 vMB
0.04947103 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.67/200 MB

Candidate Block

Mining Attempt b43173a9cacc7a38e15151276745a41f499aa0c0fe643d8a1682a37461e7c932
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 18cf8445374997600592a0322f066b19529a8ce891f667fa81a0db57917c508f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,997
Size: 1.00 vMB
Total Fees: 0.04456922 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (665,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,379 248,379 000000000000002d775504fb958a8a49f78f91d96317d74ee61cbc108eb291c4 256 0.12 vMB 29
248,378 248,378 000000000000003ac5ee376eb7d3392168a80ab1d4651e20371ba207dc74a4d7 141 0.08 vMB 54
248,377 248,377 000000000000003c53fd359cc29dc3b6d90ea618041000e31812aa82cc9d0e06 418 0.18 vMB 113
248,376 248,376 0000000000000033867141154a17b137f335ef07d0c33638daac48571663d235 653 0.30 vMB 157
248,375 248,375 000000000000002dc8ca92f95def429689f8de0159e5475a15c55691b6147f29 439 0.18 vMB 111
248,374 248,374 000000000000002cfe6400b7b62824217d9a8588f5d00408fe65e98551c146b1 230 0.11 vMB 139
248,373 248,373 0000000000000056e0e1be98880cc26cb1a84d46711df569bed6e0fc0fd55067 185 0.09 vMB 109
248,372 248,372 000000000000003fc96ce963e35b3544346956c9ee73d1f70175e19520855cc6 588 0.24 vMB 130
248,371 248,371 0000000000000083bc3a6668651541731f132ec8f4469db4299fd0a4e0a216be 305 0.19 vMB 97
248,370 248,370 00000000000000761ae2ffc63d9e35fb0ea6765e3da943bbfd31040e2ec88e12 115 0.06 vMB 133
248,369 248,369 0000000000000083e21224f754de246632ef2440f451c9d6952e4e19431bcd7c 75 0.10 vMB 24
248,368 248,368 000000000000003ea537b7de8f3f541043832809218fe88f426fc1d0454cbac8 194 0.10 vMB 108
248,367 248,367 0000000000000082ee5b000056eaede0cab83ebdaaa5a5d4ad400c7c363807d7 432 0.23 vMB 112
248,366 248,366 0000000000000083b9ec97ef080097d506b70f636174475de6671a5ad0f96740 73 0.04 vMB 21
248,365 248,365 000000000000000697df4fbdb7dae072502d5b87d1a2024559ba8a372e884eb8 467 0.25 vMB 113
248,364 248,364 00000000000000486de759207660cca278aaededb59d8a7f0e300a89f9711993 463 0.25 vMB 135
248,363 248,363 000000000000000dcc5b984c66f9dcd3537a095707cd569e2e67aaf5ca6b0610 65 0.03 vMB 28
248,362 248,362 0000000000000001e159f2dd4632cfdc5c49bc4860d6f27ff3c832003ddab16c 66 0.03 vMB 28
248,361 248,361 000000000000004762f9bbe71e2927d7001989a1f6f7103bb578a5990b5f0c6b 304 0.14 vMB 182
248,360 248,360 000000000000004dd4565c7fed36f5aa42a1c81a9182a442860f2eee612613bd 403 0.18 vMB 57
248,359 248,359 00000000000000571a3dbd588e56684babe17ba9e35daab2b7086545ee98f9f2 587 0.25 vMB 161
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

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