Memory Pool Memory Pool Refreshing

673 transactions (0.13 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,790 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 673 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,789 (816,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,004 92,004 000000000006d3a4c98ad5f888a0424d18130796b2f13fa30b43c701afd1ea53 0.00 MB 2 0
92,003 92,003 0000000000066503e9b1d01ca0fbc8fccc619312d9a1b5c82f25963f0b8809cc 0.00 MB 2 0
92,002 92,002 00000000000dd57578f4f82613fd20d554e15ccda6e2c87c864c61b735a7b7ee 0.00 MB 1 0
92,001 92,001 000000000007e96d8ebad5e4e36c737ca121a1bf77078cb815f6068e59cf9861 0.00 MB 1 0
92,000 92,000 0000000000001df90b0c523a4d7e4731336b00cf4ba9d8e02d111523df80998c 0.00 MB 2 0
91,999 91,999 000000000008961a93989418c41d3193f975c62534bdde9aecf94879d4f85f72 0.00 MB 2 0
91,998 91,998 000000000008022697ae5c60ceeb014ba0c7c630239f9640a2127906373ef2f8 0.00 MB 5 0
91,997 91,997 00000000000e243aaeb288156e508a80858a7ab31912c0ed7c6273cd585ca95d 0.00 MB 1 0
91,996 91,996 000000000002d6b8cc004bfb0f7cbdc45c249983979729410e131c5afee0d6c4 0.00 MB 2 0
91,995 91,995 00000000000d2bafa87571bc7bb0a60105f6bab16c73a9195f920bd585f17ae0 0.00 MB 1 0
91,994 91,994 0000000000093bcc808e9a8b00224b6f7d223225a8546c24b625dc6b03bbbdef 0.00 MB 1 0
91,993 91,993 000000000002c7324ad00e4150799de2ad50fd7b0ff89bb4749b7e0b7d0af5c9 0.00 MB 3 0
91,992 91,992 00000000000a46cea29ad24504a362a54696bb057d7879b5c0654998cbebf701 0.00 MB 3 0
91,991 91,991 00000000000c14af129714b0aab15c602ba7ca7af886adfd9ef0c6f367b0b318 0.00 MB 2 0
91,990 91,990 000000000006102d81813939c1f0294129e46d936bd30694d2d7d6b1cdbe9ff7 0.00 MB 1 0
91,989 91,989 00000000000c8f0fea377e5d4dbf2a12046a5113b203e1ac153db7c5e4f2e92e 0.00 MB 2 0
91,988 91,988 00000000000136c6ef183d7281ecc00fd99e893028b662726b2c7186b6545377 0.00 MB 1 0
91,987 91,987 0000000000009386a95665b184e5d048c38c07337eb99f1a377888b4e22a82e6 0.00 MB 1 0
91,986 91,986 00000000000e3f2b92483f5151bfb3a52381f53c9e73f327a0d53c24eb617687 0.00 MB 1 0
91,985 91,985 000000000006418dadf0f954f5be50a4fdb768f59ed6f1734a376259605f1826 0.00 MB 3 0
91,984 91,984 000000000008ad4a960fa49a1b5eabcebbd2e192032527f0d58c22234167cf9c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.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: 1,857.11 GB sent, 102.87 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.