Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

37 transactions (0.01 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 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,144 000000000000000000022cb30000000000000000000000000000000000000000 0.01 vMB 31 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,143 (870,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,104 40,104 000000006fb79a2213c424bd70194d0bdd0bfe3ba20777e43be7f10d1a870449 0.00 MB 1 0
40,103 40,103 000000001a4aa1e2072a42347b09902de999d3c619ce10da14e8ac01d4cf03fa 0.00 MB 1 0
40,102 40,102 000000001f83d8ed5b58eb90330dea0aeec8f1422f206fcee4aa907e1afc35c9 0.00 MB 1 0
40,101 40,101 000000007ec42501d3c303c898aa07fa8084212fbf6314dffc574acc31b3e68d 0.00 MB 1 0
40,100 40,100 000000005d07a49ba59ed1eb33715ca8a69e6d4d26ae92a8e9a65928f124917f 0.00 MB 1 0
40,099 40,099 0000000041495010844c0db5439ae90d8005a7461a39c854af58881fe085b7e7 0.00 MB 1 0
40,098 40,098 000000000da18f12ac15f251338cb382d68d9ce8834a3155266526fc85ef6361 0.00 MB 1 0
40,097 40,097 0000000028667d481a7ba4823130c89793862cea0b3672b54bceb6fa5a1fa1e8 0.00 MB 1 0
40,096 40,096 000000004d14a8c7bc7fd0cf81c79c4bd806576fc89843433265b3928077bce6 0.00 MB 1 0
40,095 40,095 000000002a146319de90bc3ccfddad3a039dcfceb8d39dca79ed0c2cf9ecb0ef 0.00 MB 1 0
40,094 40,094 000000006dd0bfccd9b02e55c22ecea9af0755a7fff3c979bbaa62ff319d9e34 0.01 MB 2 0
40,093 40,093 000000000d1ee95c1dd348b91e84aa11c176a9976c883ab6441a50e2746bf4a0 0.00 MB 1 0
40,092 40,092 00000000226e3c2729eb5eb7299b56d7cb6db546da0d54d7998d4befb824e89a 0.00 MB 1 0
40,091 40,091 0000000015ae451f969660d693739d8ceb2d343cd471a0a7ae43b2323330a2ff 0.00 MB 1 0
40,090 40,090 0000000078d8fe86b1c76b5fe0d419cfd179f941298e2bd13637d4fbd2c0ce7c 0.00 MB 1 0
40,089 40,089 000000005bc2cde938219740a8d4c058e583ac09764b99aef84e7748acb95ea8 0.00 MB 1 0
40,088 40,088 000000004eebb652a3525689b8fac5409dec3025cc5dc6e2065a97445b3d71ea 0.00 MB 1 0
40,087 40,087 0000000054db75869b5d1c0518c8aa8e3ef132c0756464a1469c5e12048958b4 0.00 MB 1 0
40,086 40,086 0000000010465ba010ff8ecffbf85b8a41a98bd5da1024a0fd688afe0a5e7492 0.00 MB 1 0
40,085 40,085 000000006ad0897b9ec2c461fb43127a901d788acb9c523b599cf551a1d73b7f 0.00 MB 1 0
40,084 40,084 000000006b1c7278e129a588883de4f20adbef225a7f28bad6c3a7af7f2ede1e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.66 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,193.10 GB sent, 116.77 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.