Loading Tool

Explorer IconExplorer

Memory Pool

812 transactions (0.23 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.36/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,293 000000000000000000022b910000000000000000000000000000000000000000 798 0.00729760 BTC 0.23 vMB 2.29
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,292 (882,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,620 29,620 00000000935af05aae2aaa35d160d0807ef842c694efaa74bdd18152fdda44f0 0.00 MB 1 0
29,619 29,619 00000000147f93a15d492a5ad8c90a05b588c6934853feea09c4305bee60f0a3 0.00 MB 1 0
29,618 29,618 000000008a086e63ef2bb1f0539c068e7e1655f40ab6af945f0501fa3ffd74f3 0.00 MB 1 0
29,617 29,617 000000007e01ca39b1d2ec89f477251f2250736b598fa587c1e75014a4bec124 0.00 MB 1 0
29,616 29,616 00000000f5f7b001475bc91791263ed71d8d8152871eaab472861bf28982db58 0.00 MB 1 0
29,615 29,615 00000000dbb279f4622912da3c221bffe092046bdf8cb800d76b8f0cfa39f8e8 0.00 MB 1 0
29,614 29,614 00000000c397e506aaab009607bc249ce9935d90e7f6b87ceb2231d3f1f8ef97 0.00 MB 1 0
29,613 29,613 000000009d769dbd80b715ec9085318cc1e737a82f47ffdfe03cdee79fcdf2d7 0.00 MB 1 0
29,612 29,612 000000006ba10aa7bb09e5c8ea5ec9d81f81a4f770e1d5aa47edbad9d1c61bcf 0.00 MB 1 0
29,611 29,611 00000000f4664438ba5cae26901c00781af41c304aa5812e2ae124902a73550e 0.00 MB 1 0
29,610 29,610 000000004ab29e7f30872bca66e85a497c5fa1f26db80bfe785b27b9bca924b0 0.00 MB 1 0
29,609 29,609 0000000042ea45e78bd4c0bfa9ccf2e5f05cb14de536d0eee59df51dc348c467 0.00 MB 1 0
29,608 29,608 000000008e19ef55442d758951fc738828392d2dedcc82ccd49c35923995566a 0.00 MB 1 0
29,607 29,607 000000007a6131d907272e7e8e3de939b283e1f72d4462c8cb68b5c44b79d238 0.00 MB 1 0
29,606 29,606 000000001fede0efea79b2709291c050559c55cbeaddc2b2d8707839c1db436d 0.00 MB 1 0
29,605 29,605 000000004e7fb3489981cfaa55b17646ab0a2df1062039da58239fc9ca2d4df3 0.00 MB 1 0
29,604 29,604 00000000a9eddaf83d7c6ff7dee49e77d64c835e45defb62517ed37d3ca20f51 0.00 MB 1 0
29,603 29,603 000000003c401f64bfff9afbb9005d824ec3e115023529b8f3f97c04c9c4f04c 0.00 MB 1 0
29,602 29,602 00000000df6cb93a5d5043ac154e421f8931b3b30dbe6f02424133138c720c49 0.00 MB 1 0
29,601 29,601 000000007339435ceb7b9eb21b68f2eca330194a1f6ccec86b5f09a8998eaea4 0.00 MB 1 0
29,600 29,600 00000000b9a9683e05983e62c996aadf2fb531abb9d5d34098e84e82b0ed9403 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.16 GB
    • Received: 136.43 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.