Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,082 transactions (1.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,491 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,490 (7,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,000 904,000 000000000000000000005f72cf80178413b135363b32bb1e1a70aa3e3e75ea13 0.27 MB 487 2
903,999 903,999 0000000000000000000229c4adf105f147cadd19f367d7f76efaf8e83eb2b8fa 0.27 MB 503 2
903,998 903,998 000000000000000000013a26fc2a96aa512c9e952c16c32018b111700b4955da 1.80 MB 2,489 2
903,997 903,997 000000000000000000025b7103fd457c90356494484040cab2117144837bccaf 1.24 MB 2,431 2
903,996 903,996 000000000000000000010ff6c1a1c91309ad667fe18e92e41eaa2414ab378021 1.78 MB 4,658 0
903,995 903,995 0000000000000000000041de02135b65ef852d05b0d4e17ff00ee6c1dd46456b 0.59 MB 1,028 2
903,994 903,994 000000000000000000007f82bfe200d33874e3324f3b15c8429614cf751a27fa 0.55 MB 1,363 3
903,993 903,993 000000000000000000022840e422e996a956e7b744579250c183495a0475114c 0.24 MB 397 3
903,992 903,992 00000000000000000002124afe3fd090142595da84f62cfcaa916a2a7b7b6dbb 1.77 MB 2,905 1
903,991 903,991 000000000000000000005c5f464d82fba19f03e52248706fb056092dcedc3f9d 2.03 MB 2,796 2
903,990 903,990 00000000000000000000ec56fd7fb0438fa835351d246af56487b5735b3132f8 0.31 MB 538 3
903,989 903,989 00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5 2.33 MB 2,301 2
903,988 903,988 00000000000000000000e6ddf0fc821da4dab429d5acfa359880290b7b44a4a8 1.70 MB 1,851 1
903,987 903,987 000000000000000000019f3ff6e0e9b59a5f13e9514c21c8912c92d7592de88c 1.52 MB 3,137 3
903,986 903,986 000000000000000000018489bbf37304c777fdeba2452fd5dfdc11da4fbca357 1.56 MB 2,734 3
903,985 903,985 000000000000000000013c0d325118995f9c879709f46385ae594da8e0bc2ccd 1.66 MB 2,367 2
903,984 903,984 0000000000000000000087b642f155c468a5602697589668345c767bec28b6bc 1.62 MB 2,860 2
903,983 903,983 000000000000000000024832ed7996d8b80cfa1167d0f7fa7f192eb3c3335424 1.70 MB 3,009 2
903,982 903,982 0000000000000000000043d184d8d0a67e8b287e25c504ea57bfe56868265c57 1.57 MB 3,290 2
903,981 903,981 00000000000000000001b37f2407777cac304f67a0e11adcd1304da839a1918c 1.78 MB 4,902 2
903,980 903,980 0000000000000000000130cf0c4f2a539b9a3a156b624d6c5b87101ae244be2b 1.69 MB 4,093 4
Previous 10 blocks ↓
Total Size: 776.14 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,411.85 GB sent, 129.44 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.