Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

159 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,581 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 151 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,580 (877,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,922 32,922 000000009fa4decf8c14e7e81637572b87bd812b5de519ff560bfc08009c256c 0.00 MB 1 0
32,921 32,921 00000000a88499cbba83736a04d25d6a268263b2e35ccde15f8630ebfd8b9a02 0.00 MB 1 0
32,920 32,920 00000000cb9ed0eefd2092c605f07c76896396ada16857ff274da9524f349d47 0.00 MB 1 0
32,919 32,919 00000000c400b8124e68c542b393a191a9d3f1c11981df0ed6e774b2c2f19964 0.00 MB 1 0
32,918 32,918 0000000022066b2f18fb4cbae77f63643b8f9d22e4c3c9f965dfa10b914bc405 0.00 MB 1 0
32,917 32,917 0000000048d2763ef5a5ef4128db67a5d7dd32d5654e4e47418e8e1a449c7ee1 0.00 MB 1 0
32,916 32,916 00000000af990da3936b0e3635e1b3dd490cfbd1610514d7d85bf03031f98e1f 0.00 MB 1 0
32,915 32,915 00000000b3137cd08f45d3917406ad932cb90102ce9a9e1b87b5fe136a0877b3 0.00 MB 1 0
32,914 32,914 000000002995fe48431a7f03492fd4cab430889a4492dfd2d6bc1cd9ef03889b 0.00 MB 1 0
32,913 32,913 0000000047f1501ab2e8f8be40a64c1c40ff684c580149f51dc50136af3e2014 0.00 MB 1 0
32,912 32,912 00000000220567aa43b22f4179503e474843e4f2ac65c0a8059e2604581114c1 0.00 MB 1 0
32,911 32,911 00000000bac9b05558688d1100d1aa1cdc7f822e18597d93b378782abf06a78d 0.00 MB 1 0
32,910 32,910 00000000808a9b4548f7ebe38f8e3ed611c2d66a06b5d4a7d54e61381d2ec104 0.00 MB 1 0
32,909 32,909 00000000ae1f4a5196d720ef4db1214705255c7cea4a4cdf67e346709dbfc356 0.00 MB 1 0
32,908 32,908 00000000c20f4c38144402009d740d08ae9c24fb8c1de95eefd110a49d9ba881 0.00 MB 1 0
32,907 32,907 00000000274cac641d629de8a7c5f9e31ec7fd931fdc8fc014c6d3c9ad7454ac 0.00 MB 1 0
32,906 32,906 000000008d8353d382737655101b2b25404d2541860e5c3892c935b7e33d2cb3 0.00 MB 1 0
32,905 32,905 0000000033f2242bb5091af342e3cd36c30bcddfd3e5e472950b7738f3321d7f 0.00 MB 1 0
32,904 32,904 00000000c57747a26508ddee9c24fd14d7e2cd597af20daf99fc8ba0f70fc273 0.00 MB 1 0
32,903 32,903 000000009f3ab6a1c4f6887b1039deb6b28a5e00e6bd802542f9b04345813ee8 0.00 MB 1 0
32,902 32,902 000000003f22a8111440f3156a982dee3427d8d0ae8b433fdca7bf85818da95e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 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,253.61 GB sent, 120.80 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.