Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,333 transactions (3.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,022 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,682 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,021 (856,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,131 53,131 000000000767b3d9716e72c717c4b7d4336ffd1ba7e7c7c3da7338ae6ef706d1 0.00 MB 1 0
53,130 53,130 00000000011f3a900aa93124100cb45c2ae20a1b5f385d7b84bdae13bb35c276 0.00 MB 2 0
53,129 53,129 0000000003a777703c7274c3ccd4fcbb2b23c1397cd20d7d9b67c463fb24988a 0.00 MB 1 0
53,128 53,128 000000000cdec387d46db1d6ecc70d0b7d3370662c9d81b577263dbe35a8b7d0 0.00 MB 1 0
53,127 53,127 0000000012acc568a4c2547068cf4d5122cf860d3c8f94cfe706d507dbdbbfac 0.00 MB 1 0
53,126 53,126 00000000044561ffc1ed0b4277917273b9c9e3a081acc62188afe4e734cbd49b 0.00 MB 2 0
53,125 53,125 0000000015fa2d92000fcfe7af173139c541b8a85412254dc11fae40b0fcb568 0.00 MB 1 0
53,124 53,124 0000000003cb96c5276ff758b0668e5ef043b62abb47f5bc7888e4eb4316f79f 0.00 MB 1 0
53,123 53,123 000000000ae2d61272cc212c6186916893ea47d07f74845d1522d1f01c67a261 0.00 MB 2 0
53,122 53,122 0000000004884a98cf5c72b477d9daa2788327a226633f1ee432fc14d1040b5c 0.00 MB 1 0
53,121 53,121 0000000008dca4b3ca98076324aebb79c64215854933af979a060c5a85afc649 0.00 MB 1 0
53,120 53,120 0000000015e2999b8677188f29f5a7abf5e6615f2d2460c03b11275cf35cac13 0.00 MB 1 0
53,119 53,119 0000000006e84adec702e3fbffd560b0a072460aa5a17b6625249299e9056095 0.00 MB 1 0
53,118 53,118 00000000147ce3f95090984bf0fb748dc59f43dd377a4110360cb4c4c1159648 0.00 MB 1 0
53,117 53,117 000000000e16554904c2653db38774ca00ec32156e434bff86349014b030426e 0.00 MB 1 0
53,116 53,116 000000000403f1ea45759eb9810a9184cabbac762a1e6023cce06de126132fcf 0.00 MB 1 0
53,115 53,115 000000000dca4c07a9fa87efc7d975e2ae33794aac31cf631f518f6f25f68ea0 0.00 MB 1 0
53,114 53,114 0000000007f5b99a87e0398be58a1c1e79afc07d75fa7ad783721893ff01d023 0.00 MB 1 0
53,113 53,113 0000000011c18bd242b792ad02d9f4e6e233d8b6e7f905863cf0462063a3abd8 0.00 MB 1 0
53,112 53,112 000000000f5613172e8183bd39b051e40bc038bf33bd285c6fe6ba8b598f49a9 0.00 MB 1 0
53,111 53,111 000000001125c0045b58bdc4ee61507e5e702e031433fcb840e07af5ea511cc7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.23 GB sent, 115.50 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.