Loading Tool

Explorer IconExplorer

Memory Pool

73,892 transactions
27.34 vMB
0.06709219 BTC
Random Selection Loading Transactions
Max Size: 166.92/200 MB

Candidate Block

Mining Attempt 60b8b32f1a47079b109aa9c4c9d63bafcd6895e2ec456141d9228be8847d7ee0
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 4c710f4fc55eeb0d4bc965fd3ede0032e931fb5d30af7513f1c85fb7e98e4d91
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,290
Size: 1.00 vMB
Total Fees: 0.00890420 BTC
Feerates: 402.60 > 0.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (501,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,643 413,643 000000000000000004ce25c3427f09a3916339835f1fc76b2554bec51489b545 1,901 1.00/1.00 vMB 51
413,642 413,642 0000000000000000017f8735a259071eb6d8aad4fb895af40defd1f5e9e9cada 1,298 0.99/1.00 vMB 51
413,641 413,641 000000000000000003033602f725c399ee11d363a9462cd4bdef65add78a24b9 1,551 1.00/1.00 vMB 56
413,640 413,640 000000000000000001b956716ec0a3ff3487b2d42a0106e88557bf7605631b7a 1,941 1.00/1.00 vMB 64
413,639 413,639 000000000000000001fa992cebbb5257d0c51029deb896d68f7fc942cd129da5 1,789 1.00/1.00 vMB 70
413,638 413,638 0000000000000000046068efb5cfe1938f5206c4693ecca833fe388bd7b60b0a 1,796 1.00/1.00 vMB 71
413,637 413,637 0000000000000000000eb7335dfd965cc12e69ff2e97be1933e5cff96851c57f 1,329 1.00/1.00 vMB 49
413,636 413,636 0000000000000000019a04f2b6d399ea01ca262df23943c9b1acc5c12fc1fb96 2,019 1.00/1.00 vMB 75
413,635 413,635 000000000000000000fef3b4307361e39e3682873ae88e74463e0be69bb87fe6 1,716 1.00/1.00 vMB 62
413,634 413,634 000000000000000001edf7d1b96498acb2c5122945d1fa43d18608283eb0f051 1,992 1.00/1.00 vMB 65
413,633 413,633 0000000000000000052ccc8ab4c8384a9c898c4575ccf2c84700aaf71903e150 2,682 1.00/1.00 vMB 57
413,632 413,632 000000000000000000e939e2be14b096a7c02d9e26e5bb007c3025ea87cce5c2 1 0.00/1.00 vMB 0
413,631 413,631 00000000000000000306fe77ce1c3fef17813757e4e365d76fe7c6286d1c0425 2,568 1.00/1.00 vMB 54
413,630 413,630 00000000000000000095751ec3b1cc4d462e87adc2cc829c81cb771a63343288 1,480 1.00/1.00 vMB 62
413,629 413,629 000000000000000002d35df554e7dc81452b2274efa7c3a59eacc01512492840 1,400 1.00/1.00 vMB 74
413,628 413,628 000000000000000002ecf6c9513c3b590a7e2c46344adf64edf8820471a1bfab 1,852 1.00/1.00 vMB 93
413,627 413,627 000000000000000001c866b60fcef7df4b0d879ae8f135302bc64f2126cdcb47 1,517 1.00/1.00 vMB 38
413,626 413,626 0000000000000000047bfbd01a64d7f1c2ac0e483a629c34b44c3a76e028b044 2,337 1.00/1.00 vMB 81
413,625 413,625 00000000000000000158f089501a821ede74c11bf33c9bb82c5ade7e33324b51 1,506 1.00/1.00 vMB 35
413,624 413,624 000000000000000004e36c556275d08136913c7c079e1ce7a5964fe185d26781 872 1.00/1.00 vMB 24
413,623 413,623 0000000000000000012a38f694d21ea78694bf81d3d29b3afaab426238dc825f 1,478 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.61 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.