Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

306 transactions (0.14 vMB)

Priority:

  • 1 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,545 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,544 (827,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,887 82,887 0000000000229d14ba352d9b42dcc60720b708776ad90cf182b40033d08fd62b 0.00 MB 1 0
82,886 82,886 00000000002e77a33471fb2c764baa29e672ccc15d68814f16ca8d9668d3080d 0.00 MB 2 0
82,885 82,885 000000000018f3ab84c4d283536595863c6faaa2a7b7bf8401f22bcb6a729dc8 0.00 MB 2 0
82,884 82,884 0000000000210c5e26c3d683a089f324ff5e6b8a86cf5e191e09fab99ff2cc95 0.00 MB 4 0
82,883 82,883 00000000002460ebe98b1ec428f740123d2b428f42ba20b89ce17fe8c3d12222 0.00 MB 2 0
82,882 82,882 0000000000204e3d1c32ac845d3302075a8ae0993d7c363330a6c8450a0472ad 0.00 MB 1 0
82,881 82,881 00000000001dfacd0e591cf489cd3b278fe50d5a6fce59650d7702a999cb95b1 0.00 MB 1 0
82,880 82,880 000000000003a83ef464699f04529601c907856cfea6fe29ffb464140b1f83b3 0.00 MB 1 0
82,879 82,879 00000000001b1c8f4e01f25a12201b5c044c5f48c67b3c692a31e790d41109da 0.00 MB 1 0
82,878 82,878 000000000003af747261c868e5b6ea79c6990c85a0f02c1890305e4a83cbdeff 0.00 MB 2 0
82,877 82,877 00000000000c569031bccc674bf1113efedffbbfb90a956aa947e181607a7ef3 0.00 MB 1 0
82,876 82,876 000000000013e4363ad73f749265a3b57497922499ba8a979ddd4127b4894561 0.00 MB 1 0
82,875 82,875 00000000002eb7b664917c1c535e578d4f63fb83f14b996bce38bb4ebfaf2b66 0.00 MB 1 0
82,874 82,874 00000000001030bfe18d81c524ed00c4037efbe877ef93a1e8647f296fae288a 0.00 MB 1 0
82,873 82,873 00000000000ecbde2535d1fc3d6cf5a1665bcb77542dbe4943ced7f455f14e2a 0.00 MB 1 0
82,872 82,872 0000000000175649baec38bcf6bbe2d680d23b39b5f6a9c140a2a52bf2c96a21 0.00 MB 3 0
82,871 82,871 00000000002f9c25111932ed2a71473409af10112fa961f17af9e4873a78fdcb 0.00 MB 1 0
82,870 82,870 00000000002acc324489fd6ebee18eff1724295192e573a8f28cb53f092e1b1e 0.00 MB 1 0
82,869 82,869 00000000002e6869472f3106bca2c9ccc2b9334c07a3d72595fe38f37db6c44f 0.00 MB 3 0
82,868 82,868 00000000002c26c5eeba47bdfeb99f790ee8dec2b5575237f3fd389667c295e6 0.00 MB 1 0
82,867 82,867 00000000002e6e6d22b84db78c14fc19a2197f8404042b9255e4abf11fe298c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.39 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,250.10 GB sent, 120.46 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.