Loading Tool

Explorer IconExplorer

Memory Pool

869 transactions (0.27 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.54/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,283 000000000000000000022b910000000000000000000000000000000000000000 863 0.00830320 BTC 0.27 vMB 2.24
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,282 (882,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,628 29,628 00000000019debbd352af9623129f6c6795295b22a0cd3d67fc2c758c4d51745 0.00 MB 1 0
29,627 29,627 0000000003ee68b90ee10f60bc09cc12456f0a1d644308c0b1a63d12fcbefe26 0.00 MB 1 0
29,626 29,626 0000000080fa2cc5ae8827c688f51fc5faabbafad49a99c709831d4e84421d9c 0.00 MB 1 0
29,625 29,625 00000000033deb7f3e87be22c6950a23164fcceccdd27a74f858bc652856c76f 0.00 MB 1 0
29,624 29,624 00000000e26594c2440a3867d421503d96fa0a0fcba4a0a93077f88303ebced0 0.00 MB 1 0
29,623 29,623 00000000d5de9ed9492c4b7f1c7a8fcbb3e54c578638e38d9548d74d61d4196d 0.00 MB 1 0
29,622 29,622 000000008ab5e2486179ad80f07c332986bb2b73f7128c2d0126ff687c42539d 0.00 MB 1 0
29,621 29,621 00000000a962ea81a36c56af8f6cf310cabadb19c4ade863e8ff8bb145105398 0.00 MB 1 0
29,620 29,620 00000000935af05aae2aaa35d160d0807ef842c694efaa74bdd18152fdda44f0 0.00 MB 1 0
29,619 29,619 00000000147f93a15d492a5ad8c90a05b588c6934853feea09c4305bee60f0a3 0.00 MB 1 0
29,618 29,618 000000008a086e63ef2bb1f0539c068e7e1655f40ab6af945f0501fa3ffd74f3 0.00 MB 1 0
29,617 29,617 000000007e01ca39b1d2ec89f477251f2250736b598fa587c1e75014a4bec124 0.00 MB 1 0
29,616 29,616 00000000f5f7b001475bc91791263ed71d8d8152871eaab472861bf28982db58 0.00 MB 1 0
29,615 29,615 00000000dbb279f4622912da3c221bffe092046bdf8cb800d76b8f0cfa39f8e8 0.00 MB 1 0
29,614 29,614 00000000c397e506aaab009607bc249ce9935d90e7f6b87ceb2231d3f1f8ef97 0.00 MB 1 0
29,613 29,613 000000009d769dbd80b715ec9085318cc1e737a82f47ffdfe03cdee79fcdf2d7 0.00 MB 1 0
29,612 29,612 000000006ba10aa7bb09e5c8ea5ec9d81f81a4f770e1d5aa47edbad9d1c61bcf 0.00 MB 1 0
29,611 29,611 00000000f4664438ba5cae26901c00781af41c304aa5812e2ae124902a73550e 0.00 MB 1 0
29,610 29,610 000000004ab29e7f30872bca66e85a497c5fa1f26db80bfe785b27b9bca924b0 0.00 MB 1 0
29,609 29,609 0000000042ea45e78bd4c0bfa9ccf2e5f05cb14de536d0eee59df51dc348c467 0.00 MB 1 0
29,608 29,608 000000008e19ef55442d758951fc738828392d2dedcc82ccd49c35923995566a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,540.44 GB
    • Received: 136.35 GB
  • Uptime:

Notes

  • 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.