Loading Tool

Explorer IconExplorer

Memory Pool

37,558 transactions
19.20 vMB
0.04432665 BTC
Random Selection Loading Transactions
Max Size: 106.22/200 MB

Candidate Block

Mining Attempt 43660443a0a8a388fa81eec59bd541cda347677f9b078712bce5fab19cbf448b
Version 20000000
Previous Block 00000000000000000001e885f453299570d6d4f81a0e2e4aa28fde3fafff4e84
Merkle Root 1e30c6394c683a817766ab22663d0d181ac18a4dc006977ec741039850b83333
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,333
Size: 1.00 vMB
Total Fees: 0.00701148 BTC
Feerates: 101.74 > 0.70 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,888 (747,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,660 166,660 0000000000000bd9d35329941057fc26dea514569c68e759f567dfdfb0bfd8fc 118 0.03/1.00 vMB 58
166,659 166,659 000000000000076af40d39ced2fcd12fc8314fe3ce4e47a0d70b077f7d7871d9 106 0.05/1.00 vMB 52
166,658 166,658 0000000000000bc8dddfbd1d1d574f622a00816ee7c466677cd8b7c39281b42e 67 0.02/1.00 vMB 174
166,657 166,657 0000000000000523a5896c93794edd4b8169297d51f6373c58ff66c23315882a 44 0.01/1.00 vMB 315
166,656 166,656 00000000000005298a84f72b87ae30c47ce33af6832d04ab65d2a5b49b3291b2 45 0.02/1.00 vMB 132
166,655 166,655 00000000000006656d45a7592ccf99a83b0f488af72d4d2a5992d50070641817 38 0.02/1.00 vMB 629
166,654 166,654 0000000000000bdb8ed4093598ec5238fb266613cce44653a2e8ef3d22dc32a6 58 0.04/1.00 vMB 119
166,653 166,653 000000000000021e9eadff9352f8b54e612ba8c2e5ded1ba937fa3e266840c56 137 0.06/1.00 vMB 124
166,652 166,652 0000000000000921dbc74589bc91a365bbc8ef23e76f5a18d6d20856a3e10eab 80 0.05/1.00 vMB 286
166,651 166,651 00000000000008cf2d4191acffd0119c17abffdcd4bc4f5f9454d962c5ac0e7f 4 0.00/1.00 vMB 162
166,650 166,650 0000000000000b3691311840bc60d552d4b4ebbde09114fd8ea7d8507be7d0c0 13 0.01/1.00 vMB 8
166,649 166,649 0000000000000b682ad7d6bf47b42d156cd7971f3c893826e9efd03844bc7db8 91 0.05/1.00 vMB 141
166,648 166,648 0000000000000c0e9fcef38ed919d13e4c28ab0d2bf6bd55fd5f4a9b605df599 43 0.01/1.00 vMB 185
166,647 166,647 00000000000002bf33aff2b0629f4dd2f4aa5b218dd7ef2e4ffc32472c777d69 98 0.04/1.00 vMB 98
166,646 166,646 000000000000065bda8b743de200d1bbfbb88fbcfc1b6289711b1c2895b4e528 108 0.05/1.00 vMB 177
166,645 166,645 00000000000009d3aef60de4a19d8a52b22db9d017f2a496e4746cdc4de69d85 79 0.04/1.00 vMB 162
166,644 166,644 000000000000075f7f8554e8f6c33ae50c58b32086c5cce2e0c12e0ccf46774c 91 0.04/1.00 vMB 66
166,643 166,643 00000000000004e2d293c344283a3d53c7a4715d0214541cca44eb183056d16c 107 0.05/1.00 vMB 98
166,642 166,642 0000000000000277ecf897aae9998d3973df1b932d2c7f90ca1e9f08d419e8a3 24 0.01/1.00 vMB 368
166,641 166,641 000000000000081b35f5270f5751e3a4dad836c114e8c112eec6f3c71d8d2a2b 89 0.04/1.00 vMB 160
166,640 166,640 000000000000097b7d1463dc81d8dfff7b298669ad863a2b3b51519a8d552b6f 77 0.04/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 780.41 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: 525.77 GB
    • Received: 5.25 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.