Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,255 transactions (0.49 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
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,247 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,662 910,662 0000000000000000000201f8a641baf678ea86453e0d59cf239b2a466240619a 1.70 MB 3,810 1
910,661 910,661 00000000000000000000561c32c5ad089270675a79fd7c56dd59c0e8b900be67 1.73 MB 3,808 1
910,660 910,660 000000000000000000011aa2173227da05f1a547cab2b8ac4ef2a0147033fde3 1.56 MB 3,865 5
910,659 910,659 00000000000000000001c96433fdd66a23597c1ec8bcc9d7e67824e9a69ee2cd 1.64 MB 3,896 4
910,658 910,658 000000000000000000022592f85e97da33888b99a50b0cf7ebf9235cd807c4ca 0.77 MB 757 4
910,657 910,657 00000000000000000001cf324046af6861d9009144a54967bb599eb745ee1f64 1.71 MB 4,190 0
910,656 910,656 000000000000000000021577d1af1e0c30f5b4dcc19a3f86d24ce19958168c4e 2.03 MB 3,127 1
910,655 910,655 000000000000000000001350f6e1445280296c354cd9aa9eb523276fac641389 1.87 MB 4,155 0
910,654 910,654 00000000000000000000fa095cce23a639bdc3bc1e3d87bcd8f08054555096de 1.54 MB 3,369 4
910,653 910,653 0000000000000000000177af9d735846892c720ef28855bdd9bbc7d9329de7ed 1.72 MB 4,129 0
910,652 910,652 00000000000000000001c3c463dd5b15d0b2a4a6f63d3ab5df87d81d7889705a 1.59 MB 3,177 3
910,651 910,651 000000000000000000014d8bf5354d90a406a67046ece346c8a347b2700549af 1.01 MB 2,378 3
910,650 910,650 00000000000000000001d5abbd5ca4097563a808a61104a35c89476d9c96b7a5 1.60 MB 3,102 3
910,649 910,649 00000000000000000000cf44b1751f7e29a6c16fe1684a41e02bc2ace77193d3 1.35 MB 2,247 1
910,648 910,648 00000000000000000001f8daea8d879312f5f101af7e37a762b98ecd414501c4 1.10 MB 2,334 3
910,647 910,647 00000000000000000001c8322994654cb16dd77f16549fee7ec8185d2ef02171 1.17 MB 2,074 2
910,646 910,646 00000000000000000000e76f6c4f53382795264f8c69c521c636b0cd37ca8872 1.53 MB 3,303 4
910,645 910,645 00000000000000000001c5e40a717da562153ad83594d47122a5890b88ec6139 0.15 MB 386 4
910,644 910,644 000000000000000000015b19f239ed112a4cc0d1856bec1d0d40fccc27d535f6 1.49 MB 2,348 2
910,643 910,643 00000000000000000001c3b017f4978c746af4d3a1de1088925960d0d855c6dc 1.54 MB 2,823 4
910,642 910,642 00000000000000000001ad163359d68258aad2e6ddad9f624b2ceccb39ae04db 1.39 MB 2,124 1
Previous 10 blocks ↓
Total Size: 775.22 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,359.74 GB sent, 124.83 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.