Loading Tool

Explorer IconExplorer

Memory Pool

77,089 transactions
30.75 vMB
0.13720108 BTC
Random Selection Loading Transactions
Max Size: 176.82/200 MB

Candidate Block

Mining Attempt 151fc6e6855d8a7f256d6fde53ffd8279fe0d7ca80b955319b055cc5f6ad9498
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 6a49067d6edcf616ba515118d2d0130e9eec03bbefcfcdf26ec10a09d91e4c37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,353
Size: 1.00 vMB
Total Fees: 0.04984871 BTC
Feerates: 150.36 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (197,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,613 717,613 000000000000000000090d0db4a8b07bd107dac4de74c95f0f88d36e2230d0b0 3,009 1.00/1.00 vMB 4
717,612 717,612 00000000000000000001efcd12b7e88f3b86941724454a7c3bd23da3051eed26 1,946 1.00/1.00 vMB 11
717,611 717,611 00000000000000000009486e8b435ba0abb679717a0f3cc0a5c34ad557204f8b 714 1.00/1.00 vMB 10
717,610 717,610 000000000000000000083f3731b3e272e4ef4ec7baff20820eb962be00517752 2,388 1.00/1.00 vMB 17
717,609 717,609 000000000000000000032c58d9e44755a35b93fe53ee2db8bb65dc4bca02ae90 2,619 1.00/1.00 vMB 23
717,608 717,608 00000000000000000009c17ada7ee926c7f5c645717a90cb052820cb5982e069 2,613 1.00/1.00 vMB 18
717,607 717,607 0000000000000000000b16ccad7d0c34a623929fb2d605ce5b8b01aa935b6c3b 2,182 1.00/1.00 vMB 85
717,606 717,606 00000000000000000006b51229e65516986fc73191e60858c5e5e3339baa2d6f 2,787 1.00/1.00 vMB 9
717,605 717,605 0000000000000000000b3b3faea9056a54c279ee4f1694fde311290d05a988e4 3,037 1.00/1.00 vMB 22
717,604 717,604 00000000000000000001ed5d5a735d15abd421fe408ce6b18208dece6be6495a 3,029 1.00/1.00 vMB 25
717,603 717,603 00000000000000000002f35505c940adf18b5f8ebb43154727f27352408c9853 3,120 1.00/1.00 vMB 13
717,602 717,602 0000000000000000000b2cfd186e575e99e7b6c3668dc09b8cd192faf4328320 2,620 1.00/1.00 vMB 31
717,601 717,601 0000000000000000000662f8656373a4d1af0f3d17e2c7e627b7f0d45a85bc99 3,452 1.00/1.00 vMB 9
717,600 717,600 000000000000000000021a147345c3950f0642c187455eaea2f3a803c407bb7a 2,719 1.00/1.00 vMB 9
717,599 717,599 0000000000000000000706e761a0e9ed96caba1657220af69e929215085a4e2c 3,290 1.00/1.00 vMB 5
717,598 717,598 0000000000000000000759ccafff18aef877ca8dddd6427c96a8dce527213206 1,475 1.00/1.00 vMB 7
717,597 717,597 00000000000000000005be67aec47b25fe19aeca7c9ac493278684fa068bbcee 1,419 1.00/1.00 vMB 10
717,596 717,596 00000000000000000000151135bb29bd96ab6ba45a1ab75734c15438355fba83 1,249 1.00/1.00 vMB 16
717,595 717,595 0000000000000000000150c5230ccf2d61eabe9edc3181faac12ec3caf8864b9 2,854 1.00/1.00 vMB 12
717,594 717,594 00000000000000000001fc714a55857f682f24cef94a4aed18d9c234cfc105ec 2,329 1.00/1.00 vMB 28
717,593 717,593 00000000000000000006346eac8ad6fe30135cc1f0641faf56dfb0869cb9853c 2,007 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.