Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,029 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,891 000000000000000000022cb30000000000000000000000000000000000000000 0.98 vMB 3,016 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,890 (851,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,975 57,975 000000000698b2a848298e03e4f115fc7d7aee0ca531e65740b132b3c6c4d0c0 0.00 MB 1 0
57,974 57,974 0000000002a2dd1b90683f230c6b8e9afa7c4b01f3e4f0095a54b561ed03edf4 0.00 MB 6 0
57,973 57,973 0000000007b132b7a1c3d15c84f6d055943a49092d5b36d82f758f95e653d8ed 0.00 MB 2 0
57,972 57,972 0000000008d796df768468d9a8aaf11165118de911cc18eb63f9bcbcfac66946 0.00 MB 1 0
57,971 57,971 00000000016be69925201a268d4f9daefb890ac1024d7e57444539a8111ffe16 0.00 MB 1 0
57,970 57,970 00000000158163e8c4be15c562194cc99f1dc63a0ced105e336ae08e1974678c 0.00 MB 1 0
57,969 57,969 0000000013476e027f66e358ee8c1042ff8a8e5289e911f88e5521f0be36542c 0.00 MB 2 0
57,968 57,968 0000000008b5c8c5bd3abc91d7f63bf48cd3439e5a8a9fc4caef70c5dd2a2a95 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,171.32 GB sent, 114.34 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.