Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

583 transactions (0.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,127 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 571 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,126 (440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,686 909,686 000000000000000000018ff6d6a4f913e16e5d29347bdb7229aabb400b3b7c67 2.00 MB 499 0
909,685 909,685 000000000000000000002efea7f6344f9a262deaf33312e906dd583adb17e8ba 1.55 MB 1,051 0
909,684 909,684 000000000000000000010c1407804d8d7b54b60d5274750232514b34b34aab4d 1.48 MB 2,282 8
909,683 909,683 00000000000000000000cb7f16c4f16c46f7a90b2ea4d53969ee1b73cec2d8cf 1.10 MB 672 1
909,682 909,682 000000000000000000004654598f85a58f7ae85bdff5dcd893d503e0956a9ecf 1.64 MB 3,241 4
909,681 909,681 00000000000000000001717c47287103d999d61fcc63336b31eb114a2378f4b6 1.17 MB 862 1
909,680 909,680 00000000000000000001797d57f9227c625b76df32b438aa1f4f928ea41bf6d7 1.82 MB 2,440 3
909,679 909,679 0000000000000000000202645e15d97587d2a36c3331c4db78e8b6d46cc2ee5e 1.74 MB 2,336 3
909,678 909,678 00000000000000000000f1ff506f8b63dd410741ee9e0814855763357c7e7aea 1.64 MB 1,810 1
909,677 909,677 000000000000000000010240ae4d6a72b0c52a41123a48f2b26d278c6809c5b7 0.64 MB 693 2
909,676 909,676 000000000000000000014d73ef165d752c82e8f0363ed74c7f7fd7fad58e068d 1.84 MB 3,657 1
909,675 909,675 0000000000000000000053520bfbe4af74739c9299e96e53d87c4d2383707d60 1.60 MB 2,999 3
909,674 909,674 00000000000000000000ff853c20e774be04ffa30eeaeedd759a18a474289d8a 1.75 MB 2,925 2
909,673 909,673 000000000000000000010ad14bd630ba2c472942f6b952844ffdbe5685aacd4d 1.62 MB 3,412 3
909,672 909,672 000000000000000000013b9a88e858051f0ae048795379f7d7fc43d80614478d 1.91 MB 2,093 0
909,671 909,671 00000000000000000002261c086a0b49889bb8c2e6738efb06c6e33754d4ae06 1.86 MB 2,527 1
909,670 909,670 000000000000000000018c387fc389ecdc139f4524336c927fd9220f05e4d942 1.78 MB 3,727 1
909,669 909,669 000000000000000000012cbd064b9ac187cd773d0e9215dfcdf66d7b959ca5ba 1.59 MB 3,143 2
909,668 909,668 000000000000000000006b7085080e7584eec8e915ef9e3888a20d04542ba974 1.77 MB 2,967 0
909,667 909,667 00000000000000000000adb2a136ede1d47fefae30470478aeb97f640f705ed2 1.57 MB 3,529 3
909,666 909,666 00000000000000000000e14258c26e46a2d8dfb58dc2af31bbd76ddd45309934 1.73 MB 4,364 1
Previous 10 blocks ↓
Total Size: 773.62 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,191.28 GB sent, 116.60 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.