Loading Tool

Explorer IconExplorer

Memory Pool

81,148 transactions
31.12 vMB
0.09160419 BTC
Random Selection Loading Transactions
Max Size: 187.73/200 MB

Candidate Block

Mining Attempt 26f6d7b799933e99dc6e96d927428fab874f48b72a20beb2a7f49d2b58416083
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 1b7379e09afb3bf0b10672d6c8e25ff157aaa7ec0c5a2b0e6c309bf4454ff125
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,447
Size: 1.00 vMB
Total Fees: 0.01895575 BTC
Feerates: 45.88 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (485,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,163 430,163 000000000000000003f446fba02de4516c81240d656573e44707576c28f1ef11 1,759 0.75/1.00 vMB 59
430,162 430,162 000000000000000000c82d1c61901abdfd7b68107b343a78f939668be6d23e33 222 0.08/1.00 vMB 68
430,161 430,161 000000000000000002f51e8afc055accd1cd734de6eab712d46e12defc923fc7 384 1.00/1.00 vMB 9
430,160 430,160 000000000000000003a9a12f50b58490f129fe73b4a4ca98369fcfb6a3a7c924 1,077 0.93/1.00 vMB 27
430,159 430,159 000000000000000002abbf28239c087a590598d7b25bbc17364d07d471cb07cb 1,861 0.75/1.00 vMB 61
430,158 430,158 000000000000000003c0067dc39cbe6363e753f9495695cd59e60ac09215280f 488 0.20/1.00 vMB 54
430,157 430,157 00000000000000000144c4c4f5cf9bb4dbb122609e50573d0ede107eaa94b9fd 516 1.00/1.00 vMB 17
430,156 430,156 0000000000000000014199e7f42233be8ef216a379736832285b8f37d2938e43 109 0.04/1.00 vMB 62
430,155 430,155 00000000000000000058a941009216f1fc4ea6d7f0cf625453d0679888c58f48 607 0.90/1.00 vMB 19
430,154 430,154 000000000000000000979b780aca6d3e58ca820939c12c603329e29acd1d020f 1,925 1.00/1.00 vMB 47
430,153 430,153 0000000000000000029a31e56a21c47514c383e4c81b979c61d687076ae4e407 1,317 1.00/1.00 vMB 21
430,152 430,152 000000000000000002516add90f3c3561dbca98f2ddaafa594c900fb67a5ca8e 2,092 1.00/1.00 vMB 28
430,151 430,151 00000000000000000360e8daeb5a25ec1e81b9feafa9cd913b8b75b3b2b2f007 2,390 1.00/1.00 vMB 58
430,150 430,150 0000000000000000007e435a083a9412faffbf8e93874d26694b6b815ec3f07a 1,287 1.00/1.00 vMB 26
430,149 430,149 00000000000000000423dfa548320c6b831c5470985582dfa2cd0963c37a6232 2,460 1.00/1.00 vMB 65
430,148 430,148 000000000000000001fd15a15d8580a7ce5d8015db41183cee2b1bb807f0dfa4 1,535 1.00/1.00 vMB 41
430,147 430,147 0000000000000000033bc3aac33642bfdc0293801e9d2463bbb4bbec865b669a 2,214 1.00/1.00 vMB 38
430,146 430,146 0000000000000000015f2c2d1fde6b3fa2211d89d56d2d1d23b2faa1e09675e3 1,958 1.00/1.00 vMB 61
430,145 430,145 0000000000000000007863a2940d275a1dfd7cd0d114438b0f1f9348601d483e 2,373 1.00/1.00 vMB 52
430,144 430,144 000000000000000003db6c3443a681b3e5085e10dc6499316886441cfa19edfc 2,442 1.00/1.00 vMB 70
430,143 430,143 000000000000000002686c4ca40f37edb1e979ff05578a6993c7fab20f4bced6 2,625 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.