Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,768 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,137 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (871,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,976 37,976 000000000444d68bfcd714b54f6e367dbed07768fb5d18164d2565679fe3e4e6 0.00 MB 1 0
37,975 37,975 000000005ce42bd197d7aed16b552dea2129fd797d4acb1ef100181eba10985c 0.00 MB 1 0
37,974 37,974 000000009fbadc497b8682e61630a602cf235c20d39e3f68e0ed77d6e7427d84 0.00 MB 1 0
37,973 37,973 000000005999e9cfe4548d78b07744b0f0490dec485254b671c525531b102ac2 0.00 MB 1 0
37,972 37,972 00000000b85273d0514f09154ec1bbaf950d7ddeb05c03bb34e758deec483485 0.00 MB 1 0
37,971 37,971 0000000044460a743a472d7d0f9a5916e42d4eeeb1bf106c38aa9a2bc6e06cb4 0.00 MB 1 0
37,970 37,970 000000001590f4f3ee1a0a3891b3243ce7daba6b79a9b5dbb101298daef3b10f 0.00 MB 1 0
37,969 37,969 00000000aa11b20a4c1d74321c826bbb3c522bdad2247ad4836d4048b25ebb91 0.00 MB 1 0
37,968 37,968 00000000475a758b44b36c19201449906e6989a275d1bca08b0d7c60f4bf2a7f 0.00 MB 1 0
37,967 37,967 0000000001d87b5b24bc09dffc7d8d703f09ab7d175cb5d419fa59b6a9ffa546 0.00 MB 1 0
37,966 37,966 000000003c0e5e98c19c01bc37b12187a476e03e7a01c45f07472095f1b513e2 0.00 MB 1 0
37,965 37,965 0000000038ac67ebffa60c132cf0b84033b01a0730ef51ca0aebe68226a484ff 0.00 MB 1 0
37,964 37,964 000000006c79004690999bf9f2f285aa351609f12b1c40f71b85bed659b74974 0.00 MB 1 0
37,963 37,963 00000000229841d4cad5ca82afefe3bc93ef4bfe4b2a8b495745ba8f0b41630f 0.00 MB 1 0
37,962 37,962 000000006f5d1f6a54d5db93469acb2510765a65280c9d265e9a7f3266bb3664 0.00 MB 1 0
37,961 37,961 0000000003b85f09d99de9544047b320956b3b5f1b8d0c3a7e314811ef1dba7e 0.00 MB 1 0
37,960 37,960 000000000b728d70d9a483ddb427d64346d87f81d40941c272e2e2065860e65d 0.00 MB 1 0
37,959 37,959 00000000979015b205ac31de1e9e14a0d0cf7d7c5be5fc229ee24672519e4920 0.00 MB 1 0
37,958 37,958 000000003fc0627affa70b833b6afa23fe8ea8bee3e93b2563c2d90e9c9ca7df 0.00 MB 1 0
37,957 37,957 0000000064b846a0c37a2d421e565330e53de1507d2cd98d73dbea201fb59324 0.00 MB 1 0
37,956 37,956 000000000b5d5b47128d402f5dda92470c31bcb41d8114c5e180045246967c17 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.76 GB sent, 112.53 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.