Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,153 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,803 000000000000000000022b910000000000000000000000000000000000000000 0.37 vMB 1,151 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,802 (882,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,725 29,725 00000000a513149a31f19bc872eb8182437fa710f18a0f919d49ea974969365a 0.00 MB 1 0
29,724 29,724 0000000065c1474064d6048a9a71c5507c800961c8d50c8d6a2a2a041adf1c1f 0.00 MB 1 0
29,723 29,723 00000000f3ad25d7c6218dd8d7bfeb686d441d2cffc006e69375ceb63ce1555d 0.00 MB 1 0
29,722 29,722 00000000b561103161e3b57b00725b891747f34d3979d74115c00ac1156a3364 0.00 MB 1 0
29,721 29,721 00000000256414deb2fbf18e41b1f4654501532a8efea40e80320a107e33d5d6 0.00 MB 1 0
29,720 29,720 00000000467a4044f1d43cddbe64158e74cbb1198b0a3aa8e3cc3fc0a58dd250 0.00 MB 1 0
29,719 29,719 000000003b7a4bde300b7d2900b3f429e95ab0fff2591ee9552061a56717ecc7 0.00 MB 1 0
29,718 29,718 000000007dee5fd2f4ea0271f6e11f7f5efe27fef61b6b92abab4b5bb6c82081 0.00 MB 1 0
29,717 29,717 00000000f29dea924adf5e53742674932df531ef68b4544b176f5933624f680c 0.00 MB 1 0
29,716 29,716 00000000cafa90c6b95687cab2d97513a10768943ab77c01cbfdb9e34c93e622 0.00 MB 1 0
29,715 29,715 0000000003e19f7bf82a46bbbd88b0f902ccd203bf0b432576ef55580684e158 0.00 MB 1 0
29,714 29,714 00000000d138e0dcc9344efee4eadc2c18af16d30b1c109e0dc27f23d56afa1c 0.00 MB 1 0
29,713 29,713 00000000ae4904716ab057b0ac0f6fdd33fa1a53ffbb3705c3c50ba940ed8808 0.00 MB 2 0
29,712 29,712 00000000e992e1b1408d5fa1798c1a1815f698fc6f1509e6a17cb4f0cd36ba42 0.00 MB 1 0
29,711 29,711 000000006d0370182aea8a75ceb8420a1ed6b0aa2c3bdb9e8e66d592730ceaa8 0.00 MB 1 0
29,710 29,710 00000000ce99763646eee78fd6e935884de98a96fb7697c368959f012bd3003f 0.00 MB 1 0
29,709 29,709 00000000b514bd5b90cbd3f59ff36e38c7a055217064bfca25dae14f31697d9e 0.00 MB 1 0
29,708 29,708 0000000030f148a21da6115e3e32f16e55b00de18d494a4bee098eba2a6f8a2b 0.00 MB 1 0
29,707 29,707 0000000035d37031d3756c4839f679a67f7360323b104a49960549dfb36e62eb 0.00 MB 1 0
29,706 29,706 000000000b00819cc268edaf268cebc466ff9a4b1866201fcab87f350b496472 0.00 MB 1 0
29,705 29,705 000000000f00a0b71ee6c0a31ca4940cb9a91242ec1de21d88f88a94efea6ad0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.73 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,448.99 GB sent, 132.17 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.