Loading Tool

Explorer IconExplorer

Memory Pool

74,060 transactions
28.69 vMB
0.07980904 BTC
Random Selection Loading Transactions
Max Size: 169.64/200 MB

Candidate Block

Mining Attempt 4598a3ba162afd6c15b101199af95cdff013da7da2e9ae47c4850a13a57ef3cb
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 8ab1e212503562658b766c95657edecb5425524f097a5bc2d4ad1cab628c2c1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.02203585 BTC
Feerates: 150.36 > 2.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (394,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,239 520,239 000000000000000000026f7708492f3796b3180f577d9cb70832f72d1843990b 284 1.00/1.00 vMB 4
520,238 520,238 0000000000000000002edd5bf0f4cf414599ceb78c62a87db06cf2a2910ccf7c 343 0.23/1.00 vMB 46
520,237 520,237 000000000000000000301d65bd45c87de94f6ccf198c7b8a23c436577bbbb124 1,981 1.00/1.00 vMB 19
520,236 520,236 0000000000000000002eac144076dec27f8d4d2c1552d77c93573ec0cc2040e3 2,520 1.00/1.00 vMB 78
520,235 520,235 00000000000000000035f7845e3b1ad76c3e6aac94b6fd60f9a852433cd6ea96 2,113 1.00/1.00 vMB 48
520,234 520,234 0000000000000000003b3bed4ec27862c909eec95041623b0083664a1cd4581f 1,290 1.00/1.00 vMB 25
520,233 520,233 000000000000000000085c97b5814b0bc92a2aecda96f5f6a162868d08d5b180 143 1.00/1.00 vMB 2
520,232 520,232 0000000000000000003d859f09a9b7b5f4ef7e275748357eedb0d66c2b35e6f3 1,060 1.00/1.00 vMB 25
520,231 520,231 0000000000000000000d9bf3135e8f213123dcc9aa1a53e533b4d2c6e4d1785e 2,469 1.00/1.00 vMB 26
520,230 520,230 0000000000000000000fc456629ac666bcf86e532e8bc66d59a56e0a2be0e448 2,636 1.00/1.00 vMB 90
520,229 520,229 000000000000000000098062601fb84d1f99aa75fbd34896370feb66f4abdaeb 1,461 1.00/1.00 vMB 9
520,228 520,228 000000000000000000146bd7099649df76e0f4e8cbaf24d5d4ecec45cb277ca6 2,074 1.00/1.00 vMB 81
520,227 520,227 0000000000000000004366c7fa0cca72ce869e509a3c2a32392c41ce1cbcdd07 933 1.00/1.00 vMB 21
520,226 520,226 00000000000000000035a6696f1f32a5a73d6c9d96e83941a1ca0089e9914f2d 926 1.00/1.00 vMB 16
520,225 520,225 0000000000000000001d4ab1d6c93ee939d5587f95751fc1239b1a5cd264534a 2,269 1.00/1.00 vMB 45
520,224 520,224 00000000000000000000a04f8ca9ac7ffd0ebca66e6e008b360fdf2de9c8c811 658 1.00/1.00 vMB 8
520,223 520,223 000000000000000000321700040291c398b8c23903392772300f2dd4d3f571c4 2,463 1.00/1.00 vMB 48
520,222 520,222 00000000000000000034aad95bf88458abefcd1d28b116d6717756c450814c13 817 0.46/1.00 vMB 55
520,221 520,221 0000000000000000003a1e34fe22cc9195950c2610c92b5b44e2954adb733532 1,565 1.00/1.00 vMB 35
520,220 520,220 000000000000000000361dddeca0f88bdc061b653f9db26f55c0fae2e4c5f9fe 394 1.00/1.00 vMB 8
520,219 520,219 000000000000000000122ed43bb30664512fae0b986bdb4516fb87d0ad9c6a64 1,716 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.