Loading Tool

Explorer IconExplorer

Memory Pool

31,131 transactions
12.24 vMB
0.03615367 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.01/200 MB

Candidate Block

Mining Attempt b9b5777ca33a4b5e41797477ff2a513f0f6180aca8aece8efff63a0c8d79bc8b
Version 20000000
Previous Block 0000000000000000000172a1d11580e33d6323106c895a61630f5c68fc726d3a
Merkle Root 46bac838dc10e6238e6c2a24d2ba38760fbf3709cf4ac283cf30453b7ab7e99f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,870
Size: 1.00 vMB
Total Fees: 0.01440127 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,512 (744,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,915 168,915 0000000000000747a1b0f01ad27d94d98e805d875fe93b8519dd5364ebbee929 57 0.02 vMB 121
168,914 168,914 00000000000009131bff914dd6fb84b84357379c47c71ee9c3374543f62d3e97 126 0.05 vMB 82
168,913 168,913 000000000000033a469379da6e3fd3a87815b4032d8393fc147f74232daf76d5 21 0.02 vMB 63
168,912 168,912 00000000000002819000581e841ccd5b76b1f9772a69617e656236daaf2bbf8a 56 0.03 vMB 41
168,911 168,911 0000000000000a600ced2355fe268e38d3fa4e498b4b0f1af0485e53eacfc700 88 0.04 vMB 911
168,910 168,910 000000000000051b42fd09195c75da7a084df7593f47ad18139cdc9cd83a112e 13 0.00 vMB 859
168,909 168,909 000000000000017cc1de0823f009a2111fea9b5e2850f38308c014e83ee65867 1 0.00 vMB 0
168,908 168,908 00000000000009fff728e101c16d372761c874abe4910fe9f24415612d0d7acf 12 0.01 vMB 35
168,907 168,907 00000000000009403565ab27e01be34c42b2f4c7913aab24fc6c9bb41265a340 138 0.05 vMB 54
168,906 168,906 00000000000000802fd03c589c1fc7723932f5343e5213008d8156fb2b5e2415 73 0.03 vMB 68
168,905 168,905 00000000000009834fce17fd42c9aa95199674156f3f4a83cbc0e11e6e388dbd 9 0.00 vMB 0
168,904 168,904 00000000000004e8b591c07661236ed47bd9eeea10fb0118821eca01601e3eb3 38 0.02 vMB 461
168,903 168,903 00000000000004d2ea0ab64caf78344e2ca732b7db2eacf48282e81eb1366ab9 16 0.01 vMB 147
168,902 168,902 00000000000002589ccdc355b25164afbaf2f894ff1c28f79202a711501e54e5 37 0.03 vMB 102
168,901 168,901 0000000000000615adaed02fcce55cfd30dff6839d288262957dfb0c304050ac 32 0.01 vMB 132
168,900 168,900 0000000000000bd3cac23c1a3ac321f365c310386d1ac253606c69d2e7237740 70 0.03 vMB 49
168,899 168,899 00000000000007200ebc4183c7cefd4ed93eea817192a11fc5cb41d6591cb5d9 27 0.01 vMB 0
168,898 168,898 00000000000004cd129ec23055693b809a287b13ee6e6959fb1c00ec5aeea1c2 49 0.04 vMB 335
168,897 168,897 0000000000000316163bd2c1e3041334d765a8d3b1affc8201d883b7c659d976 70 0.02 vMB 96
168,896 168,896 000000000000026a52b0bf77b971fecdd78027551b14b6f23174e1d740ea2cc3 53 0.01 vMB 10
168,895 168,895 00000000000009148ae777846b2cc0e2f2bba9ca30c539d2d414f31dc5c626cf 105 0.07 vMB 132
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 11
  • Data Transfer:
    • Sent: 385.44 GB
    • Received: 1.96 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.