Loading Tool

Explorer IconExplorer

Memory Pool

74,743 transactions
27.56 vMB
0.07212618 BTC
Random Selection Loading Transactions
Max Size: 168.25/200 MB

Candidate Block

Mining Attempt 977995d244bfbee9b9fc8fe809d95810414c22e83cce4423bc0aa95cb700a4f0
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root b1e2da5b97a1ef4a1200d6035f20987494c180b5388e6a4ee5c5646e61cef9e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.01326848 BTC
Feerates: 80.55 > 1.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (491,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,646 423,646 00000000000000000015b8071bf78de03c875ec5a8ddd477d9b66e070d5ba2f9 2,777 1.00/1.00 vMB 77
423,645 423,645 0000000000000000044f3ee6b59a6e3784d1343bba3dee3be6f508e4700d7809 2,049 0.91/1.00 vMB 59
423,644 423,644 00000000000000000467759b1f91785cf44b9883fe5e906164c1fcfc801e70f7 150 0.13/1.00 vMB 31
423,643 423,643 000000000000000004b876069e371d718788e41bd9fb7d1a4ef1e245e742da8c 2,516 1.00/1.00 vMB 69
423,642 423,642 0000000000000000018b02964446a20bf418bc2004dc663281a5f5bb8410792e 1,166 0.54/1.00 vMB 64
423,641 423,641 000000000000000003f8f71c1f6e774ae71b5e6eea7ef3d474c149a263bf8ef9 2,303 1.00/1.00 vMB 73
423,640 423,640 0000000000000000004a61296db154d8c8f50e592ea29d1efb9404ad3d86f6ec 758 0.41/1.00 vMB 69
423,639 423,639 000000000000000001ade30a8606f17c6ee21fde228201a104ed938f4ca6cee3 1,017 0.50/1.00 vMB 60
423,638 423,638 000000000000000003afd1a8abac839c1bf95f1c3f06e3f352275818b2756390 1,205 0.60/1.00 vMB 57
423,637 423,637 000000000000000000ff7c938213b2154ef0b8b22f77f1a26b55db72a2fb8763 2,018 0.75/1.00 vMB 90
423,636 423,636 0000000000000000009773be0974f36b3b80e6557a6b5d2c023c43d3c7056dad 939 0.99/1.00 vMB 33
423,635 423,635 00000000000000000226b4155ed078b863b32c4f380aa5bc97dfb54b9495e508 1,676 1.00/1.00 vMB 53
423,634 423,634 00000000000000000277229043bd6b77a71172fc5fbdedfa616e975e70aa282a 2,558 1.00/1.00 vMB 75
423,633 423,633 000000000000000001f275bc4692f27777e91662187e5ff2d0e59580341e0792 1,289 0.56/1.00 vMB 65
423,632 423,632 000000000000000001e59995037cf893c6bf3c32d3e40cf636ca34b1b711a59f 1 0.00/1.00 vMB 0
423,631 423,631 000000000000000002768fe987a04f9719d1501aff682c7c81d610a8441eed88 1,198 0.55/1.00 vMB 64
423,630 423,630 000000000000000001f50c7ee9ec2d1dc4b277b85010ac11fc34e5dfb974b4ce 1,422 0.98/1.00 vMB 32
423,629 423,629 000000000000000004615efc2fa51d9741c1bde65fe09d52674676431b92b6b8 2,330 1.00/1.00 vMB 55
423,628 423,628 00000000000000000430525aa9343904feeaf711e3d905f5aa03f05f957f5780 2,197 1.00/1.00 vMB 87
423,627 423,627 000000000000000002321bd0d6d7fa7819b9c88e48d29348bf4469dbaeffe7ad 2,340 0.99/1.00 vMB 66
423,626 423,626 00000000000000000451968b2f0d7405f1a46c2692062518ccca128dd2fcc9bf 1,833 0.73/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.