Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,021 transactions (2.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,878 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,349 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,877 (851,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,967 57,967 0000000012faa91053b64095f298a7d548c92c1718f53c7e0d45ad8bf5ddf63b 0.00 MB 1 0
57,966 57,966 00000000144c46890e87e5748883bacf797c715e8df76eb77cf3b1dd19eec162 0.00 MB 1 0
57,965 57,965 00000000092d50992c690f63a6888e17fd52b300a557ca34d5f52f8b22f48dda 0.01 MB 5 0
57,964 57,964 000000000063de3f20bfedfe5d2576d9b87d2088204a2a1c23bfb043e14d64e2 0.00 MB 1 0
57,963 57,963 00000000114d882bd9807e2ffc8b71d25f05c91bcac04da53a12d0ef1ca4b36c 0.00 MB 3 0
57,962 57,962 000000000a44002163231fef9d26a36be40bd8f63bffe511c65bc131d3754f5e 0.00 MB 2 0
57,961 57,961 0000000001e217370a1a42f6af0b117702d6381bce6676c30318b731ec8ecefe 0.00 MB 1 0
57,960 57,960 0000000002e887e8e58020a990d4bd9107f75d20e4897c61ea0ffd767a7c7acf 0.00 MB 1 0
57,959 57,959 000000000759f9cbea64d55e04165306aa7c57c085b05f436efbb16460352c32 0.00 MB 2 0
57,958 57,958 000000000618d4ec7dad97ad2b81c213ccfca3167dbc7323433a6fd65c186fd7 0.00 MB 1 0
57,957 57,957 00000000099c35d8febd1fbe9ef0f87ea25c40ca5309e15dea2900ddfef7899c 0.00 MB 1 0
57,956 57,956 000000000aab5573c2aca3a1536a982ad61bbaa4f89b977bd13d281f119990dd 0.00 MB 2 0
57,955 57,955 000000000922c055ba9fbf5ca70bf56cd4cac075cb906075fcd72b0ecbf04562 0.00 MB 3 0
57,954 57,954 00000000140dcafe46c22c3f63b109eec1a7f96cd46b3adceafc561f6a33fd3b 0.00 MB 1 0
57,953 57,953 0000000008e1cfd029f747b616ffb8b46810773346d33d73e6cad73774443047 0.00 MB 1 0
57,952 57,952 0000000003dcd45e736a5aa26f0af4691839a1287bef94806736a51131f6bfe4 0.00 MB 1 0
57,951 57,951 000000000c75f128aada349bbad1f477c29d37261acdb9d75b97e6780ebebd82 0.00 MB 2 0
57,950 57,950 00000000035c82770f74ba00be70ce8c2a3f7ede76e7092e3cb78f73e636c567 0.00 MB 1 0
57,949 57,949 0000000014c82c2d782eb49b8425b45bffc8dd93d16a53e6e44cf70b6a909b9c 0.00 MB 1 0
57,948 57,948 0000000004726c9c9a4563897e78c7543071629c849441967e1b47985d545dcd 0.00 MB 1 0
57,947 57,947 000000001020b8e12a7adc23b82d4f6d84042f2dff75c095b6ce4d3574215c5c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.17 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,170.65 GB sent, 114.24 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.