Loading Tool

Explorer IconExplorer

Memory Pool

81,519 transactions
29.97 vMB
0.15757439 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt 231b0b92f1a028da3de506ae0d62981e4f8c5725e7cc4de53a73f9dd87e01815
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 4617aa7d37d4199a46e94391373bf7a6dcde4ad27f5b6baa5c4d9c2e323fe775
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.05991094 BTC
Feerates: 1,002.91 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (124,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,160 791,160 0000000000000000000590adbe3b29e454262a273da40311f7fd84afb9b58eec 4,290 1.00/1.00 vMB 27
791,159 791,159 00000000000000000003176a7c2bf5fe53bd524b904aa1c91bab0c8e93fb9f56 3,206 1.00/1.00 vMB 39
791,158 791,158 000000000000000000036ec42be6f12b7ceb4ca23beb6e11a09f94c8d000db0e 3,480 1.00/1.00 vMB 21
791,157 791,157 00000000000000000004782d04721d46054eaa3155f5a2c16caf228efabf6d19 4,510 1.00/1.00 vMB 27
791,156 791,156 00000000000000000005240262446c673a0360372ac3eff2f19a9f127df515e7 2,966 1.00/1.00 vMB 34
791,155 791,155 00000000000000000001105251e7864fb0dac2ee94568dc1cb844e5bbbad3090 3,501 1.00/1.00 vMB 46
791,154 791,154 00000000000000000000dff93d5f35680f851361816aaa3b7406595bece0462c 5,524 1.00/1.00 vMB 27
791,153 791,153 00000000000000000001f6c7f08c33ecbb0837438111991a96f090f47ab32360 4,270 1.00/1.00 vMB 31
791,152 791,152 000000000000000000014a0b50e03e6cafb0b687cfdda6ec68c972b2ded1d426 6,713 1.00/1.00 vMB 21
791,151 791,151 00000000000000000003be5f9c4b2245ac9e2a1fe79ccdcefb3c4d8148cf27da 2,535 1.00/1.00 vMB 26
791,150 791,150 00000000000000000001417520683f9d032883772c121e09ac53145d46529317 2,779 1.00/1.00 vMB 49
791,149 791,149 00000000000000000003cc64fb5144873c903466ed3df2b8e5d3e211f8f7ba8c 3,014 1.00/1.00 vMB 31
791,148 791,148 000000000000000000022baa5ad1a8a243d3902832439948add752b7c61b7f12 3,106 1.00/1.00 vMB 31
791,147 791,147 000000000000000000019d1a5bd66b2de7ed6e4a5d6e502b7744d9d92bdba2a4 2,896 1.00/1.00 vMB 60
791,146 791,146 00000000000000000001d0a88d429fe25035fb766b074032c0edd2f61abae0de 3,342 1.00/1.00 vMB 31
791,145 791,145 00000000000000000001bb898af3f4fee5d66fd199371ba38535d849c4029eb4 3,176 1.00/1.00 vMB 55
791,144 791,144 00000000000000000000ed7bed74fb0374449860d873e86e29e6cfca14855fea 2,092 1.00/1.00 vMB 35
791,143 791,143 00000000000000000001859de7c6f011f5649fd3a6e489437e271ff62ec19aa8 1,685 1.00/1.00 vMB 35
791,142 791,142 0000000000000000000209411e04c4cb039b043c6107fff63ffdacd5a244eb04 3,210 1.00/1.00 vMB 51
791,141 791,141 00000000000000000005117e9c741b1e9f0e566492e321199dca21015fe094dc 2,602 1.00/1.00 vMB 35
791,140 791,140 00000000000000000004dbd611a4adb57e2bae64cf7e21d12ea1159f6749be0a 2,068 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.