Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,214 transactions (2.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,022 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,161 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,021 (819,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,166 91,166 000000000004a0bd9ffd824d33a7502cffdfcb2792c6ebc5d5b589f8ac828a8a 0.00 MB 2 0
91,165 91,165 00000000000acbe077dcf6c7c6437f79ec7807a44f50e48fcc88f0f2756e92f1 0.00 MB 1 0
91,164 91,164 00000000000a86650ed1e0eca0d15a192503069fe917c08f623cd0ac0e4852aa 0.00 MB 2 0
91,163 91,163 0000000000089d77cf5f4c4ace47dbf864dfb908ad8cddbc09f58597d5141df2 0.00 MB 2 0
91,162 91,162 00000000000d2d63aa66ef0b8f89549fa120201dca22770e6fb2222e66317117 0.00 MB 5 0
91,161 91,161 0000000000091956c98ac3d8dfd61a543f6bfd7ddb250124a33d217201a43e9f 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 775.28 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.36 GB sent, 125.18 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.