Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,924 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,648 000000000000000000022b910000000000000000000000000000000000000000 0.58 vMB 1,924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,647 (486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,161 911,161 000000000000000000007d70fe7b6114a777ca99697d2d70296c75f42556629c 0.03 MB 92 3
911,160 911,160 000000000000000000017925b8c1dbbe0c9e2b7cf160ed6cfba6be95b8509e5e 1.84 MB 3,585 0
911,159 911,159 0000000000000000000049319353ceccd9c1d715fc65cac92a9d25a3c432fb82 0.59 MB 1,194 2
911,158 911,158 000000000000000000003f2d742b3181a09a972527ad3272955224db5b742baa 1.76 MB 3,144 1
911,157 911,157 000000000000000000013c0cb314385f0e34b9496a3c7336619b1730d5476da8 2.21 MB 3,951 0
911,156 911,156 00000000000000000000db7014d1842f78ad55c5789e7a7426d0dcc84f7757d2 1.25 MB 2,564 3
911,155 911,155 00000000000000000001ad47094771e4e16bf5f61828fdb3ec105fd8242bbd4c 1.96 MB 3,345 0
911,154 911,154 00000000000000000000e6eaca5f0af403156638ea219f8c6bd2b805c914c264 1.73 MB 2,949 1
911,153 911,153 00000000000000000001c05c0c92ed6d07c0b50c1de1592d243fbb57dda2d5da 2.12 MB 2,945 0
911,152 911,152 0000000000000000000111740db2063b81b8fd37c492b505092ad89febc44093 2.22 MB 1,959 1
911,151 911,151 00000000000000000001599beb9542c93c55f53a3d3f6e8dad819d182cad2173 1.98 MB 1,593 2
911,150 911,150 00000000000000000000747bf9632454c9c60e66d76abf26da181bde9a6ab046 1.87 MB 2,790 2
911,149 911,149 00000000000000000001f27814ae3b148bcbd51036c3a44f5e775c0d62985897 1.83 MB 2,369 2
911,148 911,148 00000000000000000000060cf10d466f266c6a62f7ff975d5b8d8be8c1bccb82 1.65 MB 3,210 3
911,147 911,147 000000000000000000006caaf8f7f3f8fb3ff50a48e6266479918705c616c4bf 1.85 MB 1,783 1
911,146 911,146 00000000000000000000065f1a8349d15c9abe3076e6a0dc9c123d127ea264c4 1.89 MB 2,315 1
911,145 911,145 00000000000000000000f9d0525588e7d86c83158cc791de49a82ba22aec4138 1.95 MB 1,779 0
911,144 911,144 000000000000000000015241e8f33931b218d5c9d5a86e5d52140644dbfcddfa 2.21 MB 1,263 1
911,143 911,143 00000000000000000001b03186b37296e2a5d7d769e53967ffddbcf393d4cd24 1.69 MB 2,821 3
911,142 911,142 000000000000000000012c9c6f26f7159fb7f11f963dcd25fac6fc909e2a5a4d 2.06 MB 1,212 1
911,141 911,141 00000000000000000002259a7074dca6b64d57c8c0809d82bf6619a9f61e57b6 1.63 MB 3,533 3
Previous 10 blocks ↓
Total Size: 776.43 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,423.55 GB sent, 130.82 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.