Loading Tool

Explorer IconExplorer

Memory Pool

38,400 transactions
31.76 vMB
0.09744925 BTC
Random Selection Loading Transactions
Max Size: 157.35/200 MB

Candidate Block

Mining Attempt 3588f2a6091931cea28c2d8a4c898e5abe0a0fc8a162891b6d86a525a7dc17a4
Version 20000000
Previous Block 00000000000000000000d6693abb5cc51c9745844ab64d16c61f5999a97d9406
Merkle Root 60594d80db2a8a718e2b72e7057cb66048d4af48d39aef444d9eb1d1362815d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,458
Size: 1.00 vMB
Total Fees: 0.03288539 BTC
Feerates: 179.53 > 3.30 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,328 (807,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,598 106,598 00000000000278f255a8f82562a3bce28ac31b292934245f954285ca0feb1f82 5 0.00/1.00 vMB 0
106,597 106,597 0000000000014c92e4b8d033d7dfb1e4fd0171bc9dc0fb05ca11e5a8f938128d 18 0.00/1.00 vMB 0
106,596 106,596 0000000000006948d7ad0d9ae7b59a5a0f530cb4b112baaeadc6b38de80b3c3c 1 0.00/1.00 vMB 0
106,595 106,595 00000000000161c97bf099b1c40883a11b6b60a92bc9ddab691e79da4ab36c3c 5 0.00/1.00 vMB 0
106,594 106,594 000000000000674466c0ae2ee6965cdd0c25102ae9d597cf12420378ac2aae43 4 0.00/1.00 vMB 0
106,593 106,593 00000000000076e389bacb72ba246a2510eb3ba249874fa1c7f1e0d776f045ff 1 0.00/1.00 vMB 0
106,592 106,592 00000000000282f577b7fb724b5fc321561e2bbc9bcf2ff0159aa0efaef32ddc 1 0.00/1.00 vMB 0
106,591 106,591 00000000000036743950dbd721b34ded1576c386c05c9fb6d708d5bb28489441 3 0.00/1.00 vMB 0
106,590 106,590 0000000000021ead023a8eb7192b082243377f3f0d0d8a9b815577d3910eedb6 5 0.00/1.00 vMB 0
106,589 106,589 00000000000170d9b65403fbaa0ba37adfb42ee098cb27f6397483960cafcb46 21 0.01/1.00 vMB 0
106,588 106,588 0000000000022703d4176b06e287fdd27a8be1a2593b037fb81eda0240a52240 3 0.00/1.00 vMB 0
106,587 106,587 000000000000dc5f698d4eb88acd532d3b1305438ec518c66e0b454c48839f24 1 0.00/1.00 vMB 0
106,586 106,586 00000000000288a1b11fc98893832ae747c73e2747589863d3b30a4ada480279 5 0.00/1.00 vMB 0
106,585 106,585 00000000000104eb24784d75582f7e2ac2c69dada67a2ede1adbc224661acdc8 3 0.00/1.00 vMB 0
106,584 106,584 0000000000008c812601c143e495df837a02daf632b7b41a38f0b4427faee027 2 0.00/1.00 vMB 0
106,583 106,583 00000000000234a2a6eb9450275dcfeb0fef16abe5394d1f92a1cdee13c6c51b 3 0.00/1.00 vMB 0
106,582 106,582 0000000000008866896fa4797811719320d36c240683d1132bbe417da52616b0 5 0.00/1.00 vMB 121
106,581 106,581 000000000001acdee139205ce229b0751b7d3b5cf9ea96b1525c97acf8ea4776 22 0.01/1.00 vMB 0
106,580 106,580 000000000001ae973adbbde6e6b7d75b9508f4f13e81cc66858bf47945dab1e2 2 0.00/1.00 vMB 0
106,579 106,579 000000000001fac816baaad456ac2f47200fde239179c164b64b227dc6712841 4 0.00/1.00 vMB 0
106,578 106,578 0000000000007b45182ca5beac0eb43bbb8f1747c64caa958f0a1252f80d7884 2 0.00/1.00 vMB 3,891
Previous 10 blocks ↓
Total Size: 781.18 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: 582.86 GB
    • Received: 9.30 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.