Loading Tool

Explorer IconExplorer

Memory Pool

73,627 transactions
28.67 vMB
0.07055675 BTC
Random Selection Loading Transactions
Max Size: 169.11/200 MB

Candidate Block

Mining Attempt 8f526654e61f2f5d00235506df6154e304afec0592d92540200d6edf09ba7624
Version 20000000
Previous Block 000000000000000000007f1cc86584d5091523c563b1e01951438035453336d6
Merkle Root f759d78ba676db947643b97dbed8149258041ce34c699b0ce3b3de703aa9af4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,311
Size: 1.00 vMB
Total Fees: 0.01285005 BTC
Feerates: 98.05 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,041 (206,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,166 708,166 000000000000000000058d5da25d4702d3ac58fd4b8838ccc9a8d0b49dc8c552 2,034 1.00/1.00 vMB 6
708,165 708,165 00000000000000000004e958ff4a88448488f9626c6f96758f5a0855bd912334 3,044 1.00/1.00 vMB 17
708,164 708,164 000000000000000000019bdce09b68bc80a82280eaade1cad7f6abf61fb6ebfd 3,155 1.00/1.00 vMB 8
708,163 708,163 000000000000000000066dac5a6a1ab7e8e06de2030668322d5710a16c99fdcf 2,898 1.00/1.00 vMB 5
708,162 708,162 0000000000000000000ac47ced850bf0fd6eb2a15b16e9278c7923e50fa81258 1,439 1.00/1.00 vMB 10
708,161 708,161 00000000000000000008cbe7caa88ada43409b98302555e6b8fb09b7f37e0428 2,412 1.00/1.00 vMB 17
708,160 708,160 00000000000000000009c8fcdded7291d50c72bbd3795fdc59f050ab864f1eb4 2,769 1.00/1.00 vMB 9
708,159 708,159 0000000000000000000c88e0f8c31a9e97028e353744d9409bed2f38bf577a0c 3,515 1.00/1.00 vMB 22
708,158 708,158 0000000000000000000656eb0f7e9daeb2a91b1916db12df3f544efe56c39a75 3,598 1.00/1.00 vMB 6
708,157 708,157 0000000000000000000c7582d11d011eb15b333f12c8aedad989c010d5e68222 2,875 1.00/1.00 vMB 22
708,156 708,156 0000000000000000000bdbbc1efcd2778bbb154c9dd66c71596b4370bd27f5c0 672 0.30/1.00 vMB 12
708,155 708,155 000000000000000000000b7a69b8b3123f5376fa86ceaf907d9d294929d828b1 1,406 0.51/1.00 vMB 10
708,154 708,154 0000000000000000000c7766914b40556f6cb1ae0d442a0fcc163629d67e6773 355 0.28/1.00 vMB 3
708,153 708,153 00000000000000000008d765c79d180e82968950b8b901a074a2e272e948d161 2,212 1.00/1.00 vMB 10
708,152 708,152 0000000000000000000296f6c376a6c39ca417f5d315b69e016aae0b50d45c4c 2,978 1.00/1.00 vMB 2
708,151 708,151 000000000000000000095c5cd9b14461c7e5b3158c8ea701ee71ff8699589d70 2,681 1.00/1.00 vMB 7
708,150 708,150 000000000000000000038f31ee74e58abc76ceaea0211e987e867db22e54d9f5 1,330 1.00/1.00 vMB 8
708,149 708,149 0000000000000000000830e67d5983c2411b5270f90e9448b19d8fadab1e34cd 2,364 1.00/1.00 vMB 15
708,148 708,148 0000000000000000000af09eb82b1a1974b6288c1e54c62be5d2af93cd849232 3,302 1.00/1.00 vMB 13
708,147 708,147 000000000000000000029d37134b2d44b163c97145031827b03f7fec8c2ab199 2,993 1.00/1.00 vMB 23
708,146 708,146 00000000000000000002c2fdcec220d0ec9999c1edc14d1660e2fea19b623e3c 50 0.02/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.95 GB
    • Received: 15.33 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.