Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

637 transactions (0.24 vMB)

Priority:

  • 1 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
911,752 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 620 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,751 (34,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,788 876,788 00000000000000000002791f597205a62f3dceea4fba4ea3e954307b7333010a 2.46 MB 2,191 2
876,787 876,787 00000000000000000002552058724070052a74658ac5372f8bc6ccbd7e2f8133 2.30 MB 1,420 2
876,786 876,786 0000000000000000000142a662066e014d3dd4b89edba805b9d046fe4193a723 2.41 MB 1,215 2
876,785 876,785 00000000000000000002978f856df16b7d5253ec11862bcabdf8ca4b887d3fa6 2.41 MB 1,825 4
876,784 876,784 00000000000000000000671f5cc9151c021c0642615feaee6db2f7f88f260dc1 2.75 MB 1,334 2
876,783 876,783 00000000000000000001443a076fc804a98bc02b801dbcf81f40d169bf79a8f1 1.33 MB 954 3
876,782 876,782 00000000000000000000c96401c740d19ce864818756dbf0ef66e50c719097ba 1.84 MB 2,903 5
876,781 876,781 0000000000000000000243cfb10f39a185817e01648c66bae49bd17e48d28ba0 1.43 MB 2,022 4
876,780 876,780 0000000000000000000146bd60a9a956361fb93eba135b2acfc554d39127c30b 1.62 MB 2,501 4
876,779 876,779 00000000000000000001d2ac76e62c0443fbbd8cd3df7c990079b7fa6914d686 1.63 MB 3,413 5
876,778 876,778 000000000000000000016daa45fe17192444b9b05e6d62aec8fcac9290c4d8e5 1.83 MB 2,075 4
876,777 876,777 0000000000000000000083d189391d264a9a00eea78ead9d04590142a71df9b6 1.35 MB 2,340 5
876,776 876,776 0000000000000000000054fc4e6f79dbbcaef617fef33e95384a2cfc3ceaf5be 1.69 MB 303 2
876,775 876,775 00000000000000000001b1adba1cac31b696c9ccc84635cb79b02714365a48b9 1.68 MB 3,024 4
876,774 876,774 000000000000000000027b497921f4469c1a62b79c7f36af5d2a61f341ee7db1 1.80 MB 1,345 2
876,773 876,773 00000000000000000002755079cbe3614d469016fabb4f6c3b488c81a34b0f55 1.53 MB 1,126 2
876,772 876,772 00000000000000000000077ccab607f7d77d96a285635e735263d46fe5790007 1.68 MB 2,779 5
876,771 876,771 000000000000000000001a1e2cb523a8d2e7e21369aff95893b28299ad7e1482 1.57 MB 3,819 6
876,770 876,770 00000000000000000000e69a21965aaf9f8a3e7a9c979ce4a01eff3c974afc7f 1.61 MB 2,991 5
876,769 876,769 00000000000000000000b76a52d629e22bfdc4c9df13c691978f72e39ab0b213 1.61 MB 3,407 5
876,768 876,768 000000000000000000010ca1adddea9113287c374b780e9fc250785913e010db 1.26 MB 1,156 3
Previous 10 blocks ↓
Total Size: 776.62 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,428.86 GB sent, 131.69 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.