Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,777 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.51 vMB 1,761 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (734,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,625 176,625 000000000000016521f774de27f8a88dbcdefa9a2980bab0dc76b748e280a0a0 0.03 MB 72 160
176,624 176,624 00000000000006b3b1de97b95368765989f4a9e22b2dde9249d568674e99060b 0.01 MB 31 793
176,623 176,623 000000000000050d5335eed3c4c97c998d0866264d9ca207c89462d5eb12abc1 0.01 MB 15 23
176,622 176,622 00000000000004798aad779ec4d18200a748683b3b54c1051b1e28d75ee342dd 0.01 MB 18 132
176,621 176,621 00000000000007ab26b25af7fbca9a71821497dc0a7c5131642f653fdf0d52ff 0.02 MB 22 172
176,620 176,620 00000000000006eb74107211299c57cac9dd339b3517a50bb3f56c9d5e2a6458 0.00 MB 13 40
176,619 176,619 0000000000000353ddec6e7298cc731e048a60f106a10ed11b5e7077d4b21632 0.04 MB 76 448
176,618 176,618 00000000000006e58205c7e5a3444fb05942b7df3b2e0f7e79549b552f645bf1 0.00 MB 9 179
176,617 176,617 0000000000000936484de3e08659ec9733e8a3d13b2e1ef7dce427ca99db02ae 0.05 MB 79 53
176,616 176,616 000000000000072da58733fce6f1dff6232247b417bd1dfb067f9c3523f959f9 0.00 MB 7 347
176,615 176,615 000000000000078418c303b5cfed2e2cbb9bc82c572fd4541475be4845ebd90a 0.04 MB 67 79
176,614 176,614 00000000000004b7f90cf6b050207b29bb12333063dc357bcaf7639525f95c9e 0.05 MB 127 258
176,613 176,613 00000000000006c927d41b21090d3a260a2e2851b4fe9268d20f2b5ff9511f75 0.03 MB 66 287
176,612 176,612 000000000000007759cc87ccf75acc15616480032e6b22b2ae1082165ae79791 0.04 MB 132 115
176,611 176,611 0000000000000758c427cd9792959df755d261667279ee8e8d0225a2a1d685ab 0.04 MB 86 111
176,610 176,610 00000000000001af187ac55dc570463eca4adfa4282cfc98099ca581d47d174c 0.00 MB 8 64
176,609 176,609 00000000000009d776765d991f270fa149f3214212a643564f188c22024c52b5 0.01 MB 20 164
176,608 176,608 000000000000073c4232c414fa1c24f960289fb53f0c35144d5e50deb798f8a8 0.01 MB 21 10
176,607 176,607 00000000000009dd899ba61c88741de206604ad717d32bf6257dde95f20a3922 0.07 MB 70 106
176,606 176,606 0000000000000a718632251fd232401dba4d142f59932c6f015919fb0086e666 0.05 MB 133 119
176,605 176,605 00000000000006359b1524a6b7e1ad2036ebb5592323dd1dc9ec274f9ff7c6d5 0.02 MB 50 171
Previous 10 blocks ↓
Total Size: 775.85 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,399.74 GB sent, 128.06 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.