Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,440 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,604 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,252 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,603 (841,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,315 68,315 000000000328fda3102caf0dc4a734a9e085ca9c4a2fa9a10a4a087743319da5 0.00 MB 7 0
68,314 68,314 0000000000e61013273b943c58a1d98477470fb2cf9d5e3a3df6691d6b79761f 0.00 MB 2 0
68,313 68,313 000000000036eb10bbf93cac46e01e30f60841f270b597a6e6c5a5b625e28cf2 0.00 MB 1 0
68,312 68,312 0000000000f9fcfee0246694b693ab59c4561e57d66843130c70468092cded50 0.00 MB 3 0
68,311 68,311 00000000057349e685747269fcace9f79f232bb0fb669c76252bfe0dd45f3174 0.00 MB 1 0
68,310 68,310 00000000026be4a9b1ff9accfddb4c1b9660ba74478ec72db548d66be7273d8a 0.00 MB 3 0
68,309 68,309 000000000156f2fa34b71eea8b7351b9f3d8367abf9f55336517ef9fec31db38 0.00 MB 1 0
68,308 68,308 0000000002561b3d5d42927a826c5e1f594cbbfd7573ac37f50ac2fc7e64f65e 0.00 MB 1 0
68,307 68,307 0000000004f6bbd080cf4a370e8c41f668ea1b566f7c5fa882e4af35d4e24cef 0.00 MB 5 0
68,306 68,306 00000000034aa48134acdc855890d3ecc0f143adfd57caf72019f2702f92e515 0.00 MB 1 0
68,305 68,305 00000000049475b4f8128387ccebd4022372127c6212e3019a24cad06201867a 0.00 MB 1 0
68,304 68,304 000000000581c07e9fe4ac8916a8283aaae347f5559c44c536d6b4200e793aab 0.00 MB 1 0
68,303 68,303 0000000000a2ae431798941444740e6aa27de8834cb432ea6c7b74776a40282a 0.00 MB 2 0
68,302 68,302 00000000058cbb6d7cb7095fa11006251e970c2afbd302ac8920341971beaaf3 0.00 MB 1 0
68,301 68,301 0000000002d2df9529d99b1fdc6cfd6838d28e5065696b0ec911363593258bce 0.00 MB 1 0
68,300 68,300 00000000040a9f03870f399c957ca2b6e43ba8e30eb168e9986e603b54d326f5 0.00 MB 2 0
68,299 68,299 0000000003a65d9f9c4acdf165842fb734b2cbd41a7fa524d84c56d81c8d4394 0.00 MB 2 0
68,298 68,298 0000000003cb1e69ea13be25f9eeaf905db60dc515ca94c2c181d2e4c5a3d68f 0.00 MB 1 0
68,297 68,297 0000000003b46792ad1a68f648a4f91508c9f1b56775c2a8d25691e3eab6778d 0.00 MB 2 0
68,296 68,296 0000000003a525cda55512c554a6ac796dedfa782912f8a292ef1223e1f4c14a 0.00 MB 1 0
68,295 68,295 0000000003c083057249401ec66a77a612d4e2a3dc4bb0166b7079573bfe4100 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.67 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,100.07 GB sent, 111.68 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.