Loading Tool

Explorer IconExplorer

Memory Pool

20,146 transactions
5.68 vMB
0.04776106 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.98/200 MB

Candidate Block

Mining Attempt 97ae1fc9e30b634b4ebe1f248c31c659c5b946d1e2e78e46b44a72172d01272b
Version 20000000
Previous Block 00000000000000000001dd6dd45b42b8295f5b7729fbf851e656a1165a7ae9c4
Merkle Root 9812ac96787470057fc8f288b6c9c44f5071c07c53c8f5b915a4ecd9efd19a4b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,844
Size: 1.00 vMB
Total Fees: 0.02649060 BTC
Median Feerate: 2.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,157 (657,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,168 255,168 0000000000000000df3e44d58fc97d4984e8e6023e8d0316680f5f49e057830c 0.24 MB 558 102
255,167 255,167 000000000000001ac10c8e07b60a7a398601b45ce904694e5863e092fce15e50 0.07 MB 157 119
255,166 255,166 000000000000003b4889ea32691888253ad313ec15d31173acfcc1a691a06079 0.07 MB 152 104
255,165 255,165 0000000000000031edc3d24ce95e8be79a654b7560f20b7d02a0bcbba085b342 0.35 MB 898 92
255,164 255,164 0000000000000000e1597c26fb1eb731de40bc8d183933e59563ef47241c6d3a 0.25 MB 610 159
255,163 255,163 0000000000000027467700db595d069733b3add97c674e12f31c728a4ae3a6fc 0.06 MB 111 47
255,162 255,162 000000000000003069d400e78b747c9e8cfd4e856006e89caa4d6818941449fa 0.16 MB 306 88
255,161 255,161 000000000000000e6b475798b2571e76ae41faad312f3cabfbd448243600c29f 0.10 MB 139 69
255,160 255,160 000000000000002dc258935773485263914fec850eefed460d62593b8c745461 0.11 MB 275 112
255,159 255,159 0000000000000035bae16b3d63066bbc3eb604bd26ea592989dab471c5c92c45 0.20 MB 467 104
255,158 255,158 000000000000000222afaedce7c3fdbf7c967e5776d8b38d0c09b4cd5797cabe 0.15 MB 367 110
255,157 255,157 00000000000000077381a7848fa5059ee5c038e0f8083696d61f8d253fc0b130 0.09 MB 171 91
255,156 255,156 000000000000000e4b1161b3121fb0ddddfb7933727bad1603b6b768e7333697 0.07 MB 120 34
255,155 255,155 000000000000000f919481e13167a4a14964c379ff6bbe8a26fc0081537fe795 0.19 MB 385 99
255,154 255,154 000000000000001857a91b77052d81b6b6d9438493a8621b2edbe2945f742a02 0.04 MB 129 89
255,153 255,153 000000000000003f0e0aa2097d5d965b489adf21fb7a27edb8da688af31c5562 0.20 MB 479 93
255,152 255,152 00000000000000322ff0ff5b4910e569ab8fdf4cb291b3d16cfbf8f23ea57eae 0.25 MB 506 125
255,151 255,151 00000000000000179239b24754dbf5ca24d9e79e132cc25340702a4a588e8936 0.07 MB 173 109
255,150 255,150 00000000000000405ed08aead9ad02fac228800fa5700444d5b415b805634593 0.01 MB 31 101
255,149 255,149 00000000000000114b95f70c69bac71459d365d43df2e58e792c6c9f6b189e20 0.09 MB 166 113
255,148 255,148 000000000000003c13e4d0477f37a39897c03c91c783b0554af48ecbf4638e33 0.03 MB 52 141
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

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