Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,879 transactions (3.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,215 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (24,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,690 887,690 000000000000000000021b79850009add280d97a09e7584c4c9ab99276668b4a 1.79 MB 2,546 3
887,689 887,689 00000000000000000001a9448e5743a06a998c757dd0567363d1cd3183f99c37 2.01 MB 3,373 1
887,688 887,688 00000000000000000000ba7a3e77bf7503af9d47ef4121e3466bd7aaafee01b0 1.98 MB 2,334 2
887,687 887,687 00000000000000000001364553822fbc74ebd8cac7b6511e18de16c3c6126d6e 1.49 MB 2,954 4
887,686 887,686 00000000000000000001593e201216d4e1facb2cb8e45543c4fc1d2a60bbf57a 1.47 MB 2,637 4
887,685 887,685 0000000000000000000239c10437b898d592f09568314a25339f829ce34c8521 1.22 MB 976 2
887,684 887,684 00000000000000000001eca9c22d70535eef84d28a04b0ab4d2cc6e7c570a090 1.27 MB 1,344 2
887,683 887,683 0000000000000000000188e7efe6e7a1c55a5409fe33fc3d58e462e532385576 1.63 MB 3,748 1
887,682 887,682 000000000000000000027307448a257e01dc3b36b9942d567484ee367d95fa80 1.62 MB 3,302 3
887,681 887,681 000000000000000000018e348767ea93625bdec0432a0b5534a0ca871948d262 1.20 MB 1,207 1
887,680 887,680 000000000000000000004b59873bed412b30c14cbb880cbea79919d227423100 1.61 MB 3,777 1
887,679 887,679 00000000000000000001f66ec100805739bc6c2b39df7184f5f0aeb6c653f3c1 1.77 MB 3,102 3
887,678 887,678 000000000000000000000ba6285ff3f8f2b3cd8758e816455a038bced1c423e3 1.82 MB 3,176 2
887,677 887,677 00000000000000000000ab76c85a4391977464e07aa0919c91da03451a63767a 1.34 MB 1,797 2
887,676 887,676 000000000000000000005bc6d647996157fcbca64fbea474a06d1425db56de6e 1.59 MB 3,780 6
887,675 887,675 000000000000000000012460b2c239bad26e8166409e7a191ca982cbff83006d 1.60 MB 3,786 5
887,674 887,674 00000000000000000002672840e14a2c34c14eba9f27ac871d7633f3300c571c 1.69 MB 3,854 2
887,673 887,673 000000000000000000011bb372dc4f82a81badc054afdfc3c24c59e3db8fea9e 1.61 MB 3,127 7
887,672 887,672 00000000000000000002213f2affbddbdf4ebcfdfd4806f7d83b2e02c7ea515b 1.54 MB 2,193 2
887,671 887,671 000000000000000000013f31d399c6c891cb5b88e9a9a548f60ef2b58fa28d26 1.31 MB 2,031 4
887,670 887,670 00000000000000000000651c508b6a0814fb57ba603507451eaf5bf60423d3dc 1.58 MB 3,343 8
Previous 10 blocks ↓
Total Size: 776.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,443.74 GB sent, 132.08 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.