Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,390 transactions (0.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,285 000000000000000000022b910000000000000000000000000000000000000000 0.46 vMB 1,388 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,284 (875,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,972 35,972 0000000089e741d1342fdcaf1f75932af0d35a3feedf0e8c1a1d689443f50301 0.00 MB 1 0
35,971 35,971 0000000010200e1ea890a79400031d378db82ce803dd1a6a1a3e8f80fad7784d 0.00 MB 1 0
35,970 35,970 00000000b4cf9214409a80365b98a968c37a415fa1cff4976462d270fd23ddb3 0.00 MB 1 0
35,969 35,969 0000000067d559617ae76524ba6194bfbd75138b31a13f4a25c8cc307d709cc9 0.00 MB 1 0
35,968 35,968 0000000098da70fea18da824b3345a228b6d6bc293e9ebe384a053ae4224b928 0.00 MB 1 0
35,967 35,967 000000006f701f2447fd38a4eabb2eea0aaf19c1d9020fe8cc09f7df8249e6fd 0.00 MB 1 0
35,966 35,966 0000000061c5cf7b0232bd133c9e63d26e7f08a77d1d38e1005d8088ac54f684 0.00 MB 1 0
35,965 35,965 0000000020c26634a04975ad320543ffc0a670d80eb5e8aa3a5446a73f76add4 0.00 MB 1 0
35,964 35,964 000000000684c8e02939b8e7f269d98742ce06d8f3803b2669549cf0fcd7abc5 0.00 MB 1 0
35,963 35,963 000000005b2f5020fc92b19239801ed3705e8dcdd18756ae1304e2adb72029c7 0.00 MB 1 0
35,962 35,962 000000003c7aaf4da80d1785e902fa427141d2919981f97dc57cea048ac79b34 0.00 MB 1 0
35,961 35,961 000000006f73dd855df3965319cd80c88442552e9a458358558145577f50c128 0.00 MB 1 0
35,960 35,960 00000000a265c4d3f027b65f3565220bb242cc91ee8bf93b72b2c8dd5768a62b 0.00 MB 1 0
35,959 35,959 000000008f25e1a22beba9b7675f6be5c1efda1c86a68c0d79de51844d0f5088 0.00 MB 1 0
35,958 35,958 000000007e12445de612fad6451bada392329c40ea4048b719aedd4fda81efbd 0.00 MB 1 0
35,957 35,957 000000005091581a8db5f21814c1b12a1987474a824d13ddd1b4e4f862841a94 0.00 MB 1 0
35,956 35,956 000000003f1f9676601b76f734d184a289bbe5ebd17d5f981321360ea1189104 0.00 MB 1 0
35,955 35,955 00000000549d3c05fcd5d134e8bddfdcabdb80324c347c94f648a6ab9e6df9fd 0.00 MB 1 0
35,954 35,954 000000000e389361059e041bc5a48d3cba0cce09d14191f3f45587f8ffa7ffab 0.00 MB 1 0
35,953 35,953 00000000bc11f68733d23d7cdf330111b55a6343ace1a063a5bcac168e956675 0.00 MB 1 0
35,952 35,952 00000000c2ae8f6c4432e6d7fccd3fa76e162730d58cd0dbaec4480e12c7dad4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.77 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,394.27 GB sent, 127.69 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.