Loading Tool

Explorer IconExplorer

Memory Pool

81,379 transactions
31.01 vMB
0.07948281 BTC
Random Selection Loading Transactions
Max Size: 188.62/200 MB

Candidate Block

Mining Attempt af7e8b57139a7064ea995946dec2bfc8fca54a62060abf43480c80a8d5962262
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root c3eea19d2e3671dfc460fc2ba2c6a1cb4336752af1a796b8865f4b20bcc13d8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,208
Size: 1.00 vMB
Total Fees: 0.01252591 BTC
Feerates: 73.20 > 1.26 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (327,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,718 587,718 0000000000000000001ddae593c9587a219953857ce268947f4ec2f3a3a24aa8 2,850 1.00/1.00 vMB 27
587,717 587,717 000000000000000000197b99e5b5c5f11427c0fe88996a78c3cafdad663b969d 2,209 1.00/1.00 vMB 30
587,716 587,716 0000000000000000000f9ff222343d6a56924de70a679e7e94c6bae18fb9987b 2,506 1.00/1.00 vMB 24
587,715 587,715 0000000000000000000e4a7b0750f069e35c096449d5967e4a7aaaa17b497bd3 3,090 1.00/1.00 vMB 46
587,714 587,714 0000000000000000000f87f67f81ab8039c9a095bbfdb8ef175b1ec2cd89f6e1 1,704 1.00/1.00 vMB 29
587,713 587,713 000000000000000000122209110b0797b4b369319748c1df39710417d0abe6b4 3,092 1.00/1.00 vMB 31
587,712 587,712 00000000000000000019c2b980632bf5269a0e7b5c92a36057419a8b05946ea3 2,896 1.00/1.00 vMB 59
587,711 587,711 00000000000000000012d2039f4747cfaae44f108ddcaec052ec6c00e31f91be 3,076 1.00/1.00 vMB 77
587,710 587,710 000000000000000000058a0f04a765f364807d466b28697ac833dbbde7f1d4d5 1,894 0.63/1.00 vMB 25
587,709 587,709 0000000000000000001c0c4545cbcb3c749274b531df34b32cbde25a56029a43 1,563 0.53/1.00 vMB 26
587,708 587,708 00000000000000000008e9e37bc4967f906151901525ea87e3249bda706b0830 62 0.03/1.00 vMB 15
587,707 587,707 0000000000000000001edac9df42e4c0e8a9851d69f37529202d95de79246c46 2,986 0.96/1.00 vMB 20
587,706 587,706 000000000000000000091c1e7d2d865991802c59e00b11b95af8f11cd519e5f2 2,731 1.00/1.00 vMB 24
587,705 587,705 0000000000000000000a5c69a84f057bedad0240e692a40db9ff3e906835f6e8 2,134 1.00/1.00 vMB 33
587,704 587,704 0000000000000000001a68f9c970b51146b5f62cb265d932e856104e4636b91c 1,116 0.36/1.00 vMB 28
587,703 587,703 0000000000000000001c38387c9b285f0704db0b8534fa8b0b52e9fbe38ce88c 474 0.14/1.00 vMB 9
587,702 587,702 00000000000000000017c07c0fb8a3981b5910f5df6484f16a2369d3e77831e8 2,972 1.00/1.00 vMB 13
587,701 587,701 000000000000000000064677401727dbd68dbfd2a944d8f92cf919a24b42da05 2,863 1.00/1.00 vMB 43
587,700 587,700 00000000000000000017204344ee7e551388ef303232d0e2878f11fea7d10b58 2,218 1.00/1.00 vMB 36
587,699 587,699 0000000000000000001465cb48bd9f9be191ae8016c31e319a80fb79f97b9077 303 0.31/1.00 vMB 10
587,698 587,698 0000000000000000000b00625e094728ee201907c5da586a53eb717612d6ef1b 1,521 0.55/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.