Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,242 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,579 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.62 vMB 2,241 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,578 (886,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,422 24,422 000000009980ac86f6136beebee473d99ab13fb59ad106a59ec8fb9b4c66940b 0.00 MB 1 0
24,421 24,421 0000000064b13f1386d015da50539b67f685207b3b1ab8d475b56c0f1d717757 0.00 MB 1 0
24,420 24,420 00000000699321496712e4a286e99ae4951cdfa017d2126fbc914b78a5aa9665 0.00 MB 1 0
24,419 24,419 0000000091e748d346784896de5bc88d0e368f6ec0320bf65d94f618c2e16790 0.00 MB 1 0
24,418 24,418 0000000025f17c76f88436eedf442f6b0f5c0a0601d83be7149a5c4ae4113f8b 0.00 MB 1 0
24,417 24,417 00000000a9d3945da06c85f4cb8e14a4cde925741ced097ecc5d855b88e2bc34 0.00 MB 1 0
24,416 24,416 00000000f89aed29a521f944af564267f15fd1be433d50e4431ccdad53fd7a66 0.00 MB 1 0
24,415 24,415 000000009d439533193ef0aacb0de3661f50767e1743ae1c6426d8f1105fe072 0.00 MB 1 0
24,414 24,414 00000000d167da2836d1929a04ee339ad5f482c7b4dae8e5d233b7867786b2c8 0.00 MB 1 0
24,413 24,413 00000000a24f52400a74693c5f54da3b2ebb717c71e51f05d965e5c1a71fe17e 0.00 MB 1 0
24,412 24,412 00000000213e02406c88ffba920e13e33493ceee7426b39f62c774e70d9ed984 0.00 MB 1 0
24,411 24,411 000000006863698c4556157d0a2a2e7cb55de1face76a0df8085132c4067a773 0.00 MB 1 0
24,410 24,410 00000000aa974171801320b77025bc4909349d564e042ce666e8f362a1c36881 0.00 MB 1 0
24,409 24,409 0000000014aa8342479bacab5b9a9b91b980b5d5910cab47759c2ae0d466f55f 0.00 MB 1 0
24,408 24,408 000000005ccc09cc77708cebba8ef5674d5be6322a03ecee6c2b5b6c90eda504 0.00 MB 1 0
24,407 24,407 000000008693206eb239bd54752441a753a7435d9a4c8c92140d76e089ccbaeb 0.00 MB 1 0
24,406 24,406 00000000ea72748c88fb494ac50153abb350b8f7a403fe72e7fedc41b844aa70 0.00 MB 1 0
24,405 24,405 00000000c93907d4ef3120c5834458e154d5e8af862679bfd453251dfd18e387 0.00 MB 1 0
24,404 24,404 000000000ea197d0157a4a79091f450832d5066ced8b1bf0a89ce5d1dba301f8 0.00 MB 1 0
24,403 24,403 000000005acf96d8d8fe6338631f96f57b40022a0937d88b56fa9ece4ff34a92 0.00 MB 1 0
24,402 24,402 0000000055b8b597f50cd7a9b12268a21726c85329fdb3e0b23566e4fd5bb28d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,253.24 GB sent, 120.79 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.