Loading Tool

Explorer IconExplorer

Memory Pool

43,139 transactions
26.52 vMB
0.05964643 BTC
Random Selection Loading Transactions
Max Size: 139.21/200 MB

Candidate Block

Mining Attempt e49bfebdebc601fbf1cca45d444efe2898b9b52edf4a4cef0f9b8e7b41bcf622
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root e526f5cd1da4998cb8d9d680631ae3951a2eaf9723d507bfbc61732fedc14326
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,121
Size: 1.00 vMB
Total Fees: 0.01087421 BTC
Feerates: 73.20 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (734,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,494 180,494 00000000000000c9a09d8c5493d0f13fd172eac543c7b330d67024947cd5331e 129 0.05/1.00 vMB 200
180,493 180,493 00000000000001f4bbc092bac7ed7f95c5a17aeb9a3436624101e27dab6a8ad0 135 0.07/1.00 vMB 96
180,492 180,492 0000000000000589109071592823d96bbead404c19e466138c85efcec5d1b27b 128 0.05/1.00 vMB 146
180,491 180,491 000000000000046cffaaca135143ee3efc3bf69dd3f5d2e8cc48154e2293cb51 148 0.05/1.00 vMB 49
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
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

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