Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,279 transactions (1.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,425 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (884,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,074 25,074 000000009fe53a9023d54d78b1417cfec3551c52a5d593cc211ae21127216f32 0.00 MB 1 0
25,073 25,073 000000003b351d77c8cc335a14d3aedab67ae035c491730ecd082e01910b2e85 0.00 MB 1 0
25,072 25,072 000000007f1a8b7e9e3817d0ed8222927c5e2051d65f39d4fc88040667869d77 0.00 MB 1 0
25,071 25,071 00000000b15aa1fcaa8fd75d5ba8d39dc7a4756e2caa740b83cee88df250681a 0.00 MB 1 0
25,070 25,070 00000000b2af7878d19820fffcebbc06f44457c5e99f9979a4b2a729b7f08780 0.00 MB 1 0
25,069 25,069 0000000026ca8bfbc25ae12a7e27b49e577759533200d415234fef4f6190e2c6 0.00 MB 1 0
25,068 25,068 000000007782c2fdf21415a6df375a7374cb6f43e13949dfcb6d6f457dd2a526 0.00 MB 1 0
25,067 25,067 00000000aa5fbf2795fdd6787130d2bf9872ef68e86b391474a94a9e75f91ff0 0.00 MB 1 0
25,066 25,066 000000007a1142b3444ebf60fe00a88dc2e7097071ebdb0a311365eab8510f68 0.00 MB 1 0
25,065 25,065 000000003cf7d49ba75cb8f96b326ceb93cdae0a9236427b58bba667d551facc 0.00 MB 1 0
25,064 25,064 000000006d423bf7697f9afebd32ffc7ad674ca6ceb7afc20bb4228cf2792b18 0.00 MB 1 0
25,063 25,063 00000000af8c8f163f4af19d89ce74ebeb642ce16047a128cfef9da5ba349720 0.00 MB 1 0
25,062 25,062 000000001ed85bc509d6a7619a241f8fd43a97864edb9d798c91e4aa5b04f0ac 0.00 MB 1 0
25,061 25,061 000000007da6104f7c0ac0e9ad834a1b3290710d2514c1b58a6a5acf200f9cb5 0.00 MB 1 0
25,060 25,060 0000000018eeab26bccefe533f10d470126d3c1d16d351e8ba569d392c22b334 0.00 MB 1 0
25,059 25,059 00000000beb5b2c0e77ed75af4ad5ed2549644601927df5576533d771a53bea5 0.00 MB 1 0
25,058 25,058 00000000b540fe11a09b3b7329a7d54f8b95cc9b9fac81aab016eea800977b78 0.00 MB 1 0
25,057 25,057 00000000d4f880f76d0102460f6f8b1fcd884004768059a983d4252eefb5f11f 0.00 MB 1 0
25,056 25,056 000000009108416c3918423f252649ae42bbd09d9572d3fbb6562cc66bf88318 0.00 MB 1 0
25,055 25,055 000000002654e40c571f8334d39dd863b08cea79e73dff775bc6199fbf1800dc 0.00 MB 1 0
25,054 25,054 000000009aab54787eb2d632e2aa42b5a0718a8099e35b14ba27518e7a99360e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.49 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,186.08 GB sent, 115.80 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.