Loading Tool

Explorer IconExplorer

Memory Pool

67,529 transactions
36.93 vMB
0.20432585 BTC
Random Selection Loading Transactions
Max Size: 197.23/200 MB

Candidate Block

Mining Attempt 7bfd8a17c027b43fc4ae9dec03d8872b309f05723f9534b831a250ccdfbacabc
Version 20000000
Previous Block 000000000000000000010038ececcdbd5a5cf41d8463ca58111ae9c69715f93c
Merkle Root 31756f649e57eddf4f8a0d424a92e9b977e36c22ed4bfe4b40b90e2452d9cc43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,930
Size: 1.00 vMB
Total Fees: 0.07479464 BTC
Feerates: 445.78 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,418 (795,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,212 119,212 0000000000003bd321423ff8ba903d2c3cf734fdd4d974f08da84459bd4f34de 12 0.00/1.00 vMB 555
119,211 119,211 000000000000b0d38ec4d1ae5c5a8a2492798dee28e01f57906ff56488b265f2 14 0.07/1.00 vMB 967
119,210 119,210 00000000000022fa713bb8275661f9c3a8160b04168975949409f90602086203 10 0.19/1.00 vMB 1,141
119,209 119,209 00000000000093fd7e5ca8f7f1cf6440700beed54636a8c030c82a7d636e0746 274 0.10/1.00 vMB 121
119,208 119,208 0000000000003b7d22cc6d1c6cfabdcb99de7a14b160e0788604ed2a2d059a82 8 0.00/1.00 vMB 0
119,207 119,207 000000000000a9d745464968e41560aa5d5b01c9255ae638851449f2805e6f3f 10 0.00/1.00 vMB 0
119,206 119,206 0000000000002e0fde5e30f3bc9656f4bafa583fb913f3818656a0a9f3f0efcb 15 0.00/1.00 vMB 1,149
119,205 119,205 0000000000006dd44c0b218a972460884ca39477aa6f796bf4510d399a1a6585 35 0.01/1.00 vMB 690
119,204 119,204 0000000000002fdc616a78149141242ac9b5ae5b3b21fe38dc8f9c91cc52aec1 20 0.01/1.00 vMB 309
119,203 119,203 0000000000004cefe3d55eb4f145efcf38e00d06583d921dfd863b046831e3ef 9 0.00/1.00 vMB 203
119,202 119,202 00000000000041763baf491ebe97777bdc0e81708203881b97b1d80a59d322d3 9 0.00/1.00 vMB 882
119,201 119,201 00000000000028a14fc2a83f529c63d648c92b1c7416f8c72aca415e9b8b38e6 27 0.01/1.00 vMB 251
119,200 119,200 0000000000006780d7f71b0a1cf84be3513ae373ca9741bdb10831e9892f5baa 143 0.04/1.00 vMB 518
119,199 119,199 0000000000004ca339595e4312318a16a386077a256761325cb4eac3e3008964 30 0.01/1.00 vMB 1,015
119,198 119,198 000000000000b10008401a26f048ed31e101ee871fbd9813189d636492955e01 20 0.01/1.00 vMB 0
119,197 119,197 0000000000005dccf4c2b488f9d107e345fb1f9175a6f174403f15da5606befe 1 0.00/1.00 vMB 0
119,196 119,196 0000000000003daa9a01e68e556aba98611c47971bd6bdd916ff748046784aa0 136 0.04/1.00 vMB 78
119,195 119,195 0000000000002579166e7a96f42cd960017d08d50beba76a450ea98e13c0f226 10 0.01/1.00 vMB 593
119,194 119,194 000000000000b423f031fe53235ab1553a0c4e34297cd29708370e10730a4a76 12 0.00/1.00 vMB 0
119,193 119,193 0000000000004154ab6e2cbcdb744668c3f446b578c3cb51d3339af8bce21a8c 14 0.00/1.00 vMB 577
119,192 119,192 0000000000003cacdae66abf9c4a1f8b5facedc563bfc0934b13eb6dcb081baa 11 0.00/1.00 vMB 246
Previous 10 blocks ↓
Total Size: 781.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.01 GB
    • Received: 10.27 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.