Loading Tool

Explorer IconExplorer

Memory Pool

25,905 transactions
12.37 vMB
0.06950768 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.52/200 MB

Candidate Block

Mining Attempt 818d734e65adeb8d3a6d8942c26359c8730cffb4a0bb419685ee096ae9a52fcf
Version 20000000
Previous Block 000000000000000000000a0813b0a1930f49f52e9551907612c3d32688f4ddba
Merkle Root def5233d0992b7f54eecf095eaeceac865870a03a9e2bc22ebf0175216893fc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,392
Size: 0.99797525 1.00 vMB
Total Fees: 0.04680049 BTC
Feerates: 641.71 > 4.69 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,702 (644,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,149 269,149 0000000000000000c99664a110e566d29ab04d3d28b6183e242c642520d6ad40 130 0.06/1.00 vMB 37
269,148 269,148 0000000000000006c2deef3bcbec1c2eaecf9bd828682dd6c092a9dfaf041248 118 0.05/1.00 vMB 62
269,147 269,147 0000000000000003775f6e622a2cb31d38d469f379946efa32a9bf72ad746119 229 0.10/1.00 vMB 75
269,146 269,146 0000000000000006441639eb088ee99632653ad2975d92ef10f932cf9de025e7 235 0.10/1.00 vMB 52
269,145 269,145 00000000000000018f8d8160df57cba10deb013f779cf7ae54cc4354b66903db 38 0.02/1.00 vMB 43
269,144 269,144 000000000000000067d82d431be75660a47c984f0271c5679504b10cf4ae1d6f 10 0.00/1.00 vMB 24
269,143 269,143 00000000000000044f93fb7066a73d5b675a3be56603e866228156ac0c79d8e3 135 0.10/1.00 vMB 36
269,142 269,142 000000000000000005efb46549bdc42f757dc79ae036d64928f562286bf96f2c 285 0.14/1.00 vMB 51
269,141 269,141 000000000000000779e0bb59665a686fc893d931e1f4ba58422d6c472ba3892b 325 0.17/1.00 vMB 49
269,140 269,140 0000000000000001c3d1aa5de1c804c5243e3f889ead5c6461c6250af5090892 466 0.20/1.00 vMB 64
269,139 269,139 00000000000000022b56bca9f9bc07eb115ac4bfc74b864dfd176eb3a8f9e6b9 59 0.03/1.00 vMB 3
269,138 269,138 0000000000000000fa03f8dbc8296f828312a09fc22db2d3d33df0cb8653bb87 853 0.43/1.00 vMB 65
269,137 269,137 00000000000000036c01f5f4a162317e048ec0b14561159c1075df0f81c01ef4 539 0.25/1.00 vMB 99
269,136 269,136 000000000000000635d0dada9ca68d75b6a455c3f20c547a33eeb9a34133fa6e 454 0.22/1.00 vMB 76
269,135 269,135 0000000000000001b6f4fda4c97933b507a02d5e2de36b5f31c04a5640045fcf 210 0.13/1.00 vMB 72
269,134 269,134 0000000000000004c55f9fba32de6737030d75a9cf149ccb6ee34dfac8d16762 350 0.25/1.00 vMB 63
269,133 269,133 0000000000000007758d7ccfdb5f9b4347b49dfe08745c49e1182361a3475666 111 0.04/1.00 vMB 81
269,132 269,132 0000000000000001e4b4c69dd153294688dd037066244a5ed8f7d4aa920db45d 422 0.25/1.00 vMB 60
269,131 269,131 00000000000000076815d80d4f291d6a8828368b1d51ff99076feb9fd95d002a 125 0.09/1.00 vMB 38
269,130 269,130 0000000000000004cce0ee765d753dd76bea6f439131962dea84fe4b635e5bf7 96 0.05/1.00 vMB 63
269,129 269,129 0000000000000003590618aa78221019c514d26adc3714fc53e8e463c2b3b189 174 0.11/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 780.10 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: 493.98 GB
    • Received: 3.49 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.