Loading Tool

Explorer IconExplorer

Memory Pool

51,828 transactions
22.10 vMB
0.09948273 BTC
Random Selection Loading Transactions
Max Size: 126.96/200 MB

Candidate Block

Mining Attempt 1453c662f3c345863cd2c78b5635d29e9db394068707d2e9826a6947a806386d
Version 20000000
Previous Block 0000000000000000000197e4c363d3eebf2d1acf490a36b162e0036387d9c7d4
Merkle Root eb2bfe69e3a0d20f4ebdf06050b6d7e649d382851d6219111d1b8d9009d67dd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,031
Size: 1.00 vMB
Total Fees: 0.05021241 BTC
Feerates: 206.61 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,020 (788,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,600 125,600 0000000000002ceef932557b9b01e1956a84d9c8e3931b699e3e8a22b80a97dc 10 0.00/1.00 vMB 355
125,599 125,599 0000000000002cc6f20c68fc25713a80d68ea86307d79c98b5c2ed26fa2556c9 9 0.00/1.00 vMB 674
125,598 125,598 00000000000001549ec8b16ab1992d7753d2a52f406a9ae19c7d549c1529d82b 14 0.01/1.00 vMB 1,065
125,597 125,597 00000000000023319244f1853511e634e2c9090172fd8f42d513f16555bc532d 39 0.01/1.00 vMB 568
125,596 125,596 00000000000001e443d5235bcf00df8a4c65c52aabcf02a6dd9df2a1f110cb91 9 0.00/1.00 vMB 1,246
125,595 125,595 00000000000008814fa18d33d92e1200267c365196180ab2498914ed91dd02eb 9 0.00/1.00 vMB 0
125,594 125,594 000000000000258a7356d63742f9cc18a34505e1f0a8aff697070f1e701667ca 12 0.00/1.00 vMB 0
125,593 125,593 000000000000408b9abc5ad48df0f27d3adcb4abd815efc491544e606ced65b5 46 0.02/1.00 vMB 735
125,592 125,592 000000000000145c336eb832d5091d82170caf1a7f8431b3ca7e90da25e153e4 24 0.01/1.00 vMB 0
125,591 125,591 000000000000321eb049fc678af6a83710b9cf70a5a743eb98efd59b9c4b8d30 11 0.00/1.00 vMB 1,486
125,590 125,590 000000000000391b0ef8e00012ed917e1eb409fa9ba95e59c098fa9a26637ac2 66 0.03/1.00 vMB 978
125,589 125,589 000000000000423ebe482fd41230fe1fe97c61bd63aa924b7ca38651bbef43f3 14 0.00/1.00 vMB 577
125,588 125,588 0000000000000c2312f81b4e7b8250f44dd905c7d3ab82466cc7bc28e7bce954 48 0.01/1.00 vMB 72
125,587 125,587 0000000000004189a4973de18818c1ef3bd24e2abf3ebb100ad4b6399cfbd1ed 13 0.01/1.00 vMB 2,270
125,586 125,586 000000000000065ebbc07d74e337b95a4458947b4789ef588906ae8179791e25 10 0.00/1.00 vMB 774
125,585 125,585 000000000000388a7e1af31dd96265ec6f5258b43a541a16f0df25bab63580ed 5 0.00/1.00 vMB 209
125,584 125,584 0000000000001f26931c3eba9c310b31200e6eecc3cddd037eba0f1739cb3845 19 0.00/1.00 vMB 0
125,583 125,583 0000000000003c35acca51476df7514fb7d67f8a9cb322eda4d8f4b83333b966 12 0.00/1.00 vMB 704
125,582 125,582 00000000000016339a52f001ff431dbd8377de6fa80b02c3049f2c9fe0775bfb 36 0.01/1.00 vMB 70
125,581 125,581 00000000000019a3dd6215fe46c36e388e55294c12a086462bef4dfa9594204a 6 0.00/1.00 vMB 1,892
125,580 125,580 0000000000002835c3e23619043d643b9b3882ff15c7e190da2a4d18e5847f44 32 0.01/1.00 vMB 357
Previous 10 blocks ↓
Total Size: 780.64 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: 550.65 GB
    • Received: 6.45 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.