Loading Tool

Explorer IconExplorer

Memory Pool

6,159 transactions (2.38 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 14.02/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,428 000000000000000000022b910000000000000000000000000000000000000000 3,374 0.02720080 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,427 (853,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,435 58,435 00000000134b3279f9f9ab9cde603593693ab0cbf26afe3cf519ad161b6a7922 0.00 MB 1 0
58,434 58,434 0000000014fc66d4805fca646331c8dcb6884b25b5dfa2a3fcc68374a6335e5c 0.00 MB 1 0
58,433 58,433 00000000131e895f8d920056c7f5b421d3d85c39acecc2298aeac34fc31f3a6b 0.00 MB 1 0
58,432 58,432 0000000013ab5529712293f6ccbbef648c147e6bd961ab93890ff9dcb9447cca 0.00 MB 1 0
58,431 58,431 000000000adfab6729702d3bfb970882c7f34b6ff748252da348162b0a666396 0.00 MB 1 0
58,430 58,430 000000000d244e4adf93c98addbd5146a717fce27328689b4047116714ec77de 0.00 MB 1 0
58,429 58,429 000000000506e1dd3b5db26c6b572bd7760c1bc308ba7b7ad697d846746bd59b 0.00 MB 1 0
58,428 58,428 00000000024ef2af49dc847eddd9acd67af204cb1c2bda1bdffedfaae5bf8b4f 0.00 MB 1 0
58,427 58,427 00000000038933b9409bed188ba3a2c15b491625d13923459fc1141fd8ad046f 0.00 MB 1 0
58,426 58,426 000000000a9a50ee7863b41fb28e43dcc844f832501a8646c56181a4043a1d43 0.00 MB 3 0
58,425 58,425 0000000013d651c9b1d41e32717b2f1b0e8dd4c554fe9f24236c31fd3444b409 0.00 MB 1 0
58,424 58,424 00000000059c19dac4b2428483d086d9600d41d5c6cba0db42f6d3e75505d051 0.00 MB 1 0
58,423 58,423 000000000781ec7c62966355ffc12900cc0229806365fdc13f2149892cc1db1b 0.00 MB 1 0
58,422 58,422 0000000009bb1e61b87da9208eddd26353df1a8f3a933a0bbc5f103c317ca37d 0.00 MB 1 0
58,421 58,421 000000000c3670f6e95fc479aa36e38a42b89833f5b88bc65d8167c01f355fd9 0.00 MB 1 0
58,420 58,420 00000000147b23fe0c7c3ca252bbf8ae18af31e0ccda5359fac5d3cecb4c0c56 0.00 MB 1 0
58,419 58,419 0000000011dd9a8a7e7eb8a79c7595d0d7d66d9d7604aa8541c078cff96d7b75 0.00 MB 1 0
58,418 58,418 000000000a512c017affb5907be8fe1af0934127b5e65f583dc32a4b4e08efdb 0.00 MB 1 0
58,417 58,417 0000000001e899f2af68c7af8a4dc57365a30be16a8a7695ce9b783e0a011789 0.00 MB 1 0
58,416 58,416 000000000dab178d055182d8cd7c74465617f63f255f832f24fd3f8e9ea2da84 0.00 MB 1 0
58,415 58,415 000000001296c7fd8a0c9cde98088d917307531c57f2ad03c614103bdb3990d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.84 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,553.08 GB
    • Received: 137.51 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.