Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

450 transactions (0.16 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,012 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 448 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,011 (819,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,160 91,160 00000000000ce96810ccbff025b5eb6710008101e3a9096fbd7a4df2c7ce7b21 0.00 MB 2 0
91,159 91,159 000000000008298239f97147e2478617918aba089bd2ba8c18d1babe47905977 0.00 MB 2 0
91,158 91,158 00000000000c4d1997b8fbd5722543474dcf61c82610239701551de5a9484bef 0.00 MB 1 0
91,157 91,157 00000000000847e5881bcc1ff0e4facdc559ea978d6700b368a50270bd3f72d3 0.00 MB 1 0
91,156 91,156 00000000000636b10d29d88ddd256aff90ed98985b2a6683504624f2f26bffbb 0.00 MB 1 0
91,155 91,155 00000000000be2f7844d6d31d45de0b7f3347c174d9efb93080ee390ce42635b 0.00 MB 1 0
91,154 91,154 0000000000014a0fb64d9721b15695ee98a3a263e8df20acb6f6de84d9839e43 0.00 MB 1 0
91,153 91,153 00000000000902a79a1610faf203fc14959a4598d465cf94574e5b093ae03181 0.00 MB 1 0
91,152 91,152 000000000001fad5c655fc59974035843d998b786c4eac552a32314d373bdf09 0.00 MB 2 0
91,151 91,151 00000000000ac27af20cd2ffcfe729d939d1e40dd28369818ec50f378ff0a67a 0.00 MB 5 0
91,150 91,150 00000000000845b0615e4a4ef7193fde6c79dff1afc494b5ef60dbbd1feed5c6 0.00 MB 2 0
91,149 91,149 0000000000091187170778780349a07014b4773a52c23ac0d8a6bdf963122c45 0.00 MB 1 0
91,148 91,148 000000000003461c115da4e305aa02213e9808c957931da6fd0e294751a9c101 0.00 MB 2 0
91,147 91,147 0000000000041a26068119e2721bc6859da96651073baa9b4cb80bbc42964470 0.00 MB 4 0
91,146 91,146 00000000000c0364e1048bdd879923bc030c0eda1d3842ee933910c05197098d 0.00 MB 1 0
91,145 91,145 00000000000e1e38bc9766441c41518f89a5062ab6854f95b9c245ba24cd6deb 0.00 MB 1 0
91,144 91,144 0000000000034de83d3cf3b3b4539c1ccd3c75c12f916b20c7d20681dc44fb98 0.00 MB 4 0
91,143 91,143 000000000007520d80a7b7155627327b416f0ea1793d8e124076d2973ce040ac 0.00 MB 1 0
91,142 91,142 00000000000dad4bc95b95b24224fd28cbb899dbe87e761b1515b6a8744d31e6 0.00 MB 3 0
91,141 91,141 000000000000593143ded9e620cf504abca66fec14a1be77f1ea49108cc8e09e 0.00 MB 1 0
91,140 91,140 000000000007584dc6e07c98f6067b8542a4d913a4c6203605b96bb1a42dd478 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,360.07 GB sent, 125.03 GB received

Notes

  • This page updates every 5 seconds.
  • 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.