Loading Tool

Explorer IconExplorer

Memory Pool

28,482 transactions
14.76 vMB
0.06484170 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 80.17/200 MB

Candidate Block

Mining Attempt 4334b9ac5f35e217e710ab03c31c82fe92795bdc99dd106cb94c45976c8d5f65
Version 20000000
Previous Block 00000000000000000001d0617f024878b1b8c1397157f24831866ff78369eb59
Merkle Root 811f88571b34de6db1ccdf18b087005459e7181c1a36458fe953fe9f19c7a223
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,641
Size: 1.00 vMB
Total Fees: 0.02604348 BTC
Median Feerate: 2.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,251 (644,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,159 269,159 00000000000000067fbb9a86af678506fb000adbb32d7b0ab2fe24c143bdeb22 204 0.09 vMB 84
269,158 269,158 0000000000000007e47abd1787498430571a0ee778e3a4f6b3b87961d970f2cf 398 0.16 vMB 67
269,157 269,157 0000000000000000e684a85cba82324b4535606d1201550972b397d1572beef2 1,166 0.46 vMB 171
269,156 269,156 0000000000000001c6db020ca0711b4795d1661a6a7a3edc0c7ab26cee299e79 499 0.24 vMB 79
269,155 269,155 0000000000000004550a15149acb5021f0e898a0a08f112fc1014efd57f5f90f 337 0.17 vMB 76
269,154 269,154 0000000000000001cdf9170ee133d62785570409a3f5be398ec6df01932df591 32 0.03 vMB 57
269,153 269,153 00000000000000041d355909fb87daeaed3f055a3dfebc2bcbd93279f1de6c39 158 0.06 vMB 100
269,152 269,152 00000000000000007b47e14808556de943ffed0abf45df8de1a9678131f0a3c5 108 0.05 vMB 58
269,151 269,151 000000000000000539c346924c8e0310c5cf62aa38170e0eacbba0782cb085c4 15 0.01 vMB 52
269,150 269,150 0000000000000003db3ca63adedd6013b79257aaaae95e75e737822f5cc58cad 117 0.05 vMB 92
269,149 269,149 0000000000000000c99664a110e566d29ab04d3d28b6183e242c642520d6ad40 130 0.06 vMB 37
269,148 269,148 0000000000000006c2deef3bcbec1c2eaecf9bd828682dd6c092a9dfaf041248 118 0.05 vMB 62
269,147 269,147 0000000000000003775f6e622a2cb31d38d469f379946efa32a9bf72ad746119 229 0.10 vMB 75
269,146 269,146 0000000000000006441639eb088ee99632653ad2975d92ef10f932cf9de025e7 235 0.10 vMB 52
269,145 269,145 00000000000000018f8d8160df57cba10deb013f779cf7ae54cc4354b66903db 38 0.02 vMB 43
269,144 269,144 000000000000000067d82d431be75660a47c984f0271c5679504b10cf4ae1d6f 10 0.00 vMB 24
269,143 269,143 00000000000000044f93fb7066a73d5b675a3be56603e866228156ac0c79d8e3 135 0.10 vMB 36
269,142 269,142 000000000000000005efb46549bdc42f757dc79ae036d64928f562286bf96f2c 285 0.14 vMB 51
269,141 269,141 000000000000000779e0bb59665a686fc893d931e1f4ba58422d6c472ba3892b 325 0.17 vMB 49
269,140 269,140 0000000000000001c3d1aa5de1c804c5243e3f889ead5c6461c6250af5090892 466 0.20 vMB 64
269,139 269,139 00000000000000022b56bca9f9bc07eb115ac4bfc74b864dfd176eb3a8f9e6b9 59 0.03 vMB 3
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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