Loading Tool

Explorer IconExplorer

Memory Pool

22,133 transactions
23.55 vMB
0.03618934 BTC
Random Selection Loading Transactions
Max Size: 124.47/200 MB

Candidate Block

Mining Attempt 3bf0a46e7df1cb85a81a1fd48d1ca54421218a9dd881a3b1b8d5a28a9359c139
Version 20000000
Previous Block 00000000000000000001a1701e42ea8c29f6cbc314596cfb9e78775bf56d7deb
Merkle Root 0c0114459eaa643968cb9144f4e687fa0573aad1fe6c3438fcbc26a2821b2ce5
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,105
Size: 1.00 vMB
Total Fees: 0.01021274 BTC
Feerates: 150.58 > 1.02 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,501 (77 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,424 940,424 00000000000000000001027876e7bf4185c8a6a7fef0cb1ee5d74079241a71d1 3,182 1.00/1.00 vMB 3
940,423 940,423 00000000000000000001ebfef5523a9c19f94ffcc28b1e79f5e68de9084a6a24 3,851 1.00/1.00 vMB 5
940,422 940,422 0000000000000000000190da64a7e8e3b3d6e5226cdd5ba03bcf9533b15ea120 2,673 1.00/1.00 vMB 3
940,421 940,421 000000000000000000019cc5db8385c600007f070f80ab0aa52781e5be289de7 2,525 1.00/1.00 vMB 2
940,420 940,420 00000000000000000001820a6f8e5051ff77d9eb0440000a48ab9e73b3e8679e 2,749 1.00/1.00 vMB 1
940,419 940,419 00000000000000000000dd8ace8a3ccf5cc59af9df7e69689c37531e4a7905d4 2,855 1.00/1.00 vMB 3
940,418 940,418 00000000000000000000993088582b30075175273d450a95f43dd312765a7039 3,550 1.00/1.00 vMB 6
940,417 940,417 00000000000000000000ef31222c6fa96d96e5980daae9283f43c8b7010ccaa9 3,441 1.00/1.00 vMB 1
940,416 940,416 00000000000000000000a0696b9aa3272ca3894115b8a9a24c2b05ee19411efb 3,355 1.00/1.00 vMB 2
940,415 940,415 00000000000000000000cf5bc3ffad1168a2e40e6dc70a805cf6fad21e397fd1 3,846 1.00/1.00 vMB 6
940,414 940,414 0000000000000000000140563b32fb50dcc7e624b9841abbac04f997d10a0d9b 2,906 1.00/1.00 vMB 2
940,413 940,413 00000000000000000000b23766a82a33979c607c7cb0de14ae0944526974f602 3,703 1.00/1.00 vMB 3
940,412 940,412 00000000000000000000575b01033f6235e346e0b6ee46a9d78dde7eaf4d04f3 3,664 1.00/1.00 vMB 4
940,411 940,411 000000000000000000003119043022a262c8ccf71325364e165a9a849f509f55 3,361 1.00/1.00 vMB 2
940,410 940,410 0000000000000000000197b5a5d5afeae1ea363e90feced2e3fa7214387fffba 2,582 0.85/1.00 vMB 1
940,409 940,409 00000000000000000000ef032957e2f3907a23b494e62af3817640bd80d83855 3,134 1.00/1.00 vMB 2
940,408 940,408 000000000000000000010a1f6d7bdf89c47125acb4ca2439338895b3d673596f 3,309 1.00/1.00 vMB 2
940,407 940,407 00000000000000000000cfa1714a269b2fd25a5db6d0df0d2316a98ab31b7f08 3,575 1.00/1.00 vMB 5
940,406 940,406 00000000000000000000a676ae0d7982ee6c208df0ce08701fb85b104f35fd9d 4,026 1.00/1.00 vMB 6
940,405 940,405 00000000000000000001b30cafa7482eca9c28f12e28b9318974723fe1367d35 3,160 1.00/1.00 vMB 3
940,404 940,404 00000000000000000001b752684bc1fc9e91fa20662d512f7c48efd33460f094 4,304 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 827.66 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: 4,461.15 GB
    • Received: 243.52 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.