Loading Tool

Explorer IconExplorer

Memory Pool

80,037 transactions
30.56 vMB
0.08062580 BTC
Random Selection Loading Transactions
Max Size: 185.64/200 MB

Candidate Block

Mining Attempt 9048bf6c89f8e730c2cf8bd9c1905ef7b32cf114e04ec8b847a85edb7b7b7616
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root a9465df61723852b1c3b65899487f4ec2136383aba424c7981fd82f4b86755f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,354
Size: 1.00 vMB
Total Fees: 0.01529082 BTC
Feerates: 351.58 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (72,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,750 842,750 00000000000000000002bee3834b7b4e5291546d18889ccd04142f6bf93ce1dc 1,510 1.00/1.00 vMB 28
842,749 842,749 000000000000000000003f5bd48e08aa4ec5843be9918770a355a9819454fa31 1,417 1.00/1.00 vMB 24
842,748 842,748 00000000000000000002097b10690f520399ec77a7d7dfbaca72cfe1a2d66b9b 1,938 1.00/1.00 vMB 30
842,747 842,747 000000000000000000023d4df672648c50dfb53b23f5a3ab09f8f166819147f0 2,537 1.00/1.00 vMB 26
842,746 842,746 00000000000000000000271e50ff6c3ad4b9bcf5e245b1e07495c20d49de7a8d 3,171 1.00/1.00 vMB 19
842,745 842,745 00000000000000000000a27d231cfea2a0cf40d1fcae2d6c82f000acbabb9187 3,088 1.00/1.00 vMB 18
842,744 842,744 0000000000000000000173da630af05116c90025183b7899aad7cfcfddbaaf6b 1,707 1.00/1.00 vMB 21
842,743 842,743 0000000000000000000134cbc3da2e83e04d2478ce3391dbd7893315fe7d34cc 2,220 1.00/1.00 vMB 21
842,742 842,742 000000000000000000028e73ae80bfd5e20c0b1358d15b7e37b75ff66526d4e1 2,788 1.00/1.00 vMB 21
842,741 842,741 00000000000000000002f1774c15d6f13a42f803f09da4a96a66a329bad276e8 2,269 1.00/1.00 vMB 19
842,740 842,740 000000000000000000004c6deb78ea3f52d4121931a794e5d64c87d885679199 2,262 1.00/1.00 vMB 22
842,739 842,739 00000000000000000001db967d70e671319a839e959983ec57718b4a44a5e72c 2,779 1.00/1.00 vMB 34
842,738 842,738 000000000000000000009ecf845fda18f5e4837f9f68f4ff1d177288c35dffe5 2,532 1.00/1.00 vMB 25
842,737 842,737 0000000000000000000180f098d56ba3505fbc1e840a13734c6af5a8a7865321 3,091 1.00/1.00 vMB 30
842,736 842,736 00000000000000000002cad32bdbcf1ec44064b803801cdce7d3fecc76c91c0e 3,381 1.00/1.00 vMB 18
842,735 842,735 0000000000000000000295a257ce1af4a8df906105974c8049cf730d4ae895bb 2,689 1.00/1.00 vMB 20
842,734 842,734 00000000000000000000586e008a6672ff48363e0eb7572eb45bf9e1f78b230d 5,052 1.00/1.00 vMB 16
842,733 842,733 000000000000000000001bcd5781590c86ae5b74a7fe8555429fc3cfb5493cd5 3,285 1.00/1.00 vMB 18
842,732 842,732 000000000000000000013d149a74a4c4aa9d39c40d63354fdf5b288b4e9d57d5 2,515 1.00/1.00 vMB 32
842,731 842,731 000000000000000000032103ff714eadfc627685afd552bd8cffb9d8fce12a24 5,236 1.00/1.00 vMB 17
842,730 842,730 000000000000000000019477c7ce9adc2f2a1d187421169133247f7bc481d23e 3,720 1.00/1.00 vMB 18
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.64 GB
    • Received: 16.74 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.