Loading Tool

Explorer IconExplorer

Memory Pool

47,093 transactions
28.02 vMB
0.08785862 BTC
Random Selection Loading Transactions
Max Size: 148.51/200 MB

Candidate Block

Mining Attempt 9664ee49dedb92ae896a2c9b2f6e558b9ed5622eb347189d31e6a8e85987562d
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 2d86f6f050a207ba097abc73c2b4625ac6ba3eb08a52592ece4909fcf582ad01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,168
Size: 1.00 vMB
Total Fees: 0.03257541 BTC
Feerates: 200.00 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (734,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,490 180,490 000000000000047874b4b54e6e804e69b0d7d093a030f25a066c50ddafdb4a21 189 0.11/1.00 vMB 101
180,489 180,489 00000000000005b0abefcf8826593e3aab684a06cc05e14f465ad35a51b1246a 156 0.07/1.00 vMB 303
180,488 180,488 00000000000006531fdd13f0f4e7076f148a0127209e17375a0eb040d1bf31e2 119 0.05/1.00 vMB 179
180,487 180,487 000000000000037f8c025184b3bfc4aeafe121ce0e027f679c31f04a3bca61d7 128 0.07/1.00 vMB 58
180,486 180,486 00000000000005d949611c2a96d65e2f367cd7d596475d8fd47dbc4cd3cfef1d 1 0.00/1.00 vMB 0
180,485 180,485 00000000000009567b6ae7264b10daa1d30d4941f2abd9289e9d57812c1d8d04 258 0.11/1.00 vMB 113
180,484 180,484 000000000000061550052ab5c77acaa297953529ec0a8633906afba697f84311 42 0.02/1.00 vMB 296
180,483 180,483 00000000000003379c8d45be2d575a0715c7d587e4629f70692561d84ad0bd1e 78 0.02/1.00 vMB 63
180,482 180,482 00000000000003992624b3cd15330ffc99c049a5caf9ffe4dad573bcfd47c3c1 228 0.13/1.00 vMB 227
180,481 180,481 000000000000070deede52dabc350f4c09229d8f1dbe1f6a638df4246a5cea74 202 0.09/1.00 vMB 122
180,480 180,480 0000000000000519cebad29361ca4fc7ed09da654cc35027acaa2b2cfdeb9269 192 0.11/1.00 vMB 164
180,479 180,479 0000000000000113214bd7d84c10226a6d44784b0b59e5116918cf4f7162cd8e 127 0.05/1.00 vMB 12
180,478 180,478 000000000000023f26f32c4608d259c678a1b5799fbcc5e9b3fb4b53e34da694 232 0.12/1.00 vMB 137
180,477 180,477 00000000000005742adf4fda01c4aff687158161dc98042c6acdb60ca78ff926 53 0.02/1.00 vMB 132
180,476 180,476 0000000000000578b4c1edeaa4e879617800efea779c961813dd72b849891f19 84 0.04/1.00 vMB 115
180,475 180,475 000000000000065592a20238bb56b7304078cc803ecb7c9e98a3e9cc4a6d85e9 108 0.06/1.00 vMB 98
180,474 180,474 00000000000001bb648d9de7041fb3efb0e2a18c75a1e6d8e7767c9975ec389f 96 0.04/1.00 vMB 121
180,473 180,473 000000000000096a60a0c344de6f538a83c87963e15610ba7652bbae67c47c07 156 0.05/1.00 vMB 39
180,472 180,472 0000000000000807ca3ee16b45a18610a99cc244d83757c8d3d8a38517f8ed06 191 0.09/1.00 vMB 130
180,471 180,471 000000000000041111e77a23e5ff5d91d53b6b2034c8a6ae9628ab0da9ba0c45 184 0.08/1.00 vMB 119
180,470 180,470 00000000000000f41c66690f97a18d8e4f8e6e187f300d515211ab2bc902ab7d 128 0.08/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.22 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: 654.78 GB
    • Received: 14.20 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.