Loading Tool

Explorer IconExplorer

Memory Pool

34,777 transactions
25.78 vMB
0.06493850 BTC
Random Selection Loading Transactions
Max Size: 130.88/200 MB

Candidate Block

Mining Attempt 3d779bfa8aa7fdbcd477856661107dd0cd28b0fa12eb95093c9c3ade7277a373
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root e7b88954a4d48a1d6a84c6b045fe4da3aa9f13afd9d24024acebcbea08656ea8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01748006 BTC
Feerates: 101.16 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (856,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,130 58,130 0000000002603fca541210bc271baef0f9b4b27c41307b53cf743b9cd68f4463 1 0.00/1.00 vMB 0
58,129 58,129 0000000009bed245505c1959cbd7d72429e15ac884d36f64b1092c4ddecbe6a1 1 0.00/1.00 vMB 0
58,128 58,128 000000000b91981104419c45b3527fccf44f0171aeb2e2f5b60761dfe4f166f4 1 0.00/1.00 vMB 0
58,127 58,127 00000000124ac902a7a15be12f910ceec4bcede40e73f0a37bc1a155c1926e16 1 0.00/1.00 vMB 0
58,126 58,126 0000000001fb2aae4b97cc01baa105b3a261c6c91a28137f5af8188c41be374d 1 0.00/1.00 vMB 0
58,125 58,125 000000000b330b7197bea641f896bd0d05c20269f4545f98b0a681d993abd088 3 0.00/1.00 vMB 0
58,124 58,124 000000001000b9eae987a58d09de30b13a319da974ff3e72325ac6a33477dfa0 1 0.00/1.00 vMB 0
58,123 58,123 000000000aba8eb19e4e54b6788630f76ead3ba51801103cb0dfed7e4a212fd6 2 0.00/1.00 vMB 0
58,122 58,122 0000000002daca0722b117d21f3893b905faa7d5e9d2aba6eab57b948001dfa9 2 0.00/1.00 vMB 0
58,121 58,121 00000000097687bbe74b961ccf453672a915de35db96d6f09ad00a2553d23851 1 0.00/1.00 vMB 0
58,120 58,120 0000000008d817dac4c31ae5e87cabb3b735ac4c3ee94049da792d009f8b1742 1 0.00/1.00 vMB 0
58,119 58,119 0000000015403d0539af6ed35b61a57c8efc0521a516edc89dfcacdfb636a669 1 0.00/1.00 vMB 0
58,118 58,118 000000000f9bcfcdb46765bc900aa57190f5b12e6c898fe584b9275e7ce88de2 1 0.00/1.00 vMB 0
58,117 58,117 000000000bf81b317b6ad758fda3872d61394d7af0545165c2ef66fb448cd525 1 0.00/1.00 vMB 0
58,116 58,116 0000000000057509c9c1d0d09265651680db180f394f9c32c76a37ba33763f15 1 0.00/1.00 vMB 0
58,115 58,115 0000000000fa150423bc5c60489375af2841b2364a587716c3b8ff0a9ce9d873 1 0.00/1.00 vMB 0
58,114 58,114 000000000bac2f01f1279f0d1bd03dec7c28870f8cd9b0365cb861d9c9bf3d14 1 0.00/1.00 vMB 0
58,113 58,113 000000000a7658821b83ffc061f7d73f0d491b759f3f02a73e21ff71cc94d683 1 0.00/1.00 vMB 0
58,112 58,112 000000000660771b8584be0a06c836a9de002e2fd0275dd5373fce8e933c84bf 2 0.00/1.00 vMB 0
58,111 58,111 000000000762b82c6e92b45993f486c436c5429c05b5cb3838154a90c6b441bc 1 0.00/1.00 vMB 0
58,110 58,110 0000000002a58131b5d767c95d91c482847c6753aedd47c5d157cff954168997 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.