Loading Tool

Explorer IconExplorer

Memory Pool

75,202 transactions
27.08 vMB
0.06095652 BTC
Random Selection Loading Transactions
Max Size: 166.18/200 MB

Candidate Block

Mining Attempt cb19ce2c55a863c20f6121a7649dc9e4f6aac819b1602ea14ebf0243d59e6147
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root 90edb99bc9305e2299a3bf71b637719c88335bb7149c85d5d063f405efadf176
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,604
Size: 1.00 vMB
Total Fees: 0.00349145 BTC
Feerates: 11.33 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (239,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,035 676,035 0000000000000000000c08c3ca620f6fc91ec069d244be7279b7e9bd7e918b45 1,625 1.00/1.00 vMB 34
676,034 676,034 00000000000000000009c3a8b946a91591c9e66d584bbf9b8910a77617afd2a2 2,038 1.00/1.00 vMB 47
676,033 676,033 00000000000000000004c07d7ad8e268a3aa5035616189cbf93363c1cb65955d 679 1.00/1.00 vMB 40
676,032 676,032 000000000000000000046a5754c07e7de5bf740a7a3c7d32db71a8b3c633333b 2,217 1.00/1.00 vMB 46
676,031 676,031 0000000000000000000b59434e645f776abcb6c3227df8a5bd249ec43bc796b4 2,372 1.00/1.00 vMB 35
676,030 676,030 0000000000000000000c1bf1c3e0ebbf4f91707b04710a74cf6c83129b86b910 1,160 1.00/1.00 vMB 65
676,029 676,029 00000000000000000008d0d1f299a582ad0d6c6cd44c7dc92ccf399aa0108adc 2,418 1.00/1.00 vMB 90
676,028 676,028 00000000000000000008ca96881e3ee85800f45d90cdf797fe688b2e8e72a902 160 1.00/1.00 vMB 8
676,027 676,027 000000000000000000007a0a58a7b71d517cc52a864f58a7d60c6cf1002bbf50 917 1.00/1.00 vMB 24
676,026 676,026 0000000000000000000c71051883ed6dab0ce14bc05e4565d8f946bc924b14bd 715 1.00/1.00 vMB 26
676,025 676,025 0000000000000000000b3711d818bba2bd6a927601afb0b737e71bd1937bdacd 341 1.00/1.00 vMB 9
676,024 676,024 000000000000000000091adf452515276a55fb4bf10151b4340e245953de3b4c 1,620 1.00/1.00 vMB 37
676,023 676,023 0000000000000000000602053984145df9a75dc79bd14de7cb7515e902abc1e9 1,420 1.00/1.00 vMB 34
676,022 676,022 00000000000000000003be46b6cad756ae2df34757b5c02de3f5ce1da61a02a8 1,479 1.00/1.00 vMB 16
676,021 676,021 00000000000000000000312c0a3d4f3d3f397d96669f7f206a6b454fc6fbe065 2,475 1.00/1.00 vMB 28
676,020 676,020 00000000000000000006d18dcf373af98f449cef68a34f770ef9b79ce1389397 966 1.00/1.00 vMB 33
676,019 676,019 000000000000000000092fb36b4f9490bef2c954778d63e537023982aeabd1e4 1,216 1.00/1.00 vMB 30
676,018 676,018 0000000000000000000564e7c1ba54b809beddf77a100f4577b89444fa0651e4 1,553 1.00/1.00 vMB 74
676,017 676,017 00000000000000000001cd658b3c9bf265d6baeddb40c469a1d92faea07be858 1,860 1.00/1.00 vMB 38
676,016 676,016 0000000000000000000939d26ba979ebf6dfc7b3c76ddd1c12b86f5dc10b5edf 2,057 1.00/1.00 vMB 17
676,015 676,015 000000000000000000073ce093ca779bff26d0fcb111e631766e51748ae57d47 2,230 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.