Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

274 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,485 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 259 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,484 (864,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,183 46,183 000000001f0556a9cf8c460626d12945ff0c636bd6ffe958406ca97fafc1c761 0.00 MB 1 0
46,182 46,182 000000002dbd0274075c4b214efda6db7f90ca4faf7e2035f23aa61cf82a66a8 0.00 MB 1 0
46,181 46,181 00000000370ad92d2286db09e308e4da1a908a0a93b5d069e6dbe7b12e4dffa0 0.00 MB 1 0
46,180 46,180 00000000362c988273e4d2c85c4e281c7be4e4b77941d9619e40cae2b6ceb30a 0.00 MB 1 0
46,179 46,179 000000002e5b4b2921f05548bf046597a62b9687adf74d0ddc8d697dbc4c27d0 0.00 MB 5 0
46,178 46,178 000000000e8644effa289ef72c3dd05214dd820073a0d4756822055032c5cadc 0.00 MB 1 0
46,177 46,177 00000000211c968e5e0e4b142ce68068e6284dff4eabbb5debec46784e84ee77 0.00 MB 1 0
46,176 46,176 00000000248c5c307a4aa22e8ba62256727dc8de458d9970434dc62de186ede4 0.00 MB 1 0
46,175 46,175 000000002732a72819c3bd2499635e6ab3cefb0ece51b96b6f449f8f99d67f42 0.00 MB 1 0
46,174 46,174 000000001f40861b9f272abb5ab6031714d9586d1bcd2044be0d97d85b7e14d1 0.00 MB 1 0
46,173 46,173 000000000ced0c409e1f5f9da05a61f6d4d8f1abe7d40105ed8133d650cb5952 0.00 MB 1 0
46,172 46,172 000000001851485c8588c4179358254b76904049fe5572846c6c76268c80292e 0.00 MB 1 0
46,171 46,171 000000002745fe10d7d202e88b6b1c94dac215003d9480f8b332889ec1bfd403 0.00 MB 1 0
46,170 46,170 000000003819efb8aa43a6251f2bb6e121b220b94fe8942844d2e7a9fb880adf 0.00 MB 1 0
46,169 46,169 000000000f107a9f4db8b03cc97bdce6b68f179961dc2b1985fe6d081399289e 0.00 MB 1 0
46,168 46,168 0000000030507075ba546940a036ec1b612247a2bb23dbd727a767751ece0b13 0.00 MB 1 0
46,167 46,167 000000001b655ad5a2b18ae11cee60806108ed2ea7bcf33be002e8df46a3f7ce 0.00 MB 1 0
46,166 46,166 000000003098ff6b2937f57b93db16f4e39bb89f70f30288f58cf7aaeec3cc02 0.00 MB 1 0
46,165 46,165 00000000220293fe096daa36305224e28a31647e87756e52d3f5fbcb9bef0076 0.00 MB 1 0
46,164 46,164 0000000010df71bf450da3fe5e20dd7f221d211ec3b2ff4c54fc58cce46c467b 0.00 MB 1 0
46,163 46,163 0000000017717645259778c2fd17f0c8c6edcf8a6345c5570e28161a1ff55ce0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.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,243.87 GB sent, 119.98 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.