Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,301 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.85 vMB 2,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (893,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,695 16,695 00000000ef6d2fe9518a5f8b96956c822ace2d8b6b180c2e09212929c4b695d9 0.00 MB 1 0
16,694 16,694 00000000a7b4c5ee7b1fe8cd67282f9d86040abb527f305f02c6792447412b84 0.00 MB 1 0
16,693 16,693 000000006379756f2c0865f96d754a24ee88c592e1a3b826aa7d332e9f22eead 0.00 MB 1 0
16,692 16,692 000000002b7785d581c31f68b9f309df4fe2b021b443e110c006c237ee9c15d8 0.00 MB 1 0
16,691 16,691 00000000a172396151fe5a83c15f14c8f46a3d5f33e0197a3e649a9bbc98ca3c 0.00 MB 1 0
16,690 16,690 0000000053d6663671c6b96ab2f42dbc3f0549cd723286e85c08512c64db111a 0.00 MB 1 0
16,689 16,689 0000000086d058966416c9db5811e647624b492a8806f1287aa632d299a65950 0.00 MB 1 0
16,688 16,688 00000000397a0396611e06723f1f54eeffda9fed9b48267b850d7361fed5f161 0.00 MB 1 0
16,687 16,687 0000000014057913efc64d0baf6f31549a9bfb8938f50dca2d1565a914e3d6f4 0.00 MB 1 0
16,686 16,686 00000000abafbfaf0e0823084a219953912ed7182ac952a6803932f4e9d1ec09 0.00 MB 1 0
16,685 16,685 00000000db9c17b5e266513ce06fd029c299f3fe0ada39fdd27f3e7e1e66b6f5 0.00 MB 1 0
16,684 16,684 00000000cc724a6beeb425703cabfc5a4f4aa4cf741b5460b640cce6eb6c6ed9 0.00 MB 1 0
16,683 16,683 00000000dd517e7ebb0a1451652c86f3e8cbf4a8e926fb80d2faf4f728cf2495 0.00 MB 1 0
16,682 16,682 000000000c717825931040019855545c4e1a2adb7d1e8fde8eda2cd01c9c8f3f 0.00 MB 1 0
16,681 16,681 00000000968c6fd01b3dcb346faae859e35958d17a51297eea15debb1df12a49 0.00 MB 1 0
16,680 16,680 00000000d768ca8743972b6516d614ed90c8c19e7716217c77ba6725f2094d78 0.00 MB 1 0
16,679 16,679 00000000c1e1bc25e66244a9999954e84a492cf70dbac981a386271664158496 0.00 MB 1 0
16,678 16,678 0000000011092828ea4066d269dda653aa145c444dd1987663466976bcee0ed6 0.00 MB 1 0
16,677 16,677 00000000d08796c0fd8c908bee523ad6d22cd62604a7a317e6f62dda1b77001d 0.00 MB 1 0
16,676 16,676 00000000033370b13ad7dc5268d544039d2831b9c7424e96843ccabf40b9b9f6 0.00 MB 1 0
16,675 16,675 000000003c0ccaab98c283c91f472dd14bfd0acc12b654e05f280d854d0a59fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.07 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,233.21 GB sent, 118.91 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.