Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,190 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.67 vMB 2,180 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (880,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,974 29,974 00000000c4badd7c324660038634e1872a54369b27dc33c837e8a9c0a98840ce 0.00 MB 1 0
29,973 29,973 00000000173b1490005e84196e6de03b926d8f7e09da086a8d3673298322514f 0.00 MB 1 0
29,972 29,972 0000000048764569d15214f8a3d310504b264e9242015cf44b3ed37ba52ab1ca 0.00 MB 1 0
29,971 29,971 00000000235482a5845ace70bf1372f8d2965ae51d3f24d39f2a3c897f2efb32 0.00 MB 1 0
29,970 29,970 00000000553f4043f53195f3e310fd99aa136f491aef0cf573a9b572db3c6761 0.00 MB 1 0
29,969 29,969 00000000f147dc782bc84dc0b14f637aa09cdd3bb22bebed0d11200630b75ea1 0.00 MB 1 0
29,968 29,968 00000000e0dd563f18c306bcee76f79a44328084460abdf3504feb34ea5aeaa4 0.00 MB 1 0
29,967 29,967 000000001247e536747b104ef439b8ec04e210b5436f7b867c72f57a61faccad 0.00 MB 1 0
29,966 29,966 00000000ab77b9c8071a7cfe31abfeae056d3024772f29558c2bb0e0077ccac6 0.00 MB 1 0
29,965 29,965 00000000b8efa300b139be966aebbedd4d6e97099a0aa02a47a1b331ae3cea86 0.00 MB 1 0
29,964 29,964 000000009b198cb922273557c93aa2d27b4b6a6f28b31e3996725f0c6db35197 0.00 MB 1 0
29,963 29,963 00000000424ce561cf3f6342e304ba8d56b8c9945d7c928c53bc7e65db78c519 0.00 MB 1 0
29,962 29,962 000000004f87e874218fe99bbd2676005568cf52b0764a03fd0ffac3f92dbbb9 0.00 MB 1 0
29,961 29,961 00000000f9811d813f5b3d7e1a932961eeac70bcc660aa63f98213578f9c12c7 0.00 MB 1 0
29,960 29,960 00000000830b509890c1faf75f3ef82e82923badfa90804379f71c0ab51132f8 0.00 MB 1 0
29,959 29,959 000000004f11c42136e194f68502f4df4d9773f85f39777ab44864b620411b5b 0.00 MB 1 0
29,958 29,958 000000003e36bb7d04ef2dfe9dca97267528304ab77a723fe9a0bb7d6c2093ab 0.00 MB 1 0
29,957 29,957 00000000c0b39652f3ae7022b12fdcc659b9fa76057e0111a5767886c5d040f9 0.00 MB 1 0
29,956 29,956 000000005e14b046a9560c0c9b7b94daf7ee8384e808e2697860a18a4846ffcd 0.00 MB 1 0
29,955 29,955 0000000067439f68b119a8366bc8f661dbc1ca0c45f8698a42b1e7e39be26561 0.00 MB 1 0
29,954 29,954 000000000382a1d2b7de7716d5f2622f24d72f0bfe1b5d142253b6c2b9b43d1e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,191.09 GB sent, 116.60 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.