Loading Tool

Explorer IconExplorer

Memory Pool

78,408 transactions
29.95 vMB
0.08639541 BTC
Random Selection Loading Transactions
Max Size: 178.90/200 MB

Candidate Block

Mining Attempt b01406d8ccc8583dcb227fd6c63e700994c08af69cf2736fbd43fe0baf02790e
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 048ef83626d57b4d4cf32e84f4215acee54a41722f1c5026e21aa25f5421bb3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,635
Size: 1.00 vMB
Total Fees: 0.01477666 BTC
Feerates: 100.69 > 1.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (503,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,031 412,031 000000000000000004ee7d2821c54900091cbc6744db4b6e5e278e21cd31275a 758 1.00/1.00 vMB 31
412,030 412,030 000000000000000001aec9f101aa738420b252261430cc08c276e8d86868b153 2,098 1.00/1.00 vMB 45
412,029 412,029 000000000000000002e5a6ee321033b9007e81655baf537f8a92830d585f6340 2,393 1.00/1.00 vMB 49
412,028 412,028 0000000000000000007b0384584ac4c2c4900700881353e43d96c0c98b6ba8d8 1,174 1.00/1.00 vMB 27
412,027 412,027 0000000000000000019b6273cc4bc3d02ed6ce337ddfa7ee03ce25db74cff917 1,285 1.00/1.00 vMB 27
412,026 412,026 000000000000000000b2467272ed40df151bbcfa717b5200d0ecc556a6f76e44 2,384 1.00/1.00 vMB 41
412,025 412,025 00000000000000000514651e8bfaca84e9453fd8c46e6829a9b18e73e8c254d5 2,460 1.00/1.00 vMB 85
412,024 412,024 000000000000000002155ca0439fad3eeab7e9ab5d4dd0c056686d1e25210c80 2,567 1.00/1.00 vMB 61
412,023 412,023 000000000000000000fe7ca7254d94b6797ada2afb046471418d11fb647fb077 2,272 1.00/1.00 vMB 57
412,022 412,022 0000000000000000056482e60e14364c82903764eb88aef8fb0b1b60647334be 3,243 1.00/1.00 vMB 78
412,021 412,021 0000000000000000020523b4b92942b94f1a474f5e98537fcdac2972f515d5ba 2,764 1.00/1.00 vMB 72
412,020 412,020 0000000000000000003be9c09a963e1a5566aeaf5e61f6a4343e7ac2de1a57ee 1,480 0.99/1.00 vMB 37
412,019 412,019 000000000000000004a09b34c8472e31a84ed639fe51987823bb8772fe72f4bd 1,830 1.00/1.00 vMB 41
412,018 412,018 000000000000000004ea910ba486c2287a67a348b4220fb955fc9dd2add1328d 2,198 1.00/1.00 vMB 59
412,017 412,017 0000000000000000014f70d4659a5a3a2a4beb8a2207de245df77d6f5f004a1b 1,422 1.00/1.00 vMB 37
412,016 412,016 00000000000000000464e97ae6468b43f6dadd553c5d415ee9b3b7e1541049cf 1,696 1.00/1.00 vMB 36
412,015 412,015 00000000000000000267a62434eb8b368cd6ad82053a550495f56af2abba750c 1,771 1.00/1.00 vMB 47
412,014 412,014 000000000000000004eec50f2868b8afa11317dc7a8477fa17c7f47cf1c0f7dd 2,832 1.00/1.00 vMB 75
412,013 412,013 000000000000000000f27959cbb166653c1d542551b2a3e91421ac28119efde3 1,342 1.00/1.00 vMB 28
412,012 412,012 000000000000000004fdc89639b62dd3d47cfb086f359550507dc9a8eb657062 1,719 0.99/1.00 vMB 39
412,011 412,011 000000000000000001985337a23a51b858912f3f3882260a91f60ed2c0cbcbda 1,446 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.