Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,903 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,670 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,440 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,669 (819,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,028 91,028 000000000000379b10a96ba19bdf837c84cbd7c0e3f5c200077c5609f5a07fa4 0.00 MB 2 0
91,027 91,027 000000000004bec1a8c61b925d6c442f791d06e39c3c40e3482c30fd2e40c8d3 0.00 MB 2 0
91,026 91,026 00000000000bdbc2572ac68bafd86a78bc94885b743bba17c64cb2e8d94e4395 0.00 MB 2 0
91,025 91,025 00000000000155661610d178ea253f9d10b0e2a2f9496b136c3f241197a31334 0.00 MB 1 0
91,024 91,024 00000000000c6ae80abbc55c0e9f5ebf35207a5a50af567dbcff9e2f25d73262 0.00 MB 1 0
91,023 91,023 00000000000b1f2e4ccf38909a959e9c26f95366814df070b20592bf8dbd300d 0.00 MB 1 0
91,022 91,022 00000000000054665c593d7924cf5281d8ed7f238ae9af4c0542601838c785b4 0.00 MB 2 0
91,021 91,021 000000000004ea89c2158e777980b8e3d5ed96f35452a78a5f0752a237be192b 0.00 MB 1 0
91,020 91,020 00000000000466855cad65b80668ea6e864efe67a3cca922f7445e6c8c41b463 0.00 MB 1 0
91,019 91,019 0000000000003907eadf133a9694da77d1d94db516df41a4d27ceb516f983404 0.00 MB 1 0
91,018 91,018 00000000000492fb2a9c05e0ac10162b49911c619ace6ee764c8f8b85f07bb53 0.00 MB 2 0
91,017 91,017 000000000006d467bd83fe150212555e228b152f61bd9bd3cab8a1da7c0be499 0.00 MB 1 0
91,016 91,016 00000000000e5d1659cd6074db04a6e715fbc5602c9f9b9fda1d98b5e17afb7f 0.00 MB 3 0
91,015 91,015 000000000001bb9c751f587be1de74b46d357af362d39606509957ec2931129b 0.00 MB 1 0
91,014 91,014 00000000000570d318380693372fde84691867a04823dcd5bc1c47cf87a681f0 0.00 MB 2 0
91,013 91,013 000000000005e0eeed879ca010e297cc49b50646797cf5724afd232cd4786854 0.00 MB 4 0
91,012 91,012 0000000000039c8c3f03bcfbe835f7e247c1035b7b32ec58ac844b5faf97ca7c 0.00 MB 1 0
91,011 91,011 0000000000056b4c23ff45bfb1ddf913e8ccd1e0980b1e0cfd156f428e454fac 0.00 MB 1 0
91,010 91,010 00000000000ad5ed2eedf72bbc32f8f34914cfc23825f2db956d46cfb3f2b79a 0.00 MB 4 0
91,009 91,009 00000000000d5bd1088af53519efe50a1600a45c7a30f5f6de25670577d817c8 0.00 MB 1 0
91,008 91,008 00000000000b2eb898a817f7b73ee8767a74c3c2c21da0f8b07bb0f601b3db1f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.71 GB sent, 121.71 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.