Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

782 transactions (0.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,590 000000000000000000022b910000000000000000000000000000000000000000 0.27 vMB 768 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,589 (880,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,959 30,959 000000003a9331730edc16948fe085f332949c2b59bdccea4c4ac4587fab4838 0.00 MB 1 0
30,958 30,958 00000000db98b2f1c06be15a8b9b9dd4aa39f871bec7686cf9f5ab07a6c4c2a7 0.00 MB 1 0
30,957 30,957 00000000ac7d50e60e693f59ae2decf933a2c71b6ba2599c599de71883afb118 0.00 MB 1 0
30,956 30,956 000000001317d8e27fa4e19e528034d4163d18f5de82f5a29c8e0354e58d5d16 0.00 MB 1 0
30,955 30,955 00000000029f5862891d59aba581d77765290335373781663750c23605fd7c17 0.00 MB 1 0
30,954 30,954 000000006bce8d5784c3593954a51c18dc628b7dda18d52a598423341e7f0cc1 0.00 MB 1 0
30,953 30,953 00000000c10f02ca97ad3e7f8b186f5fdb7bd01c6410d09ccaaa99024c619d0b 0.00 MB 1 0
30,952 30,952 000000004bddd9694d110b946a3b6d5ef018374cc33ae2b15737e36a0db74569 0.00 MB 1 0
30,951 30,951 00000000d0f4a30d268a8dd5188b644f76e89996f72ec41f8b2cead38ff5561d 0.00 MB 1 0
30,950 30,950 000000009666ea23fd6ce03b0ac6a6b23d9454261cccfe63d453458a2e80191e 0.00 MB 1 0
30,949 30,949 00000000c034be1c03d588147b02f927877ae12fad00f63cd6521e0c8251a0dd 0.00 MB 1 0
30,948 30,948 000000002a819d18c29730e0cccd6056fac64467f760e6040493c451bf806032 0.00 MB 1 0
30,947 30,947 0000000080087f61b4f7164cd02e7776ad49b054f850043e6c602c383fe6129a 0.00 MB 1 0
30,946 30,946 000000009ce6792395027749e346317a76243d50773f5388df47b489cff960a4 0.00 MB 1 0
30,945 30,945 00000000010734e7c8c489c7127b7061de766224a883b073bd98959f71d410cd 0.00 MB 1 0
30,944 30,944 0000000034bd8f1e5b930d0e3dec82b7e4e42a62cfc885408f161679083154dc 0.00 MB 1 0
30,943 30,943 00000000bad4790048b7d3c1e34ff18e98ad92af7fddb1620b06aa1bd3230407 0.00 MB 1 0
30,942 30,942 0000000083f1e6b95c79791848338bcab2f1d6cff74b20580dea2aadf2246720 0.00 MB 1 0
30,941 30,941 000000000e465f167c84e877254e4bdc7305bdb4f9aa7f19d5d04d2a85221e6e 0.00 MB 1 0
30,940 30,940 000000008a0a18a16738efd755c0164449eb0cad6ad4b7c96baa3e03da30cb25 0.00 MB 1 0
30,939 30,939 00000000794c47ae2be8e80586e9d595672b536aa7246ff5f18f77464c637ce0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.32 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,418.45 GB sent, 130.27 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.