Loading Tool

Explorer IconExplorer

Memory Pool

29,146 transactions
8.52 vMB
0.08084580 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.94/200 MB

Candidate Block

Mining Attempt fe6715624506d4cdc65195bc6ecebca0ebc503bef48fb3a320f785e3cb9c8005
Version 20000000
Previous Block 00000000000000000000dfe1036d7254b06c2dd375bf5f4768672b4c82b08c56
Merkle Root db85008f60f1c5c2b69efde2f451844edf3fa594f80e79a5b2944e8885e1e50c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,192
Size: 1.00 vMB
Total Fees: 0.02985621 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,224 (708,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,133 205,133 000000000000033c068faa64ec65fd5fe25a2b2751230795272c5eb8d91a874b 464 0.16 vMB 212
205,132 205,132 000000000000032593843d19444750bdbbe02207d2b4580868317a1dee0ca498 83 0.04 vMB 431
205,131 205,131 00000000000002dceb003108b2961411cc585e27a31d8f71444804453ccfabb4 71 0.04 vMB 239
205,130 205,130 00000000000004189aa71944e0f184c94822406605cb2dece4656ebacbad6381 93 0.05 vMB 107
205,129 205,129 000000000000005c54edddc571e3674de70de20327a9f2c3c6076fc0f63d9c73 74 0.03 vMB 187
205,128 205,128 000000000000005be5084a62ccff3178cc48bfdc4592fcad0840009fd10df07d 68 0.04 vMB 113
205,127 205,127 0000000000000179be86fb12b92e1545ed41fb235aa211ea993939d6955719ee 100 0.03 vMB 7
205,126 205,126 0000000000000143aefc0b7ab1e251fa6fca46340455cf57de9ca583fb9cbbfc 234 0.08 vMB 153
205,125 205,125 000000000000003751ffd0c598f410288f855edd69cdbb94dffb184373f4fb68 34 0.01 vMB 9
205,124 205,124 00000000000001d97d44c10db6b8617de22306d955d082e1062748fca33b7d3b 187 0.08 vMB 231
205,123 205,123 00000000000001a4c0a03a17282d4da30fef3ab6aa84c1a5d1ba8a5a248af2a3 8 0.00 vMB 105
205,122 205,122 00000000000002a20b5a66d8ac35e8e9084200199010b075c0cbfaa1ecbc1259 75 0.03 vMB 167
205,121 205,121 0000000000000375097f1548d1e9dbdaec996e54ae9619f49fcd9a1c704d376a 129 0.04 vMB 98
205,120 205,120 000000000000019fcf4ef2967aa57fc02c28e7eaad1ac31ce15806070231bd7d 79 0.04 vMB 166
205,119 205,119 00000000000001d28ae4e9335310607d45ff2b35118d7a424b73c20752c5855e 71 0.03 vMB 121
205,118 205,118 000000000000021ee651392d3112f240fdcdfd12c9207857518801f97e8ac8f9 100 0.05 vMB 145
205,117 205,117 000000000000014299e74e3bb3b2842abcfc8f2ac0add2867ec1af5091f4444d 22 0.01 vMB 94
205,116 205,116 000000000000010fd94060d73f8df8c287f232f28d2dcaee2dc9a6561534e1a3 14 0.01 vMB 246
205,115 205,115 00000000000001d5f777966d3a6c673520949029b1a81bf25d190cbee470994f 9 0.00 vMB 111
205,114 205,114 0000000000000429d787a000031cfd7e00a82c8f9818c37bbe2b4cd75447ad3d 45 0.02 vMB 250
205,113 205,113 0000000000000371ddcbafcdbe05995eb19ebbd316f8169948ba745a74f002eb 38 0.01 vMB 174
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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