Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,861 transactions (2.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,638 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,315 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,637 (892,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,170 19,170 000000003d443d1cbdfff10d4d36d820d81aaf33525f9f14653b83551a6d43f0 0.00 MB 1 0
19,169 19,169 0000000043d59bfa9305b1708c4eda7dfed796ad4e76d79608a4014f68544c44 0.00 MB 1 0
19,168 19,168 000000004239c7bc6ebeb5bf45fc46467e198b12c64e6a69910a8544b0ed2c88 0.00 MB 1 0
19,167 19,167 00000000c766b5b75204cdd4ba9e74d574827a789bd493bb037f6ebbe575c29f 0.00 MB 1 0
19,166 19,166 000000005ce869ece96fd1aee856bcc21c8fbc7d94019f91b7cc0c05457c8615 0.00 MB 1 0
19,165 19,165 000000005de3a951f805426887bea8ec82348aee90fc3c6a66661f5c1c839d6f 0.00 MB 1 0
19,164 19,164 00000000d98f49c589dabf8f99b6f04c952b04916435efcffb5f4e90540fb8a2 0.00 MB 1 0
19,163 19,163 0000000015572a9f381dfefb0a8f9e3d91a743386fa2f5ef299d8922a31ba929 0.00 MB 1 0
19,162 19,162 00000000d3f570712cdc0b7fa11041b52f85c54613ba85f404e1ad1cb226d648 0.00 MB 1 0
19,161 19,161 00000000d01859afe03ad71a6e52044f4b5bf644dd0888982408641cc16d247e 0.00 MB 1 0
19,160 19,160 00000000a7fa4cc258b6630816788b5271ec59469b0a8330f8333c2678f57118 0.00 MB 1 0
19,159 19,159 00000000676088366b1a5def6a127903ff3cc999662a8a9481c6777dda61f838 0.00 MB 1 0
19,158 19,158 000000003d5d4ccb4eaff492e522bb10dc7384a70e5664728f1d4f706448a836 0.00 MB 1 0
19,157 19,157 00000000a1476c24dade7ff491a677ae94daf4a16da67a5de321e550ae2913ab 0.00 MB 1 0
19,156 19,156 00000000a34a18b6aa8fda649ebd1aeab2d17cf2b11c4af283c5cb5db61a6fee 0.00 MB 1 0
19,155 19,155 00000000483dea1134ee12621ab4911be37fc5b2350b239e1ff971e91833d423 0.00 MB 1 0
19,154 19,154 00000000f81f30e10ce786e277c657a71a1a2997f8737264b23a74d5101c33e8 0.00 MB 1 0
19,153 19,153 0000000092ab4647e6918a7a553f2da38467accfd8f2ac92d79a4dc79c8b97fe 0.00 MB 1 0
19,152 19,152 0000000092dde1fa40bea243e872c9cf7aa83558d16fd7475200c7521f35ac28 0.00 MB 1 0
19,151 19,151 0000000091fa400b506305cd21f7231e9d010ba2bce3c2241cf5791786fa57be 0.00 MB 1 0
19,150 19,150 0000000018f73241264a63cc1b98bec00b758da668248d068e2d1f2f77ddbe76 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.41 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,422.72 GB sent, 130.72 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.