Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,922 transactions (3.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,869 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (879,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,363 31,363 0000000026ea70beb1976d9f1c6682e98a5d8766012a02c3a3811557e1593dc2 0.00 MB 1 0
31,362 31,362 00000000c96251b2f1b2b4185ac572d44ccd1e8cdb4892b5dedca4985b59d842 0.00 MB 1 0
31,361 31,361 0000000073a2bffae36fe6bbe72253b22946bcec45d0ceceefdec5f231c5449d 0.00 MB 1 0
31,360 31,360 0000000017a1db74e1ae3555104bd1574930054cf2ac0ecc64f66212dfa7bfb1 0.00 MB 1 0
31,359 31,359 00000000850c07e23c53579c6c3532654432e6ddf7e1763972dc220a329cfaca 0.00 MB 1 0
31,358 31,358 000000007d58e1a62d1c7ec785ea7c1fbdfdeef95e04ce70a1b0808afd18f7c3 0.00 MB 1 0
31,357 31,357 00000000bc2b7a81aa736af373d5438030aa6730299683b3df1ca1a8c095515e 0.00 MB 1 0
31,356 31,356 00000000c50c62a16b41f9d11597aa59225d5b17c90f088d0fffb790a0afec93 0.00 MB 1 0
31,355 31,355 000000006c40e0a6d3ee97a7762ccf2ed0419598b6ab116cb763c92064745f94 0.00 MB 1 0
31,354 31,354 000000002bf0ba4f617e5078571217406d34bf37ef0730134ddc0cb95f96c5f5 0.00 MB 1 0
31,353 31,353 0000000044cf2c1d4c9a003a04c1caf16e21106a46c6ab6033affe5ac6e19ad1 0.00 MB 1 0
31,352 31,352 00000000f9fc36c115afa27216d2ab4429955d737b1ce4f6442db5eb30e35f82 0.00 MB 1 0
31,351 31,351 00000000fbb7ea857602b89523f2a404e364ca2b04a763e64b4bf34e946294cf 0.00 MB 1 0
31,350 31,350 000000002dd9a769cdcbc21b5cf23845c97e5e1baa2b0d4f66816e2684bc783a 0.00 MB 1 0
31,349 31,349 000000004aae5c588e3c65a09f73fd8717d975be2f524424fa2e8ca95644dd7e 0.00 MB 1 0
31,348 31,348 0000000062b64c316c0208e3d6941cb60f5f3e745f63da4c91e92664aef39fb6 0.00 MB 1 0
31,347 31,347 00000000c27af5e2f5c4be8056c087a449757bde386a58b9265ae3fa0a09bc4f 0.00 MB 1 0
31,346 31,346 0000000015ee21eb8e9522834010d59392d9ef8df5ba4a6c241f27edf72773d1 0.00 MB 1 0
31,345 31,345 00000000ea58ef28e18c5a3b7a8fd037f94c308c9afdcf631383c6173e5d32c5 0.00 MB 1 0
31,344 31,344 000000002402bab776ef68e25f626f0a641f649a8603cd08b71176b33120fd35 0.00 MB 1 0
31,343 31,343 00000000343faa1443d21a7a2cb0cfbf535de0dd2c74552fc227bc8057f966ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.56 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,275.94 GB sent, 121.38 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.