Loading Tool

Explorer IconExplorer

Memory Pool

45,377 transactions
31.52 vMB
0.10923375 BTC
Random Selection Loading Transactions
Max Size: 160.51/200 MB

Candidate Block

Mining Attempt 7a0ee63654f8147d8598ff8dc9ee93fb0a4ddf112072c9a3fdff8ead3a75579e
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 251a79c06ada71927ad26ad2d7ce596a60cef428d378c02acf8a4caff5254b89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,554
Size: 1.00 vMB
Total Fees: 0.04251726 BTC
Feerates: 301.05 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (899,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,598 14,598 0000000001cfa03c125e69292e4275193c6a2a5f70b1d9d14d950bb8c981a608 1 0.00/1.00 vMB 0
14,597 14,597 00000000320d8f77b1a0f06cc22321cf3382ebeaaa72594d73b960bb1c8f9bd2 1 0.00/1.00 vMB 0
14,596 14,596 000000002d52b3619f427fc10bcb7b3d4d222047e1f0570741a75777b19a7929 1 0.00/1.00 vMB 0
14,595 14,595 0000000010be26fcc8a959506e1d8bafce1bc1b74ac081b0c1b718de414eca64 1 0.00/1.00 vMB 0
14,594 14,594 00000000197cad0daaf6a2493a1f70f2cbb7bd9e24bc0ad463b6887aa00a21d0 1 0.00/1.00 vMB 0
14,593 14,593 000000009668a1e57b951a562047068ed376bb81633c46351d75f558f157fb24 1 0.00/1.00 vMB 0
14,592 14,592 00000000846148aa55376cd77a9374161d26782b55cd6f60f5d57bfc897622dd 1 0.00/1.00 vMB 0
14,591 14,591 00000000f197ec0c0e3f7072a6f306bba404ce761856bc5c95424373bc9ad19d 1 0.00/1.00 vMB 0
14,590 14,590 00000000f95c9a53fb1a1197b3f458e7550a3119e6e7c6ded8798d60e5dd2409 1 0.00/1.00 vMB 0
14,589 14,589 000000008532d997326e150e48fe58beef19e8a394cae4d41fc85d1b03ae3e43 1 0.00/1.00 vMB 0
14,588 14,588 000000005ad5ab1eb1b047010e101301de8d6eff7446304b6ea0970858ddc8ec 1 0.00/1.00 vMB 0
14,587 14,587 0000000007603f9dba2a918530abd95c0234934fde049735a83967d5b0962070 1 0.00/1.00 vMB 0
14,586 14,586 000000004772d93eb71fc95aec076ff1cd0566467e5e6a84c6e4c49c990c6770 1 0.00/1.00 vMB 0
14,585 14,585 000000008a64aa0499b835dfb61885dc0ce42b9b6d2936ec910f9d72ab05f619 1 0.00/1.00 vMB 0
14,584 14,584 00000000fe8293dac8de814c03d84d56ddde00868439c4f655fb270f64795cbd 1 0.00/1.00 vMB 0
14,583 14,583 00000000da2e663b61d5d815abfc96eaef25047a692c11d26942e6d221ff4e5a 1 0.00/1.00 vMB 0
14,582 14,582 000000003474233ac87b1bd09bcbf942f50f7d37d56e952566b0e3c3746a2145 1 0.00/1.00 vMB 0
14,581 14,581 00000000d9564580301ef18eafe906660286e9246062e2f0468788cd3f5ccb5a 1 0.00/1.00 vMB 0
14,580 14,580 0000000062f62bc556303060d3c4bdeb41270f6e0a3d5e727745d5a38c0cfb20 1 0.00/1.00 vMB 0
14,579 14,579 00000000aba330de39d70f742be1f4f4584017f219b2a44834c0a75f6d5ed06f 1 0.00/1.00 vMB 0
14,578 14,578 00000000213269108c96a8a3f374cc1b2807b7a8c1515051935c1d159f090037 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 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: 609.46 GB
    • Received: 10.69 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.