Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,622 transactions (1.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,564 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,563 (822,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,188 88,188 00000000001b591ab6fcd109f8e6b406840c62c0af104b4c4a2d582034a41d62 0.00 MB 1 0
88,187 88,187 000000000016fb268566684e90afdd76e58903ea00ef1d102b7898097ab1fafa 0.00 MB 5 0
88,186 88,186 000000000015c91cd7148856eb00dccba008bae536c8b31521197fa99709c970 0.00 MB 1 0
88,185 88,185 00000000000c794f3822bdde73f1d53f6210dcdc44fb54f0907311b221b11134 0.00 MB 1 0
88,184 88,184 00000000000943e68473c310caf5a934e7f863099c4db6fbf18690be7c62a9d5 0.00 MB 1 0
88,183 88,183 000000000000dbd05a71cbd8f43848eb05814f7a986a2fab8bebdace7e9e611b 0.00 MB 1 0
88,182 88,182 00000000000d53b1de443b4313ef8180465f0efebd42e76f95b6eb63715956a0 0.00 MB 1 0
88,181 88,181 00000000001ccb32d1d503a6cb330763b32a21343923a7ae747f7ae01cf9f481 0.00 MB 6 0
88,180 88,180 000000000002fcc9c77aaa6615cceadeddf746334ecd6394b2dd34fffd3da2de 0.00 MB 2 0
88,179 88,179 0000000000192271d46dad59049ac2ce8e8d85e7c608c7053f3ac69c6b41c8ea 0.00 MB 1 0
88,178 88,178 000000000003df6f80aaf89e61678fd6c2cc6c5bc0d59f25d5e2ee4887041cbd 0.00 MB 2 0
88,177 88,177 0000000000139806ea22447aa994fdab774a24664c6a84027d48695f212aaa36 0.00 MB 1 0
88,176 88,176 00000000001e5e4600e49ad780286419c92caa1b0659eaa2eac58b987180cbb8 0.00 MB 2 0
88,175 88,175 00000000000c972c431148fe671cbde141fc78fe0b848466a61b9a4fead463ba 0.00 MB 1 0
88,174 88,174 00000000000f55cc0db2b8ab01c8a3e00800d57dcdc849ec7a2094d4f953068d 0.00 MB 3 0
88,173 88,173 00000000000cc8f2d5f99a20b2be4168cb10ebecd274a61415a44263803a619d 0.00 MB 1 0
88,172 88,172 000000000014e380c7dfa6524fd803c02389c4cd7be52044c469eedb1953cc1a 0.00 MB 2 0
88,171 88,171 00000000000f207f3430bba6b7850df3fb95e731b208719fae100d6600a5e8c4 0.00 MB 1 0
88,170 88,170 0000000000173e57ca649c3da7f999d51e828cee403ac73fdcbefa73bb689efb 0.00 MB 2 0
88,169 88,169 00000000000f13a03d48b5785a07c5ed6cdd5cc360fb0e6afc77bc93b7fcd012 0.00 MB 1 0
88,168 88,168 0000000000012d730ff38990e78dc0e1028652fb00e33e21ec8e27bcc9a8f4ce 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.42 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,252.69 GB sent, 120.65 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.