Loading Tool

Explorer IconExplorer

Memory Pool

43,997 transactions
27.19 vMB
0.08765489 BTC
Random Selection Loading Transactions
Max Size: 142.31/200 MB

Candidate Block

Mining Attempt b24c1f3f41c1be4c2cc4b36108022ae19689abc922b1a049505f8ba4e89418ef
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 23976c202cd56a3a0f0a67d687e021cf7dcff28b172614909e6d148bc90dd9bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.03477399 BTC
Feerates: 150.93 > 3.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (316,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,781 598,781 0000000000000000001021dd278795d271fce71fe0daa4c42bc510562c2da401 1,156 0.32/1.00 vMB 29
598,780 598,780 00000000000000000010a8a41ed87bfef12cef728619b28c4c996a93db6acfbe 3,012 0.89/1.00 vMB 20
598,779 598,779 00000000000000000003ef3d191541f27a382a9ef482560e7c911fab10b00eaf 1,672 0.50/1.00 vMB 19
598,778 598,778 0000000000000000000a31f23bc30c6ef4aeac28e4ea678cd29d2cd0e79eae33 586 0.18/1.00 vMB 25
598,777 598,777 0000000000000000000b53d56bb7f4f8e1aa5da38ef5c9a5d858a520428eae0f 1,641 0.75/1.00 vMB 3
598,776 598,776 000000000000000000145639a7d3a6ccebcb3d683bc4cc2fd0227559926ea0b1 2,918 1.00/1.00 vMB 11
598,775 598,775 0000000000000000000ad1b0b630efd82efd5aabe273c81c00b667e46e5cc0ed 3,022 1.00/1.00 vMB 16
598,774 598,774 00000000000000000007a68b94987503bcafff1d2ad3f83776a2230342871960 2,974 1.00/1.00 vMB 23
598,773 598,773 00000000000000000008387fa4de196883703c12abb5c3f2abe6d14c3cc47a19 2,985 1.00/1.00 vMB 33
598,772 598,772 00000000000000000008d63f444c8e7018a0c1c802f86c8a190ceb32f8fefc90 3,285 1.00/1.00 vMB 43
598,771 598,771 00000000000000000013173e0ddd18c5c392c93f46c2be0b5cdb100eb826bd07 3,157 1.00/1.00 vMB 41
598,770 598,770 000000000000000000100a8b480c4d3318c4039390fe670f22546d6f45f506e7 2,944 1.00/1.00 vMB 36
598,769 598,769 000000000000000000134ed2b7909f493a18d4776366c3e66a16b4e79ef041dd 1,057 0.29/1.00 vMB 21
598,768 598,768 000000000000000000130e23bcf969e7721fbc093275f86c735eab3f01183936 2,953 1.00/1.00 vMB 15
598,767 598,767 0000000000000000001218904adc469c7d69350c140c657215706fa6aab6855b 2,723 0.99/1.00 vMB 15
598,766 598,766 000000000000000000080a8f5bde8e93ba8a6b0d47891daf2e052f1c81bfa0f3 3,470 1.00/1.00 vMB 40
598,765 598,765 00000000000000000008edaf37072c0a283f78fb90f6f4a598d16680c0e83082 3,100 1.00/1.00 vMB 39
598,764 598,764 000000000000000000062653a24256b8e2d27c039a192700257becf23a8fdced 2,610 1.00/1.00 vMB 35
598,763 598,763 0000000000000000000c398709411045200505974eed00b9ac105415bc363e7c 3,084 1.00/1.00 vMB 42
598,762 598,762 0000000000000000001044ef6a010320270271416377d3b1eae99c354f61d814 3,238 1.00/1.00 vMB 21
598,761 598,761 0000000000000000000cbaf57d5e825e8a48c8e1600d90f70dca27843e29a640 2,786 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.