Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,948 transactions (0.57 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,815 000000000000000000022b910000000000000000000000000000000000000000 0.57 vMB 1,940 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,814 (10,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,665 901,665 00000000000000000001cfa097caf9ef7966a64c3de7daa00e7bd54e6f1765b2 1.66 MB 3,191 5
901,664 901,664 00000000000000000001f28c2b6da0bb4db433ea1196e6952df0979b66204769 1.09 MB 262 2
901,663 901,663 00000000000000000001f9972c8fb556d984ec38a7f1f5933014bbcd640c580d 1.14 MB 774 2
901,662 901,662 0000000000000000000099a0697179116690566de0faa0c139c48cf16937dfe0 1.50 MB 2,050 4
901,661 901,661 00000000000000000001e7bf624e4a45ee8649838b89da9e4413be1b96875223 1.20 MB 1,149 3
901,660 901,660 000000000000000000000c6538e07d20fe3c0b259c96166a8d3279bfaa02c51c 1.43 MB 2,325 4
901,659 901,659 0000000000000000000209df89312ca7ade061b1afb280c29e42f2f2f8690fa1 1.34 MB 1,752 3
901,658 901,658 00000000000000000000792c180aafca50a093be99836d70727531ae7075fdba 1.33 MB 1,729 3
901,657 901,657 00000000000000000001301d0d0903a0d482d9dde1b5fad02126cd9ece2ee894 1.88 MB 394 2
901,656 901,656 00000000000000000001cd00f4759ed080ebfe15539b41923cafbbb6f6da7104 1.77 MB 2,417 3
901,655 901,655 000000000000000000017bc8215f00fe97767de70e5a1b50e1641ad351a56584 1.68 MB 3,674 5
901,654 901,654 00000000000000000000c54acb8d1a59ed8029b82fb719953e0ff591814073be 1.66 MB 3,778 6
901,653 901,653 0000000000000000000100b1677974f204f3a4f9db99a1a8ec705581f33ea42a 1.50 MB 4,111 10
901,652 901,652 00000000000000000000fa6953edee977a3ccfc4411c0c4fff3ec4437c83db4e 1.55 MB 4,102 9
901,651 901,651 000000000000000000015eaf93b229069c8ed400ff1e267260e761bf56c10839 1.57 MB 3,582 6
901,650 901,650 000000000000000000004d68bc258ad0ea0e17c95a73d3c3a901fb93c0f2176e 1.84 MB 765 2
901,649 901,649 00000000000000000001aa78a62e1ba0f6a777ab49d706cb8d81f5401becc3f3 1.66 MB 3,081 4
901,648 901,648 00000000000000000001d96d9b3a345166ed9695b00cefa0992fc7c874382f20 1.54 MB 4,512 5
901,647 901,647 00000000000000000001ae1516481917d4e216e8014cd1004532730eef774b2e 1.73 MB 3,816 3
901,646 901,646 0000000000000000000078913d41fc037a091ce1d1db398667d311e0c6af35a3 1.58 MB 3,471 6
901,645 901,645 00000000000000000001d7dea95e41a780090fbe642445ce2d25e9057faa574b 1.54 MB 3,422 6
Previous 10 blocks ↓
Total Size: 776.75 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,460.79 GB sent, 132.29 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.