Loading Tool

Explorer IconExplorer

Memory Pool

39,883 transactions
28.96 vMB
0.06700868 BTC
Random Selection Loading Transactions
Max Size: 147.32/200 MB

Candidate Block

Mining Attempt 6d5b9eb3625e441a201753aaac45cd9a7eab3d5225372f5a706bcf713f6da47f
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 4e9e356c1b4ab4082f1a5500b547e5e8c2bba2619b14442cddcd217131311452
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,422
Size: 1.00 vMB
Total Fees: 0.01065824 BTC
Feerates: 150.80 > 1.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (356,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,306 558,306 0000000000000000001e420964fdee878235928b04ff343e748ff6a0cdefbc0d 3,465 1.00/1.00 vMB 20
558,305 558,305 00000000000000000011e07d83bc94edc8db2496e545a2e55042e03eb3f9bf06 487 0.18/1.00 vMB 11
558,304 558,304 0000000000000000001db1d5141726ae1f032cbbb6a5cae06bd5dc3c5ea2973d 3,102 0.96/1.00 vMB 12
558,303 558,303 000000000000000000020f85053bb4418c3a000d7a4ac0888c2c254b33b2127e 2,529 0.75/1.00 vMB 10
558,302 558,302 0000000000000000002c462b074aa6d8fc6dd623cdaf14d32ae8df6f671a5b1c 18 0.01/1.00 vMB 16
558,301 558,301 00000000000000000015dc59070aa95b3a7da731ef33e421697afb59067247aa 121 0.05/1.00 vMB 15
558,300 558,300 00000000000000000004e40f6461d1a6ca2bc7278b9b4e7d30a835f825738d5c 1,301 0.55/1.00 vMB 16
558,299 558,299 000000000000000000055e11c688d425c3df101c7284f53c376dcf0c602f8a35 506 0.16/1.00 vMB 12
558,298 558,298 00000000000000000030f5da35f7d85cc39c81d9660363c5354d6e139246e408 1,165 0.44/1.00 vMB 12
558,297 558,297 000000000000000000258c02fcb842bc98c6eb9c57c7a887b77bb89625e2c2d8 1,654 0.57/1.00 vMB 9
558,296 558,296 0000000000000000002f1458197bf1b9dfd70278b4d7a008c60b7b35e6183749 225 0.08/1.00 vMB 10
558,295 558,295 000000000000000000030bc411c5ddf39960b4725f66dea7738fd087d41a3871 2,508 0.75/1.00 vMB 12
558,294 558,294 0000000000000000000229e8da2c550c6af609430afa725b498372b57360b70f 2,182 0.75/1.00 vMB 10
558,293 558,293 0000000000000000001484f517bda370387154b7c037336a6fa573f6bcc6647e 589 0.23/1.00 vMB 16
558,292 558,292 00000000000000000024719196ce2d693ee1a622110da68932405df7c4379b35 333 0.12/1.00 vMB 11
558,291 558,291 00000000000000000026f7bf210264afaa303913e820adeb5e7c9bbb9e5a05d7 3,328 1.00/1.00 vMB 9
558,290 558,290 00000000000000000026607cea380ca8a1934b1ea8e1c74b1f32a5064cb084e4 1,884 1.00/1.00 vMB 10
558,289 558,289 000000000000000000002e01a5ef39a720bb7fa2ba838a3264a2090a06e12b68 534 0.16/1.00 vMB 8
558,288 558,288 000000000000000000311b5f8ebe3b61b86d59b91a6c7a745af12eeec5ce4a24 839 0.23/1.00 vMB 10
558,287 558,287 00000000000000000024edaf5c974436524810357c9996a843b415f7e7d3cd95 2,102 0.70/1.00 vMB 9
558,286 558,286 0000000000000000002438fc65ac07acb69b5459b0afa42d93e2bc0ecab65f49 2,886 0.93/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.58 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: 622.83 GB
    • Received: 11.40 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.