Loading Tool

Explorer IconExplorer

Memory Pool

77,498 transactions
28.93 vMB
0.08268647 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt 9dfbd1c658aca5f1bb5216bcdd71718afef3860a34ce856adc2e62053830d0f7
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ddf5295db7b8f2166b6538e8db9a4cbf83f7ed623531185097e6494bf2932ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,959
Size: 1.00 vMB
Total Fees: 0.02233653 BTC
Feerates: 150.93 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (503,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
412,010 412,010 000000000000000001055916c1d1e88369fc51424936690aebbf2f0066707d1b 2,045 1.00/1.00 vMB 74
412,009 412,009 0000000000000000059be357af959ddfcda71efce11dc7c14f24766f337db4c0 1,084 1.00/1.00 vMB 30
412,008 412,008 00000000000000000039ed6f657866ffbeaf79264e45533514348afc76d01181 2,332 1.00/1.00 vMB 41
412,007 412,007 0000000000000000000ec8b116062352b02ee6d1e916b39e55ff37a7a00f16f3 2,149 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.