Loading Tool

Explorer IconExplorer

Memory Pool

83,149 transactions
31.38 vMB
0.16285026 BTC
Random Selection Loading Transactions
Max Size: 186.42/200 MB

Candidate Block

Mining Attempt 39d7a53303ab5f5e5e2d67af57f9a1666e8a4b3b02f8f592a79faece9f5c1bb4
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 87b44db39fdc54f7545740ac98e26a5430deaaf30bf5ecd37b4a5530923e708a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.06158535 BTC
Feerates: 269.69 > 6.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (283,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,680 631,680 0000000000000000000b595ee94c3ca1a3c625724efef861e9ebb9a1d8662ed8 3,200 1.00/1.00 vMB 43
631,679 631,679 0000000000000000000c4993c41fddaf4ff5460b7f2ef96171f828fcb3c7fed9 2,557 1.00/1.00 vMB 98
631,678 631,678 000000000000000000067f4687dddac13af230fb7670e1b6e57e56222412a785 2,263 1.00/1.00 vMB 103
631,677 631,677 00000000000000000004ad73044316bcf141a5e98e534a7f628f9fe777f6b7ac 3,064 1.00/1.00 vMB 154
631,676 631,676 00000000000000000005dc127dacb35dad5ff9fb9851eb65eccc57dd7a498a4d 3,129 1.00/1.00 vMB 174
631,675 631,675 000000000000000000027ed6359efa4043d0f667530c41945197742cb475e355 2,313 1.00/1.00 vMB 36
631,674 631,674 000000000000000000115646fec2ec7fe09069f121ef068e4ad9b650782312ef 2,846 1.00/1.00 vMB 41
631,673 631,673 0000000000000000000b30ab215b7310d3f0c36204e4fbf29b0cac15595e8970 2,669 1.00/1.00 vMB 72
631,672 631,672 000000000000000000046ac1131405334d30327e6360c72ec5f29d0e6015e515 2,650 1.00/1.00 vMB 19
631,671 631,671 00000000000000000008be133e954c90d241c866649d4b5c9635e7382d9e9f09 2,987 1.00/1.00 vMB 54
631,670 631,670 00000000000000000000fadad215dd0c1ef4ca0bf2fac63dc0a0a107faf04d80 2,704 1.00/1.00 vMB 117
631,669 631,669 0000000000000000000a06610e4c87fb05bf40e7b81ba838237eac3e5305aaab 2,867 1.00/1.00 vMB 126
631,668 631,668 0000000000000000000cbc62083e8dc448ea777bad1da6dd67f2e0dc56c8777a 3,009 1.00/1.00 vMB 186
631,667 631,667 00000000000000000005091a82ce770df2f6701e259a1f4ee35ab4afe8367e90 2,543 1.00/1.00 vMB 54
631,666 631,666 000000000000000000069cadd59c92daf7e9a1966662b23c896dc63883719851 2,396 1.00/1.00 vMB 50
631,665 631,665 00000000000000000003dc886e40fcd0b040a838f5363eea6ccba794850203c6 2,286 1.00/1.00 vMB 71
631,664 631,664 00000000000000000005c4864b7b211d008b462dded5e4c9b41f247c3fee28be 2,676 1.00/1.00 vMB 60
631,663 631,663 0000000000000000000cf077121a81592ca237f57ddec305c7f0f285b65972a9 1,336 1.00/1.00 vMB 131
631,662 631,662 0000000000000000000fdcb899d48699074a4646a517743fc5b9ff2b745c4b88 2,802 1.00/1.00 vMB 94
631,661 631,661 0000000000000000000513628622cf7a233dba4e06e4d458c1ae14ded6faa0e3 2,704 1.00/1.00 vMB 161
631,660 631,660 0000000000000000000d81100108f4d3b73ea1140838c9f09629055292cc3a9c 2,121 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.