Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,319 transactions (0.41 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,008 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 1,309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (3,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,268 907,268 00000000000000000000c56ea35ad2065c4bc8b681ad9e85ef5cf2c0b64fded4 1.77 MB 4,521 1
907,267 907,267 000000000000000000009a7838a89df19cd66e8c3aa5df40a0ab1d6dab60915d 1.74 MB 4,617 1
907,266 907,266 00000000000000000000105a6964fdcc4347f3ece7ef45b32a23b39f2f103cb1 1.69 MB 3,999 1
907,265 907,265 000000000000000000007d0ab599a1b2866ba476462fd37f62f2827b5f18bb1c 1.63 MB 4,076 2
907,264 907,264 00000000000000000000dce05e43f6238c833ac5ca797d5a0d9c2a0c37ee54e2 1.81 MB 5,080 1
907,263 907,263 00000000000000000001a7587e36f54175cccef29b1ad2ae67fcce9ab608234a 1.64 MB 3,678 1
907,262 907,262 000000000000000000019746107ca51d779f0c0ccb08110d7c9744d2955028b1 1.79 MB 4,745 1
907,261 907,261 000000000000000000013694264ac3850a58500fb48bd47f2a360134b2b1b443 1.58 MB 4,181 4
907,260 907,260 0000000000000000000161baf70def979b879d9a3d8d9e09422b31ac7ae1898f 1.66 MB 3,956 3
907,259 907,259 000000000000000000010ad92d0921460132f37ba47d4ffbe78db28056cc4b03 1.71 MB 4,029 1
907,258 907,258 00000000000000000001923b41a84f84b75025ae0d7e5e8110c0e5fa4180446b 1.81 MB 4,401 1
907,257 907,257 000000000000000000016b2acac01391a2631d7a0b069e8dcdfa7e3173ba9978 1.81 MB 5,077 1
907,256 907,256 00000000000000000000dd58f0502d9a87eacd159919cf50e04d07ae677bee67 1.69 MB 3,655 2
907,255 907,255 00000000000000000000ed4ead3f328587fa322bb35748dab5f7234042fbdf44 1.53 MB 2,737 3
907,254 907,254 00000000000000000000ebcc936ec666cbc749278ee727e5b46a89013bbb2f6e 1.76 MB 3,908 1
907,253 907,253 00000000000000000000b4cd58dcf31dc3afc1621cbb92fa6278355a5f319dad 2.10 MB 2,155 1
907,252 907,252 00000000000000000000144dc7ea67e0c65f929b720adfaa9c175910c359e505 1.65 MB 3,715 4
907,251 907,251 000000000000000000005e3ae95948999549d7b454e7926bf27251c75c7b0ac8 1.62 MB 4,004 4
907,250 907,250 000000000000000000017d6a511247219bdc9da8c5150eb3add0b41f99793613 2.28 MB 2,433 2
907,249 907,249 000000000000000000010d6ef6caee397aace212df610a4f9ff779318c7159d2 1.73 MB 3,982 1
907,248 907,248 00000000000000000001e5c29291027089d63ee486125cf169f3ba1b841ed61a 1.80 MB 5,104 0
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.99 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.