Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

617 transactions (0.30 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
910,493 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,492 (867,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,243 43,243 0000000034c051cb091ed746827d59e838cd25eaad5bf487f99873745f8e538b 0.00 MB 1 0
43,242 43,242 000000000ef524d4cedf34c9518bb990e20fed6c5a7fd351b0ce4035fe1d539b 0.00 MB 1 0
43,241 43,241 000000002232482f8b6d5b5d663c7418308f89981993a56f331e2ef05e4eba60 0.00 MB 1 0
43,240 43,240 00000000256bacfb8aa0414fe31a090772ee1234082a71e6f6fa609bcb5d813d 0.00 MB 1 0
43,239 43,239 00000000066e9f153b0ed7f3735580a12117aabd0ee314b7549d054810ba37e8 0.00 MB 1 0
43,238 43,238 000000002b89b96b3516e563ab2e0558ed7decd5f155261131f0ff19830d7560 0.00 MB 1 0
43,237 43,237 00000000095a5d9081132fd3e2dec1c3151a94ba8b55a24a47de9bec6165573b 0.00 MB 1 0
43,236 43,236 000000001ad33b230061fe17ede104b59fe21434f2c319d57da8c2f5f9c9f17a 0.00 MB 1 0
43,235 43,235 0000000028f5ac92edf084eb3dfd286997ad37def5f4360075c207c2e3d990ec 0.00 MB 1 0
43,234 43,234 0000000024da11de6d6f060e293c910f80065f6ecd1866128bf15e22abcb7f32 0.00 MB 1 0
43,233 43,233 0000000013ea0ca8481551f385c0a2aa8ea57ac66d3f017677f93f8606b249d3 0.00 MB 2 0
43,232 43,232 000000000a1597ad357433c212702931bd619523198060c0adef793c0c888b81 0.00 MB 1 0
43,231 43,231 0000000009efd10bfaa32d3cf5d8c92d9011ae634757c7a566a57995a644b74e 0.00 MB 1 0
43,230 43,230 0000000003bd7c17f8319de9d8f47144cf49ea5df555fa102440b4a38926b406 0.00 MB 1 0
43,229 43,229 000000003d608acede0494259a43f2d5d52e1ab8b54b255007c180293493f769 0.00 MB 1 0
43,228 43,228 0000000026b16d92ed82f73dd69a173d9764dfff5ab88291c6d4438833f33f2e 0.00 MB 1 0
43,227 43,227 000000003b1f9a75f6fd448835f32de8def569d4bb759452ead1c0b71200d3b1 0.00 MB 1 0
43,226 43,226 00000000009c3e75a4a112fcf377697f579ec851739d75afb4b5775967833896 0.00 MB 1 0
43,225 43,225 000000004212777d7bc5731f599ad5284555959b4d0ea7b016b71ed293fc04ee 0.00 MB 1 0
43,224 43,224 000000002ba30c6953ab9d24bb4fce56eb330d9aa510db495ada64e2c297ad4f 0.00 MB 1 0
43,223 43,223 000000001935728fa9d2c7129219d5036f3de831234d9971fa133bd12a926f4f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 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,244.05 GB sent, 120.04 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.