Loading Tool

Explorer IconExplorer

Memory Pool

23,302 transactions
11.61 vMB
0.03730933 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.33/200 MB

Candidate Block

Mining Attempt e768874d04ac472822ea347ad8e5108f0c5bbab45b1f6e8a334e606725122cd9
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root 31306fad032b96d173d96b26d4bfbfb967e92b64f660d1dbadc09b40d7753297
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,084
Size: 0.997976 1.00 vMB
Total Fees: 0.01831104 BTC
Feerates: 503.57 > 1.83 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (711,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,158 202,158 000000000000017b049b15fe94f4a7f988e43bf9e07b6befd6d3105263420847 151 0.08/1.00 vMB 157
202,157 202,157 0000000000000305a235b43f9658a84069001478cc23bd29837654248e7d63a1 137 0.11/1.00 vMB 100
202,156 202,156 00000000000004c43deca4e0d88c696f11879c3c4508cb577fc50cc111056d4d 106 0.06/1.00 vMB 225
202,155 202,155 00000000000000d98572d03c2f517e26539a13c7a7ba92f52bd6775f70bfdf36 469 0.25/1.00 vMB 124
202,154 202,154 0000000000000142e2c4baf219ad871d772300bf29f832051f49e2881d72b588 224 0.11/1.00 vMB 225
202,153 202,153 000000000000036d43adbe33b3501b91c28a3f4e56632d0d268c5766ee56b311 235 0.07/1.00 vMB 20
202,152 202,152 000000000000013ea771e1c9f76ced723d637d0d2c57427bf70432341e9f8d51 50 0.03/1.00 vMB 52
202,151 202,151 000000000000007071e6bf215217606014be30b57ebca9063f89fe0019a26dae 1 0.00/1.00 vMB 0
202,150 202,150 00000000000004a71791ec5dbd7d47e53067175fe7046295a8f73cb0de4723f4 102 0.07/1.00 vMB 57
202,149 202,149 00000000000000566cf934aecca710f069b6b6d65ffa7014c40ff75a599506fc 9 0.00/1.00 vMB 85
202,148 202,148 000000000000007a860c93df3180cb8a9c4cf1981220be11931b22cce9e977b9 214 0.22/1.00 vMB 68
202,147 202,147 00000000000001ba80ec8a53d799eabfd6697d4df4eb8bff22b0c997c0240373 668 0.25/1.00 vMB 160
202,146 202,146 0000000000000571447713f754226f95a2d461bc635b0bbd9cd8142d58a5c10f 16 0.02/1.00 vMB 796
202,145 202,145 00000000000002516b21372ba3a61ee5f0a5bbf75068d68482ef83c7c5f925e7 345 0.14/1.00 vMB 126
202,144 202,144 000000000000007623f00b4548f653d47364286a2a7219b0688783d651630903 586 0.25/1.00 vMB 173
202,143 202,143 000000000000015cf28342370f88c8cc1444003db2626f8ef86f8a7b846ddd52 812 0.25/1.00 vMB 165
202,142 202,142 00000000000004c31afd31ef6e1f2c900d098023d41f1337eb10edfdd19d5294 15 0.00/1.00 vMB 126
202,141 202,141 00000000000001b3b9fc16bd4cb16cb589896e638167066137c35a8d77bca3d9 412 0.18/1.00 vMB 140
202,140 202,140 00000000000001fee19ff30fe9ec862d0e0c48c6a2faeeb148cab9786b85edaf 1 0.00/1.00 vMB 0
202,139 202,139 0000000000000370424e86f6f66abb8abd328f7c54348ea7c07e4f4885fee6d9 104 0.04/1.00 vMB 125
202,138 202,138 0000000000000456d295557e90d2909ab3a6a3276d9c7bd2aa70075d70b83f7b 134 0.06/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

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