Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,851 transactions (0.57 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,926 000000000000000000022b910000000000000000000000000000000000000000 0.56 vMB 1,832 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,925 (134,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
777,191 777,191 000000000000000000043047ff2e37bb025959d2b2eeaf335761aaa61607bea3 1.35 MB 1,942 39
777,190 777,190 000000000000000000030788e8366bd83dec5d7531b7d272a23ec9ac88cfc9c4 1.88 MB 235 1
777,189 777,189 0000000000000000000671dd237e788226f12e5c0ed8f4295af934726893da5e 1.79 MB 1,394 12
777,188 777,188 00000000000000000001d37fdb81a1dbd0fef37acf68ae5125dd9c2e2a5ccb04 1.29 MB 189 1
777,187 777,187 00000000000000000006152e1cf836fc99fe38521613fe41fefcb39c5f6c2601 1.99 MB 946 5
777,186 777,186 00000000000000000002313bef045b9ea9222b87a160bc6bc963ff1d37889fb6 1.87 MB 2,615 14
777,185 777,185 0000000000000000000190a34b7b4d2dbf99660644d650c15d4fd77b2235cc1f 2.05 MB 1,227 4
777,184 777,184 00000000000000000003791f7cf9ccb76b274b486afecfa3224eae40918e2b30 1.67 MB 2,888 19
777,183 777,183 00000000000000000006cac03d6f0569678321b7c88afac1168e28042de28dfb 2.11 MB 387 2
777,182 777,182 000000000000000000040f125bebc65cc4661946e26bc14f1eab3fd4db3421e5 1.97 MB 2,348 14
777,181 777,181 000000000000000000006b239c4646c91eb008c9c5d48f2d736daf6de4fbd54c 2.03 MB 2,006 11
777,180 777,180 0000000000000000000471863078a095db9244594b8d75aab50b2c470502d653 1.82 MB 2,758 15
777,179 777,179 0000000000000000000070c996aaf9f7847b8238454f482a2ac44300ddeb8e57 2.13 MB 1,998 11
777,178 777,178 000000000000000000046e657042a5333dbd120404deb93de773c40ed40c9765 2.08 MB 2,304 10
777,177 777,177 00000000000000000002e729b9f29696cbd346b05db76a00390726096574a142 1.70 MB 1,702 15
777,176 777,176 00000000000000000001f9efc15d85970a54b0b2ebd4aa5d9600cf42ef99b587 1.59 MB 3,348 25
777,175 777,175 00000000000000000001bc5644473e6d146eedd675fc9306fb844150ffa778da 1.81 MB 2,792 15
777,174 777,174 00000000000000000003e2f9fca7e12dd2453b9238b95ba09ef5e306118f0f2d 1.85 MB 879 4
777,173 777,173 00000000000000000002deb7709ad2b635295ff19e3156ec65a3eff4cf78f13b 1.95 MB 1,175 6
777,172 777,172 0000000000000000000568ed1ea79240886a1f9ac9417285f425712e11437cca 2.27 MB 2,260 6
777,171 777,171 000000000000000000035efefc3cabeadcc48a2d5861cb84c84b957b20aa1661 1.61 MB 1,986 12
Previous 10 blocks ↓
Total Size: 776.95 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,488.72 GB sent, 133.20 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.