Loading Tool

Explorer IconExplorer

Memory Pool

82,691 transactions
30.46 vMB
0.12268214 BTC
Random Selection Loading Transactions
Max Size: 184.28/200 MB

Candidate Block

Mining Attempt a0f23349e3ba61d927dc227a854447b3ac2f0b09c92a735745a10f64dc79c4f7
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 0b963593301bde0134fca5ea84e836cd70e6b7b04b13c4d16086a8f799147134
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,117
Size: 1.00 vMB
Total Fees: 0.04342191 BTC
Feerates: 150.85 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (321,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,968 593,968 00000000000000000013a0b3142e0dfe90b47127537606661308e2a41195eb5d 2,812 1.00/1.00 vMB 26
593,967 593,967 00000000000000000011d7668840c8d3371db3b108385580466665ad5632c06d 2,148 0.98/1.00 vMB 20
593,966 593,966 00000000000000000000f804c0c58623a97e4fef0baaae04a219ebdd2df32692 695 0.29/1.00 vMB 31
593,965 593,965 00000000000000000001a0fb1dc2e7d023d0a038c766ebb8823c825c157af6ba 1,165 0.41/1.00 vMB 3
593,964 593,964 000000000000000000061bc938dbc6d39ba55f47be54d2f5e39db09d6f63650c 2,084 1.00/1.00 vMB 4
593,963 593,963 00000000000000000015d3c3bf531ea6c8bcaf5686d48854b7b1b302cd2394e8 3,047 1.00/1.00 vMB 23
593,962 593,962 0000000000000000000ba8ef45b88d963702a0950adb0b8b0aa530d9422d50c5 2,769 1.00/1.00 vMB 55
593,961 593,961 00000000000000000011b018640b02275bb919ea5840f586bcee1fa4dd1e266d 693 0.23/1.00 vMB 28
593,960 593,960 00000000000000000017918b9f451738dc5d6cc338f43e2e50f5dfa0beeddabd 875 0.27/1.00 vMB 31
593,959 593,959 0000000000000000001405166a713c22d309d5424831bd0d121977760d05aeda 2,017 0.62/1.00 vMB 24
593,958 593,958 000000000000000000055b257221e0a6f282efb9326fc478b9d94ec07262f88c 2,569 0.84/1.00 vMB 24
593,957 593,957 0000000000000000000b0fe9790ecb51f3e6b6c8bad0e67d1a13744b3bfed02e 633 0.24/1.00 vMB 31
593,956 593,956 0000000000000000001458dace2cb4c2761c94a646cab7f7ea59bf6797a09a8c 1,088 0.52/1.00 vMB 4
593,955 593,955 000000000000000000039b3f3915fab75e829f67d557793efd9ae63fd1bcd4c6 2,585 1.00/1.00 vMB 17
593,954 593,954 000000000000000000051f718ec2b22336bf193177c036286126730f5a5fbc19 3,241 1.00/1.00 vMB 41
593,953 593,953 00000000000000000019ecdfa4ba7131712be5675d2910f569cd43addcf54e33 2,886 0.96/1.00 vMB 29
593,952 593,952 0000000000000000000101b0c92cc0580a4ab29b8b9e022132f6c9c30473728c 2,260 0.93/1.00 vMB 3
593,951 593,951 00000000000000000004d2a06ecd245afd83cae6d0982498e5d1e809902a50b3 2,977 1.00/1.00 vMB 40
593,950 593,950 0000000000000000000414e90da51b3ce428b0f28a15575f72d17b8cf05f6c7c 310 0.10/1.00 vMB 14
593,949 593,949 0000000000000000000d6da7ca6f47f6f87890dd943eeb4a96497b36ccfa410c 2,923 1.00/1.00 vMB 26
593,948 593,948 000000000000000000185d27b96357f0edbf8188bf83a356b45123d476e9b881 1,519 0.91/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.37 GB
    • Received: 16.21 GB
  • Uptime:

Notes

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