Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

290 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,093 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 272 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,092 (838,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,229 73,229 00000000009a27be55fd789ca4d3330e4912fbf6191d0a0be43660e5ac57eaa9 0.00 MB 6 0
73,228 73,228 000000000068bd12396d0aa2e1f846aaf7d0c4f4bf019a6a7bd5a9ce5373aaa7 0.00 MB 1 0
73,227 73,227 00000000007731124d10b4b7153fa2ccea16540c27c45c7063da4eb7b76194df 0.00 MB 4 0
73,226 73,226 00000000008f3c117d60f6c5f73be254686ae6ff8d32e22815d66251c40a967f 0.00 MB 4 0
73,225 73,225 00000000006cbb7a6364c5dfadba038929d41dce274aabb236815f2402de2775 0.00 MB 8 0
73,224 73,224 00000000001a0b6e380daa515accc3b350afede580c55351d2db9e5799cb81d5 0.00 MB 8 0
73,223 73,223 00000000003ce7c980f4fd55d405fca82fb2638db844dcc814f6b865daa3d6d8 0.00 MB 5 0
73,222 73,222 000000000039e426284c05f0cfb4b94ca6778faa3730e06c06eea3c91db0be57 0.00 MB 2 0
73,221 73,221 00000000007a5ff6e40ccf87f09e501472daa5470531ba9b73772b7c41e96c2f 0.00 MB 3 0
73,220 73,220 0000000000b0cbb6b6f9e409bf8d0eda7c148aab3549492fecc901ff8869946f 0.00 MB 4 0
73,219 73,219 0000000000789ea576850705e1896eed9660b468104370be5b7647875a065801 0.00 MB 1 0
73,218 73,218 00000000006bffb4fac60139d15b98b560699072a51d93945968f9f38d05a609 0.00 MB 1 0
73,217 73,217 0000000000222b12d982032f4e7a97a6ad468ae414e3e543e0e854cfb874e12b 0.00 MB 2 0
73,216 73,216 0000000000483d44e8fbf4475556c1a1d8919986b8a401de6953da52ddda50cb 0.00 MB 1 0
73,215 73,215 00000000007d0f8bdd1d48feb752e9eef8b5573687911cf08c0f6597d738392c 0.00 MB 3 0
73,214 73,214 000000000027ee292c12592f9573f80f06b7a166ee0e73d713812d70b3af13e9 0.00 MB 1 0
73,213 73,213 000000000066b9f0a542518aa2f99344dae29bb978326963429d27dc7dc3ebb5 0.00 MB 3 0
73,212 73,212 00000000005ad6c9cedd969a9a95781652abda18e73dfd5edef50fd57a3f67d0 0.00 MB 1 0
73,211 73,211 00000000003023e3f12e4201cb7df916e18a8d8cd99d53592c0bf96fbf8495a9 0.00 MB 2 0
73,210 73,210 0000000000582e74788c45723478d122163f494410de9d2970fded4b6a661aac 0.00 MB 2 0
73,209 73,209 00000000003d85bd6dbd4c8f2856adc22f3685def2d34d8dd180ecdc1c96a434 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 777.25 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,523.29 GB sent, 134.61 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.