Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,548 transactions (1.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,168 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,167 (458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,709 909,709 00000000000000000001c7a6e359eb5af127228af79b7e7516bc9ff6b22fb7b9 1.78 MB 1,307 2
909,708 909,708 00000000000000000000bdf265311a3a0ffc6ccc3c44615c2990f3c1360f3d55 1.59 MB 2,476 3
909,707 909,707 00000000000000000000f08ede5387889a1466c068e7d0ee1842a4a02f51f5e9 1.61 MB 3,869 6
909,706 909,706 00000000000000000000c164c8120244beeb376642aad71dd60d668ffd6bac5a 1.55 MB 4,268 9
909,705 909,705 000000000000000000006b90904023a551bf48c45581aec1d56d95cdc9df3c14 1.59 MB 1,354 2
909,704 909,704 00000000000000000002100344526447f72cd92ba4a48dd3039981cac6d59a41 1.48 MB 1,305 2
909,703 909,703 00000000000000000000fbf812552bc9313ef9480c89b2668268169951db6a4e 1.66 MB 3,280 5
909,702 909,702 000000000000000000021747c0f3dfeb11569d9169607254080976888e4e548f 1.76 MB 4,440 3
909,701 909,701 00000000000000000002055d2f5c1aa6e163d087ba1bbb6d7e51026df29b5951 1.64 MB 3,774 6
909,700 909,700 00000000000000000001626c1356401d593a7cbe7a1db72ced3112fc4f2c8fe9 1.63 MB 3,977 6
909,699 909,699 000000000000000000008ff6f6df21d8438c8380a431b31cd12e54e45cc37933 1.69 MB 3,350 5
909,698 909,698 000000000000000000020e4a93a319d143c90eb7887ade3a2864121b06739ca5 1.59 MB 3,703 8
909,697 909,697 00000000000000000001928d1c7c6b3ce124c534b9e7ea3780b4269c3f58588d 1.58 MB 3,886 8
909,696 909,696 0000000000000000000066ca37e6a630710a6b188b616cf10b8536d611c667ae 1.62 MB 3,926 8
909,695 909,695 000000000000000000002269e97ea52212e21afc6b3557abc4e182fcfb165c66 1.77 MB 2,915 11
909,694 909,694 00000000000000000001d7530ac23e1fa0c544bcf899c49723d659f34f59db70 1.46 MB 4,073 17
909,693 909,693 000000000000000000002c3150a1613ac6b8726baa6866f2cf61a87c67982a19 1.57 MB 2,443 1
909,692 909,692 000000000000000000021f1697f567485bd94b71065e2f5324e0717b5b4510ff 1.62 MB 3,322 3
909,691 909,691 00000000000000000001b8c14ee909470cd63702a6211bba2923ced2882282b9 1.69 MB 4,356 4
909,690 909,690 0000000000000000000035f60ab7aad950be9bcab78430e581c06d3bd4ef1358 1.58 MB 4,348 8
909,689 909,689 00000000000000000000007300b586fc6b35b7b6d4ed4d0b0ab03be947bfba56 2.08 MB 486 1
Previous 10 blocks ↓
Total Size: 773.70 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,194.02 GB sent, 117.05 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.