Loading Tool

Explorer IconExplorer

Memory Pool

73,865 transactions
28.24 vMB
0.09519666 BTC
Random Selection Loading Transactions
Max Size: 168.36/200 MB

Candidate Block

Mining Attempt 295066896ddfa0981f09dc464f35fd9e50225a66f3c9d3d5d86ee19a838a8b21
Version 20000000
Previous Block 000000000000000000019979e8bdd87a31a1a1c2e73dff8378a4e0185b5ab60e
Merkle Root d001ac8c5dfd72104c6e935799d652574aff012b042a8ee8455a7cbb4d623624
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,868
Size: 1.00 vMB
Total Fees: 0.02581453 BTC
Feerates: 151.12 > 2.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,536 (786,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,061 129,061 00000000000015b2cd2e6975da10452546c495916324fc8097e61036d454277d 135 0.12/1.00 vMB 846
129,060 129,060 000000000000193609516c851e8e8a0e51c2f88ff3dd6a3ac05f6284e92e0a3f 60 0.03/1.00 vMB 1,213
129,059 129,059 0000000000000e861bbc39d5bed61f94cce87409919447e2c348072f2571cc93 10 0.00/1.00 vMB 1,330
129,058 129,058 00000000000009e5a9daa899e24d233c31216457b9f4af117a9b2dd9df38a49f 58 0.02/1.00 vMB 573
129,057 129,057 00000000000018102ab21e4e0afc47b26d179907b605c4c36cacd605036bb12e 51 0.02/1.00 vMB 733
129,056 129,056 000000000000075da9a84723e9f9c26fb511ab5559b39dd474ae32c767a6593e 153 0.06/1.00 vMB 492
129,055 129,055 00000000000007bd4200c94481fdb3effe22178bf0a3a1d58121ab620e4ecc60 28 0.01/1.00 vMB 653
129,054 129,054 0000000000000bd1cc7fd8aefcfdb6058aea84b51bef0872159ffb8bdb394ecc 43 0.02/1.00 vMB 1,249
129,053 129,053 00000000000016afc6c6ea572d64acaa1a1e5a3452f06938722976497fbc0ed4 47 0.02/1.00 vMB 259
129,052 129,052 00000000000006b4767bcf0ca644cc77a44c08c218f965bf1c12f52804e12674 103 0.04/1.00 vMB 1,771
129,051 129,051 00000000000000bbb9edb6494b144b473d840551895b032195948160adb20ab8 36 0.02/1.00 vMB 807
129,050 129,050 0000000000001624d6efe62d45098bf19cc74c96ea6483532b425d4fa9b41638 4 0.00/1.00 vMB 1,362
129,049 129,049 0000000000000ba9729b1a9aa22cb6da9308436ee8bb9f45b57fa045251c735a 171 0.05/1.00 vMB 192
129,048 129,048 0000000000001c5b36e05ff29f83a8f217334b58f1d8cc701057a05afe246cdf 50 0.03/1.00 vMB 945
129,047 129,047 00000000000015d51d3766be2c8d204306397a5ebeb6e3746dcd06479ce63668 155 0.10/1.00 vMB 316
129,046 129,046 0000000000000affafd4c0b4d3cf29d31612c07a196df8a9e029aa5b93e16bd7 114 0.06/1.00 vMB 1,341
129,045 129,045 0000000000000cb41ab176314041712d37311594881231b864bbdd8e89c8a51c 78 0.04/1.00 vMB 1,088
129,044 129,044 0000000000001c7ca5eb7e5252487fa1e5a2055ff01efac626c01be2f9a6785e 21 0.01/1.00 vMB 1,002
129,043 129,043 0000000000000701a326ded2190cdf95087ef9e316f3586bbe985d056d118240 76 0.03/1.00 vMB 280
129,042 129,042 00000000000010d2530c49069a21eca65a6ea458018a46a5e99516941d3cee5d 36 0.02/1.00 vMB 442
129,041 129,041 00000000000008e1af21b20c0a0d8e5b067672704b7618122f1fb448076b47d6 57 0.03/1.00 vMB 783
Previous 10 blocks ↓
Total Size: 783.32 GB

Node Details:

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