Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

724 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,487 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 717 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,486 (866,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,114 44,114 0000000036f522af88d3ca6c37baf6757ba4ce6c050f72fe6e0bc3d500061604 0.00 MB 1 0
44,113 44,113 000000003c4e9e5d0c265f871365bd77af4a41fb5620eab677b109e0ab270fd1 0.00 MB 1 0
44,112 44,112 00000000037b097a695394a556b6f0a53cc381f8ff68a10cbd50faa8dbd35759 0.00 MB 1 0
44,111 44,111 0000000016555dc935670092c2376b773642db681716d00187a53c030106d3f9 0.00 MB 1 0
44,110 44,110 000000000e9e40e2d8e43a9ac3970de1833c35ae572e818569242ac9320a9bea 0.00 MB 1 0
44,109 44,109 000000001160050e874152b7a59c8fee2cf4cce808edb0f369111ac1de6b77fe 0.00 MB 1 0
44,108 44,108 000000003a2f0499c6313c28a9e0bedbde83f247c59da0bf3be554d78c5d3532 0.00 MB 1 0
44,107 44,107 000000001f4422e65eafeaaf4e565d14a17d349842a520b57f1874a51e8570aa 0.00 MB 1 0
44,106 44,106 000000002fc85e5ec2e4748168b418081ac995fb2359fd2ae286e9c6b0ed29ce 0.00 MB 1 0
44,105 44,105 000000003e23691f737ac56635c6056cfbdbd4ab50302bdfcfd35c54751d0cda 0.00 MB 1 0
44,104 44,104 000000000d1d0253150eb243518c25961189f573e62cbc947b3c2ffc8bf0a2ce 0.00 MB 1 0
44,103 44,103 000000000290018c8f2a2f68f5dcb8e014249dfbc3ed34785d9f7d95c941f755 0.00 MB 1 0
44,102 44,102 000000002c64c3c065c1d596631785ef52e2b72fd62cf2f62ebbc833cc1d36a3 0.00 MB 1 0
44,101 44,101 000000000f005c92534dbd7dccd258e81247f57f14fca27101261541f6182e9f 0.00 MB 1 0
44,100 44,100 00000000377ad7d8952aca32788cbc364253c80d43213f9323583d268a1e5d34 0.00 MB 1 0
44,099 44,099 000000001a0199df21dc5efff94f77668252b9a1f54ec278e2d15f9bfdb29ac6 0.00 MB 1 0
44,098 44,098 000000000c2c2ba5fbc6847fc46f9960215a2e23ef134f3e409a0b5d17f78a01 0.00 MB 1 0
44,097 44,097 000000000fccd54378e2fe165fc969ad76a790e38d26c228005b325728c184f0 0.00 MB 1 0
44,096 44,096 00000000250809f441ba6378a533db6b2cec03db99d054ce0050fc5201ed0dc9 0.00 MB 1 0
44,095 44,095 000000000c3791763f2fee38fdcf2381c4abb03819f370dc83338555fb0b265d 0.00 MB 1 0
44,094 44,094 0000000006d51916ebad28e07153b674f6dc207d01c0ba19165e0c55feb1660a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.92 GB sent, 119.99 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.