Loading Tool

Explorer IconExplorer

Memory Pool

76,653 transactions
28.47 vMB
0.06463379 BTC
Random Selection Loading Transactions
Max Size: 172.80/200 MB

Candidate Block

Mining Attempt 7701ff0e4d95b5728775371e7e0dd626c9da607479a3d0bdce928431928a7e9c
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 81d9ebe4f47f9abaf075b78123194d17c6bd1f5f9fecb703ec344a01760c1250
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.00567503 BTC
Feerates: 178.73 > 0.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (268,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,244 646,244 0000000000000000000e320ddeac169d2bc48bf099943772a44396392f076309 2,197 1.00/1.00 vMB 43
646,243 646,243 000000000000000000083a6a671276bad66d3414f8c2e94c9f6176da27080a44 2,496 1.00/1.00 vMB 99
646,242 646,242 00000000000000000008678f4b7db75579516f0c9641feab9e441fc11589e0c0 2,428 1.00/1.00 vMB 57
646,241 646,241 000000000000000000047c7d8f2be2f425e4180f8f695e3af75c64f82e373eab 2,152 1.00/1.00 vMB 16
646,240 646,240 00000000000000000005224c98dff2ddea17e660b2b355255d11c4cb3e5661a6 2,137 1.00/1.00 vMB 42
646,239 646,239 0000000000000000000cbcf0489d6a385557123e3ea6b1c7b2fd118783ad31ef 2,061 1.00/1.00 vMB 46
646,238 646,238 000000000000000000005df6b181b726db86ceee4d271c042f615cae657d2077 2,105 1.00/1.00 vMB 107
646,237 646,237 00000000000000000009f8aa2b5aa4e5ad33d96ad641ad0b9ea324d35f3b4b6b 2,002 1.00/1.00 vMB 44
646,236 646,236 00000000000000000003c3caca881ee948113ff8fcbaf457f76b8296e2d9e6bf 2,125 1.00/1.00 vMB 53
646,235 646,235 0000000000000000000a63ebc5b388bee38957596d984bc8a93d52de995cabb0 2,388 1.00/1.00 vMB 25
646,234 646,234 00000000000000000007b3f8b3d4d96a15f2a0123399ca31585b26788bb314e7 2,832 1.00/1.00 vMB 66
646,233 646,233 00000000000000000005f4c97b7969c7c134d972c2295fb7c9f35dca19bdda55 2,742 1.00/1.00 vMB 28
646,232 646,232 00000000000000000000ff5a280a402cb2204f1cd133073fc08403a8cca06b8f 2,480 1.00/1.00 vMB 69
646,231 646,231 00000000000000000005e8d243ce1734fde103a379e239aedcff33692fc88f29 2,035 1.00/1.00 vMB 29
646,230 646,230 000000000000000000071c20b6b135189358a6fca0363febd3ea0444f1620497 2,191 1.00/1.00 vMB 53
646,229 646,229 00000000000000000005b9b3640debba13943c4540c6ce7a1f10606ff5e00207 1,587 1.00/1.00 vMB 89
646,228 646,228 0000000000000000000b392c0ba4ec7c62bb5bc6cb763289acd0a84ef20a0326 2,141 1.00/1.00 vMB 63
646,227 646,227 0000000000000000000013541edfbd3bad2af17d30983ae0285dd23a5df21405 2,128 1.00/1.00 vMB 23
646,226 646,226 00000000000000000006663ae314dedcbcf4b42adcf46ab9c4a7842ab4713543 2,311 1.00/1.00 vMB 85
646,225 646,225 00000000000000000005583127b90706ef3ebf66e763564145e40e7dbfdc0a6f 1,608 1.00/1.00 vMB 68
646,224 646,224 0000000000000000000c5b86f695a66072a0fa1671dcf3829a8218c16434408f 743 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.68 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: 675.52 GB
    • Received: 16.43 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.