Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

545 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,522 000000000000000000022b910000000000000000000000000000000000000000 0.29 vMB 539 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,521 (460,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
450,773 450,773 000000000000000000c270ff3ecdc4890c674760ef45533b9c2347ca3edbf809 1.00 MB 1,993 136
450,772 450,772 000000000000000001ef4c1a14e82af6a05cb058a423c82297317a33a0ee4e65 1.00 MB 2,564 141
450,771 450,771 0000000000000000015ac75a4999677551d473ea52d4fcedad61a7001c3aa070 1.00 MB 2,115 169
450,770 450,770 000000000000000000d8bafa5c201de35edc16b996d7a7d68752e7e4f9d8d965 1.00 MB 1,511 106
450,769 450,769 00000000000000000296bb6217613cb622ede8661f05d34c1901ade7a805a0a2 1.00 MB 1,727 136
450,768 450,768 00000000000000000180b1dacf8c9fe3b0dbf42a6f800c7da95d7166a6907d70 1.00 MB 953 90
450,767 450,767 000000000000000002898a1f1695e81adb16464d33fb1692a7d2448c12bed697 1.00 MB 1,449 105
450,766 450,766 00000000000000000068fa7478ea0bd62111a104fdad2deb76d74c42497451de 1.00 MB 1,692 116
450,765 450,765 0000000000000000026fe01bc02eb45f3445363657f7ad45c2446f86271234f0 1.00 MB 1,917 74
450,764 450,764 0000000000000000029f9e9eca36e790874f2f6b3ad6fa1befcf4b0e2f12ee75 1.00 MB 1,827 67
450,763 450,763 000000000000000000321699b99cffe2f62ebc68742db7d21d972b6fbdb4c3f8 1.00 MB 1,606 85
450,762 450,762 0000000000000000001fbeab4d7ec6bac83737834520223ac934304562a80e18 1.00 MB 2,535 96
450,761 450,761 0000000000000000021231b5a4395135c27e195eb40275f6565429ceb262b84d 1.00 MB 2,469 91
450,760 450,760 000000000000000001ea59393fdc61e5d8ed107d10543649c8ed4d6e72788210 1.00 MB 1,811 83
450,759 450,759 000000000000000000c7acdf16d729fd6d77a84d60dbe06791dc8a8f28dcdc61 1.00 MB 2,941 67
450,758 450,758 0000000000000000025509fa5824a42c130e073deb998e348c0c972d180882e9 1.00 MB 2,261 96
450,757 450,757 000000000000000001180655b9f43800c49f0187c4a4c8d543c3389bedf198fd 1.00 MB 2,181 105
450,756 450,756 000000000000000000a24955bf92cbc6288f26648c3126da9db36197b4fe6acc 1.00 MB 2,384 67
450,755 450,755 000000000000000000e75f4e044984d53276d0a41ba666ddb0659dec0fd88436 1.00 MB 2,662 71
450,754 450,754 000000000000000000e825de2b10ca755c976dfde14bd110983a293eec53d98e 1.00 MB 1,981 82
450,753 450,753 00000000000000000292d51fdef9b1350f22d7c7fa4f8a578c9db397aab52eb6 1.00 MB 1,960 124
Previous 10 blocks ↓
Total Size: 776.20 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,412.90 GB sent, 129.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.