Loading Tool

Explorer IconExplorer

Memory Pool

82,432 transactions
31.23 vMB
0.12411229 BTC
Random Selection Loading Transactions
Max Size: 189.24/200 MB

Candidate Block

Mining Attempt 0f7eb6129c945b95c9392102394e28c38e62ec059ad974eee99ea5615e9f4ba2
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root c07c05d16e2b47d09215cc0b9da3965b967f675d15547e7ff5de469f335f5e0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,182
Size: 1.00 vMB
Total Fees: 0.04242298 BTC
Feerates: 318.30 > 4.25 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (532,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,126 383,126 0000000000000000033a136731a25b0e8376da24a1de3aab1add62e8e27f4f20 187 0.14/1.00 vMB 26
383,125 383,125 000000000000000003079c93f77ba48e3b99ba1642f14b95c033a2fa15b63d17 687 0.30/1.00 vMB 38
383,124 383,124 000000000000000002fab04e6e1d87e0d4bf92f5b2400c2baff3eb09841c6440 838 0.60/1.00 vMB 16
383,123 383,123 000000000000000008d154b32b86115bbb5917f25bcddbfec0db70967b5e4215 1,003 0.75/1.00 vMB 22
383,122 383,122 0000000000000000026aa2cc4cadd9c588381e8d7fea2c3a3e79bc9f1cb80667 2,383 0.93/1.00 vMB 46
383,121 383,121 00000000000000000cb586b3b89584e4bfcdb4e6cce09ac3316cf38bd9726a4e 846 0.51/1.00 vMB 46
383,120 383,120 000000000000000004b68adfec5514db9a29d3b82e4b20d9330d1749013afeed 1,043 0.82/1.00 vMB 30
383,119 383,119 0000000000000000014d2a3a95fcce5d6a884f0f9dd37fe0c91d3926f0481adf 2,713 0.99/1.00 vMB 56
383,118 383,118 000000000000000001fb4e33d4db6149412ef85706d15182838db9c466f7594f 710 0.33/1.00 vMB 35
383,117 383,117 000000000000000009ec3147897e091b602e94d40eb8bc819338041c52d586f8 1,569 0.92/1.00 vMB 30
383,116 383,116 000000000000000003f6216f758f3fcc476fd5c8b604634c9149ce3f5d32e031 574 0.25/1.00 vMB 37
383,115 383,115 000000000000000007dbdabcd7eb81110dd313ee9b24d33233204d58c889d946 549 0.27/1.00 vMB 25
383,114 383,114 000000000000000005286977873ffae2436327232254b9a060c7f5df62aed628 364 0.31/1.00 vMB 21
383,113 383,113 000000000000000008d23b0fa136a21af9f31a9e475b10bcec25ff6568ddcbe5 2,198 0.93/1.00 vMB 43
383,112 383,112 00000000000000000a5b624a23dbf3b0107c5b1cb6094c445f9b13d9342caa5d 1,677 0.74/1.00 vMB 39
383,111 383,111 000000000000000008d0d0faad27a5a277a10d07fbc52ffda4d8b37dba277a0b 1,245 0.55/1.00 vMB 32
383,110 383,110 00000000000000000fc26de590d696c37e66b3ebac48858196fdefed0f55f16f 426 0.27/1.00 vMB 29
383,109 383,109 0000000000000000027a116158413709e571ea4e53ddb97a26ac0ec997d77354 1,147 0.56/1.00 vMB 37
383,108 383,108 00000000000000000de37591291eedef98456399b5ef3d612dc23c8eae833ec7 724 0.61/1.00 vMB 18
383,107 383,107 0000000000000000076bbcd5b20032c9d4b815a305d6eaa93b15ceb170b944a0 1,251 0.87/1.00 vMB 28
383,106 383,106 00000000000000000b1628c67fcba681eabeb7474ba941779aea80b7d3a574a1 1,712 0.95/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.08 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: 722.16 GB
    • Received: 18.39 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.