Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,218 transactions (1.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,603 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,259 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,602 (854,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,395 57,395 00000000079aa484ef76d969768e263613da9c6ba3621100184f89cf18032d9c 0.00 MB 1 0
57,394 57,394 00000000062a59b5c73ee7a8251fd7a88a2bc6e4e2bfefafce334385823b3887 0.00 MB 1 0
57,393 57,393 0000000003f2cb4e7fc650976eb2fbdde7a46b67041debe485103d656943c0e3 0.00 MB 1 0
57,392 57,392 000000000c3a185ed84eecc73375b8ed0dd57d6c95b978d684ba7584c4d19b22 0.00 MB 1 0
57,391 57,391 0000000012c127e10f976818744bee821e0b123c03d9340ef7ddd642d361aeac 0.00 MB 1 0
57,390 57,390 0000000008d12853596de4044dbd0f2ba3cb8e964aa05d552c2c21e14d34ee3b 0.00 MB 1 0
57,389 57,389 00000000147986c779168da2875e3842283620a3e06d0047ae6d7bcbed34f5c9 0.00 MB 1 0
57,388 57,388 000000000f0e94169bbda5ba2a316976a723225c145b66d70444146512b7a1d8 0.00 MB 1 0
57,387 57,387 000000000f913a9525edc4cfd2313234aa2e3df58b10b2c812441397f1a5c27c 0.00 MB 2 0
57,386 57,386 000000000f20b8d8673c1dd419e85313bfa4ed4e9fc5be08fc31bd8ff6b0791e 0.00 MB 2 0
57,385 57,385 0000000004824314af2b963a41c140d06363a3fbec90f538ec4c241a044771e7 0.00 MB 1 0
57,384 57,384 0000000014d146a3f4b5c147c0928eba7e78d455fc1c5b24d51d75fe68b40d68 0.00 MB 1 0
57,383 57,383 000000000153d377f3592617d3f70e58e2993ab32d75035576481b3c9efb1314 0.00 MB 1 0
57,382 57,382 00000000064a9c53acc21594109a319292f7a03a73ac72b3065f384556f72f73 0.00 MB 2 0
57,381 57,381 000000000909752effb94e265812aacfefb67e2b1c7457e3d6c36145360c902f 0.00 MB 1 0
57,380 57,380 00000000039c437b865997577a364416c6694d96f7482e92ac2823cf7a6c0546 0.00 MB 2 0
57,379 57,379 0000000004f50b7e484d09bea4ac4b15ca69d69b97a205a53472068af457a35b 0.00 MB 1 0
57,378 57,378 00000000151b1ea4525b410bbe3f2e1d2d5e2418703a5e061378d5ee904be445 0.00 MB 1 0
57,377 57,377 0000000014c65a4d2da3023d0b564428a74f08544cfe93de44090dee2484d40c 0.00 MB 1 0
57,376 57,376 000000001043d3815bae7f088571f0369e19c9a13576edc881f787a12fbbe44d 0.00 MB 1 0
57,375 57,375 000000000ab67664692b1a4c032870cbc0260d95a45b3cdc61452416822ea607 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.35 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,419.86 GB sent, 130.39 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.