Loading Tool

Explorer IconExplorer

Memory Pool

1,934 transactions (0.63 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 3.54/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,294 000000000000000000022b910000000000000000000000000000000000000000 1,912 0.01826462 BTC 0.62 vMB 2.29
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,293 (837,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,611 74,611 000000000064c41b69acebc2ab4a292483a2ca83203cf945385d1fa6541619b9 0.00 MB 1 0
74,610 74,610 000000000078b3c36d67e26aac65af050dae4d9966ef601fe1033c7ea90b14f7 0.00 MB 2 0
74,609 74,609 00000000001bf56a48a427feaedc7748a4d9157d29d05beaf517f7c35be849e1 0.00 MB 1 0
74,608 74,608 0000000000483d1b13e13b49d3e4d71d1d9d4d47252909401d531e2852c9366d 0.00 MB 2 0
74,607 74,607 0000000000404704fa654f325c3d3fabf6fb4179f8d9ec09c70b141349caa06f 0.00 MB 1 0
74,606 74,606 00000000002b78f1057244cb63bb4fac8ebf1d96487f936f1b11e343ee1c2de0 0.00 MB 2 0
74,605 74,605 000000000071ef601f4e116ff30fe1e5778307fd924659399dc32a811c063d30 0.00 MB 2 0
74,604 74,604 00000000002892fca1c297fd759b18575ee0266b8969f0942edce08631e982e5 0.00 MB 1 0
74,603 74,603 00000000006afbcb66ef8559f5b0dcf7f03802810fef3fcac8475ab1ae9baac6 0.00 MB 2 0
74,602 74,602 00000000000ac6cdceafaeb8bfc0d4878859dba51ed625bd308bbc517c6adf64 0.00 MB 1 0
74,601 74,601 0000000000027e2552739efdd4ec371ff3a34b5a779873a2822fde284c81c750 0.00 MB 1 0
74,600 74,600 00000000006acdfb4ccb5d5389a53a16463e1ce94c6be915d72f97afe2d253e9 0.00 MB 1 0
74,599 74,599 000000000053f5d3472c226b768a29545bc74f0592b2903ee5b167ab3d477c67 0.00 MB 1 0
74,598 74,598 00000000001c9541ac6010818d3e095f6e9f5e95488d546bcfc12e9a23ed4651 0.00 MB 4 0
74,597 74,597 0000000000061d05aba3b6c5278180bf8a72c416e9d6e5d3d16c50dd3593d632 0.00 MB 2 0
74,596 74,596 00000000002dde330014f426e6f5c681a367f2eb012fbb7bd0e1389981511b72 0.01 MB 2 0
74,595 74,595 000000000035756f57adb63d1901ccd54abf917f6ef515f568b555044e7cb860 0.00 MB 1 0
74,594 74,594 00000000000396b3f7cfc3c3f5483779233b9a2c1f08993e37f2d02bef645052 0.00 MB 1 0
74,593 74,593 00000000004df96a372f8e5e1ca23f877f3957fd03a0fdd793be01a0911b5af0 0.00 MB 3 0
74,592 74,592 0000000000365da40798b3cea463f8307ff8b7bf828254721a7d4d270a35ee62 0.00 MB 2 0
74,591 74,591 000000000011b8a8fad7973548b50f6d4b2ba1690f7487c374e43248c576354f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.22 GB
    • Received: 136.44 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.