Loading Tool

Explorer IconExplorer

Memory Pool

44,061 transactions
30.70 vMB
0.10231494 BTC
Random Selection Loading Transactions
Max Size: 156.51/200 MB

Candidate Block

Mining Attempt 1913a3673ae477ba95199537693aae035e2bb917230a462c9efc535d6dc8b9e5
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 78ec2d2750b3e74e91bdc755afb30cfb0ed69ba5bec421c2b5afed5b2c7ff03f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,285
Size: 1.00 vMB
Total Fees: 0.03917285 BTC
Feerates: 101.65 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (478,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,286 436,286 00000000000000000270c9f1efc083d192bc02e26f1c8dfadaef0fca103eb682 1,994 0.75/1.00 vMB 62
436,285 436,285 000000000000000003365d970365a6563abcdfef1063e47af1160217663ddcc8 2,544 1.00/1.00 vMB 99
436,284 436,284 0000000000000000004b91aede9f7ba06aece68a4ca13bf2a99c707e505148d1 2,649 1.00/1.00 vMB 89
436,283 436,283 000000000000000002db8e61a2209b4697e893df4737cfe19a26a54d05981c68 2,559 1.00/1.00 vMB 88
436,282 436,282 000000000000000003dc65dad8a40bb723b68e72211e36ef4b2adc25c94dd9f8 938 0.46/1.00 vMB 64
436,281 436,281 0000000000000000009022e65e2a240bfbb6025c20e3562a3ec16d656fe1d9dd 430 0.21/1.00 vMB 64
436,280 436,280 00000000000000000351564313ff553a4cf02385f77e6eb0e424ee6d57036d0a 249 0.10/1.00 vMB 74
436,279 436,279 000000000000000001c1cc9ce11214cfc4d342beae149e5f73d412b9a69be498 688 0.30/1.00 vMB 78
436,278 436,278 000000000000000001e29476bab7ce1459de79293c1cc29cb022dd6ef9072411 1,779 1.00/1.00 vMB 55
436,277 436,277 000000000000000003cef5d5acbdebe7b8602fb9c5bd816e51ef76fbf59d8bcb 1,885 0.77/1.00 vMB 72
436,276 436,276 000000000000000002942f4a8813147f124725956433444350f4c64d58c4893c 1,928 0.78/1.00 vMB 76
436,275 436,275 0000000000000000020636cec2c5ea4a6b9d444b8bc26abe214ed66c5f004f3c 836 0.98/1.00 vMB 27
436,274 436,274 0000000000000000021632b8ce69c11e2e5467cf4528967adc73536c83cd3f8e 436 0.16/1.00 vMB 78
436,273 436,273 000000000000000000b95b2fb75e8c7fe0e54dc429c425d0c058141a54bd78af 745 0.59/1.00 vMB 31
436,272 436,272 000000000000000000f6c70936540731ed4f8cc3a9cf339ad98322ddfaeb37a5 1,504 1.00/1.00 vMB 62
436,271 436,271 00000000000000000395388c9bccb3bdc19eb4513f6c58eceef9dae0012eb437 819 1.00/1.00 vMB 36
436,270 436,270 000000000000000002ab62c34d29e3de647d1d1a54cdb31852f683d8264edf0e 2,126 1.00/1.00 vMB 63
436,269 436,269 000000000000000001c7a55815db368a99a70f52dcc0afd4125093d7d72216e9 2,522 1.00/1.00 vMB 75
436,268 436,268 0000000000000000013b68eb2cf9d6f6ab6c21fb3d466e6a8e9340ecb216f448 2,651 1.00/1.00 vMB 63
436,267 436,267 000000000000000000a44c62fbe603a6ec95e0dd935baf7634589fd64dcab737 2,372 1.00/1.00 vMB 73
436,266 436,266 000000000000000002f2774a7e6320f85c776d57ec4f14edb6b20f7339733dbd 1,940 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

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