Loading Tool

Explorer IconExplorer

Memory Pool

43,466 transactions
27.07 vMB
0.06393210 BTC
Random Selection Loading Transactions
Max Size: 142.44/200 MB

Candidate Block

Mining Attempt bd1215d9734c852c9cd1c25ac5f3dbd191816b045e22ec4f60f648b0ce8356f7
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 2e9ee45178de6e2815a34f28adadbf9468e15c0c625368cc45e6906799902acc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01341867 BTC
Feerates: 151.15 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (602,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
312,692 312,692 00000000000000003851d16acad921a4464cb5513c05107552acf2a247d5eb1d 467 0.27/1.00 vMB 26
312,691 312,691 00000000000000002e725cb4c4ba3cce18ceed1153deae9769a35560c6f04afa 184 0.09/1.00 vMB 26
312,690 312,690 0000000000000000107fb5ebe4302b8589ffd29e0bcb03e626b4aa398fcafd61 367 0.16/1.00 vMB 23
312,689 312,689 00000000000000002de23e0187b3945bd9f94fffa3c57dccec19b0bf23a2f322 943 0.59/1.00 vMB 26
312,688 312,688 0000000000000000184f97900e885d91ee908274148604c1722cf8bb835c2f51 206 0.14/1.00 vMB 27
312,687 312,687 0000000000000000382da5d0e40d3e6af954b84360f879b827dd47a37d310b1d 189 0.08/1.00 vMB 32
312,686 312,686 000000000000000027b32623370eb14c72a29fdc950c693b8014c83de216964c 192 0.43/1.00 vMB 11
312,685 312,685 00000000000000002e1f16151128896302341ff2f68f1e92e1abdcb4731feb3a 55 0.03/1.00 vMB 23
312,684 312,684 0000000000000000246a8366995befc82344d843a95389565a27b94605e8d379 528 0.32/1.00 vMB 25
312,683 312,683 00000000000000002da5c7470ae466bc4976c0788e951577db03285c9e8d8fd4 405 0.33/1.00 vMB 23
312,682 312,682 00000000000000000a855ce5b1c5dcc3dff8863bcacd6fcd34dec2c9f2f35334 187 0.11/1.00 vMB 26
312,681 312,681 00000000000000000feb06d298fe33f0acd6615897b721851d3c695ab1ec2063 402 0.39/1.00 vMB 20
312,680 312,680 000000000000000017aa3be0714ba334dd5a8663eb1a605aa10b3b30da3303f9 486 0.74/1.00 vMB 15
312,679 312,679 0000000000000000040cfba52cf6e771989b10455e6221b50c9902b9625ca95c 512 0.21/1.00 vMB 39
312,678 312,678 000000000000000038e473fb135a242fd07b8512fae2f450d590df6f2f915951 98 0.20/1.00 vMB 8
312,677 312,677 000000000000000039cbee583a6aa643c6c879385c3e7ff4d936994259de65bd 569 0.28/1.00 vMB 29
312,676 312,676 00000000000000000b691875d1b8ac6ddf6485f63e1353427c68bf0cbec9e25c 92 0.05/1.00 vMB 27
312,675 312,675 00000000000000000d70525932d927ee5b10ade6e62544c5f49a6e12d8cd843b 97 0.07/1.00 vMB 19
312,674 312,674 0000000000000000150fd0206e044fc4f233ff356a51f7669ca943277aa1d708 99 0.04/1.00 vMB 37
312,673 312,673 000000000000000031af9389092f688880dc735c9a882399432098708a3fb332 133 0.14/1.00 vMB 12
312,672 312,672 00000000000000000f714c3243def6a6fa457414ef4cd1865661991c3c132fe4 52 0.06/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 654.76 GB
    • Received: 14.18 GB
  • Uptime:

Notes

  • 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.