Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,301 transactions (2.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,113 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,210 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,112 (543,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
368,736 368,736 000000000000000003f4261026dba65701404d01cd086fd3998528aa52fab20f 0.36 MB 405 24
368,735 368,735 00000000000000001126e7410747847b9242560c9c35170bc669b1cf41feeb4d 0.87 MB 749 25
368,734 368,734 0000000000000000010ecafacc759a2f96c694db5036daabc8649de92aee314b 0.75 MB 961 32
368,733 368,733 0000000000000000047d5200ada4889b0706a5df8dfe2fd339958c85fa23a2aa 0.68 MB 789 31
368,732 368,732 00000000000000000e161466713b0a12545cd58ddba3022fd4050700c06cfba0 0.26 MB 499 34
368,731 368,731 0000000000000000033183b18a05ef39fcbec3b1c5f66c97652ebbd5a1b0eb8d 1.00 MB 933 27
368,730 368,730 0000000000000000128f15902da0871be0f4a2bda1cae1bb67d2efddb80b6e49 0.07 MB 137 33
368,729 368,729 000000000000000011ecd9cc33770f8afbaecf9c4eb3be28c8438e0755d15944 0.28 MB 161 14
368,728 368,728 00000000000000001125813e4d063c5038beeba2a81a36597223737785705459 0.95 MB 840 29
368,727 368,727 0000000000000000000f6b1c93bd4a11304349cc343281082377a30a5bbb444a 0.98 MB 974 27
368,726 368,726 00000000000000000efd119935bac096541b1ea758b41dc122c97a8bcbfea315 0.09 MB 115 29
368,725 368,725 000000000000000002f543446867dc7dff11f9cab9975d683e2511c2b34ca128 0.59 MB 456 22
368,724 368,724 0000000000000000092bf8490ba998d95315acf1cebd30769437f612d2d55f89 0.68 MB 922 34
368,723 368,723 0000000000000000107b197ad7df14620735da1e9eaff222fa59b0d1f69a5982 0.25 MB 219 15
368,722 368,722 00000000000000000fe39eae1784d8d3a85375da43fb0c73658da84b7aad9b32 0.94 MB 850 26
368,721 368,721 00000000000000000ae35b15f407c3e2ec168a927dca8cc7fc17b002d59dad58 0.24 MB 230 15
368,720 368,720 00000000000000000918dcae7783b7788a1e37bed02ed95ea139809d8c4fbd6c 0.93 MB 1,123 31
368,719 368,719 000000000000000004a2c9488ba96d01a1c696239dd3753076c64d8b1ee89586 0.75 MB 1,083 32
368,718 368,718 0000000000000000008b8565659387c22341ab0dc6e75679b3bc46ad46ccbdbc 0.38 MB 753 39
368,717 368,717 00000000000000000ac62490e5de0527a01423f121468f9477bf0d2ca383c89c 0.93 MB 1,282 37
368,716 368,716 00000000000000000f0cce0092911aa737f378d01a3d9299bb8b88c1974ce271 0.56 MB 533 21
Previous 10 blocks ↓
Total Size: 777.29 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,525.02 GB sent, 134.86 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.