Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

837 transactions (0.19 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 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
910,651 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,650 (830,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,335 80,335 000000000012efc71823589a687920a935331323c72825face5dd77450211de0 0.00 MB 3 0
80,334 80,334 000000000013f12ebb245baa2865edf2bc1e72d60e9141edc9be01a61d5d34b4 0.00 MB 1 0
80,333 80,333 00000000002e0c2e61ad4ac1acaab10180894b8555c9c40b92bde21225783bd3 0.00 MB 1 0
80,332 80,332 00000000002cd8bf6d6679168cab24387e74ee92e6a81b9a830e74026c6eac22 0.00 MB 1 0
80,331 80,331 00000000003d382f06e725e5c433b842c9f23f3b4686d87dd8e848e5ac7436a2 0.00 MB 1 0
80,330 80,330 000000000040eb19167a682f6e6fe418395bb2ccded1f0b6bf1ffae9eec1f1d2 0.00 MB 2 0
80,329 80,329 0000000000452fed4550a1a0b8658f6d56bf722ae6c80a15296066179a040a56 0.00 MB 1 0
80,328 80,328 000000000017407734d433d80027a1c8c3ac4006a4552077a661c082eb281b62 0.00 MB 1 0
80,327 80,327 0000000000128ab9f336e4cca77d8ab4a17269a1c98a690de6a324f9dfe4257f 0.00 MB 4 0
80,326 80,326 0000000000122ca87d635aae10c44ddb098e1f1ed6b8efc9a7c893ecafb58772 0.00 MB 1 0
80,325 80,325 00000000003002598fdf265486ad0871a7e59e5584e4f0d7be464b4ef7ae9774 0.00 MB 1 0
80,324 80,324 00000000004fe70d9ede13081872b07fccdf2ee7edd0c22b2ad403bbad16ad54 0.00 MB 1 0
80,323 80,323 00000000002020d5f5f2ce4c20f26f2bd3b0151e07c5c33d5da2d5e5cc7ab188 0.00 MB 1 0
80,322 80,322 000000000038328936ae02074a9e74fd693a568d4f82ff4393c23ca1e570187a 0.00 MB 2 0
80,321 80,321 00000000004c389c0750d76fddeed5811dc3dc0cbd48da2bfd93030e6dd5173a 0.00 MB 1 0
80,320 80,320 00000000005aa88632b6459c43cb663ace6e6d15d14871094ce574a5431fe612 0.00 MB 2 0
80,319 80,319 0000000000451cf2c6297ba9f5c6dcfeaa5151b93f23bf47ab44159927f17a34 0.00 MB 1 0
80,318 80,318 00000000001e17a9540de2ae4da19cb1ef897f7e81125255434dceb45342c676 0.00 MB 1 0
80,317 80,317 0000000000150f3382b78d95f59446f70cc94e74b6883fde900cfbe48447834d 0.00 MB 2 0
80,316 80,316 000000000038851f7b6174aabf04f2051410e37ba75c869fe91b8937bc137055 0.00 MB 3 0
80,315 80,315 00000000004ed40138b84a57f141a98f18e1b25075313e6cf6336b8820bbeba4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,279.83 GB sent, 121.48 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.