Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,958 transactions (2.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,750 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (882,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,633 28,633 0000000036953250118894e85a4d21e55c3d66c6ce04fa86e53c580fdb6276d0 0.00 MB 1 0
28,632 28,632 000000008f17d7637729d21c5b7474e54fcbed4a652a9f26ffe241b53ca9302d 0.00 MB 1 0
28,631 28,631 00000000023f9c0745ebe4bb72b080585b44010bab2fa8e9c9ff61a15e6fad53 0.00 MB 1 0
28,630 28,630 00000000035d3ef354cd0f89aee88f5d8f1cffc20ee6fda3edce58064f06026e 0.00 MB 1 0
28,629 28,629 0000000000a79d9d2bbaf9c1e4829e736b2cad25c53dfa072b79049e588e14e0 0.00 MB 1 0
28,628 28,628 00000000a2fe4764fac50f95136a040f660ca4b0bcf01cbb8d560127a2ab8355 0.00 MB 1 0
28,627 28,627 00000000cf7b514f2a79eb1984e864a9ed301467715e2be10580ea9dc373b47a 0.00 MB 1 0
28,626 28,626 000000006ecb508252547bd6200775beceb711da87302c99b308dd54ed07b64f 0.00 MB 1 0
28,625 28,625 00000000107bf327582fffa1fcd91ae3cccdd4c22b227c94ace1d36307e19197 0.00 MB 1 0
28,624 28,624 000000005c71bf0cc24cbc24e767966635ec5bdb391be293ef8e1a09ba7ca866 0.00 MB 1 0
28,623 28,623 00000000c8632659f6ffb9fd9df7241ad5354cc49fdb6fe4d737631da2a44939 0.00 MB 1 0
28,622 28,622 00000000689c88da2f9a5ba0ef33069615021a37fc056b46c1710a5c5ac5f241 0.00 MB 1 0
28,621 28,621 000000008033f86dddb61d5993cea89a30f1913e543914d8017db6091d46cab3 0.00 MB 1 0
28,620 28,620 000000008f2ab9aa0d9f569f8c8787fdfde6273d5f425b3238f055200aa4f42d 0.00 MB 1 0
28,619 28,619 00000000482b69e86149375c30d691b0eab6f2eb80af3cd62b19e0f59c49f4f1 0.00 MB 1 0
28,618 28,618 000000006b402b6b3352ff6588d4912c710f0538717460597b5d745f3718b64d 0.00 MB 1 0
28,617 28,617 00000000c834be64a518aa86f7fe43d31ea0d2b4fa73d0d009ccd91d1fec293f 0.00 MB 1 0
28,616 28,616 0000000012890fd192214a055c48d3abd84c8e21efcab77d80c2578fef2d4dd8 0.00 MB 1 0
28,615 28,615 000000004c308775b9d95143fb98513f85bc2af99156558aa9dc4484b53a6253 0.00 MB 1 0
28,614 28,614 00000000ffe5255e229781dd72b1626c4df90e77390d38f6337ce949bc3ff300 0.00 MB 1 0
28,613 28,613 000000009261447235484212354b9306532389819b7d26538eaa3f922cf8535c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.68 GB sent, 121.71 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.