Loading Tool

Explorer IconExplorer

Memory Pool

27,110 transactions
10.23 vMB
0.04301387 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.40/200 MB

Candidate Block

Mining Attempt e2140a675eb37cd1dcd8ab19ef5f1a1fc9ac30fea88a26976b146afe6f3c2263
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root c0632fadda728ef089bc28584ac37a4fb82bbf16a1d8e8122f96e9c113bb09fb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 949
Size: 0.54 vMB
Total Fees: 0.01866647 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (653,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,419 259,419 0000000000000014172816d8ed8659796fd8c74639b8a612abc101950c302caf 156 0.10 vMB 66
259,418 259,418 000000000000000e1226fdd86445355d93658d5de7bb2b63f225e8acbdecd557 223 0.09 vMB 150
259,417 259,417 000000000000000a8f67dc48bef218414cec5a382e9479a202929f228491df85 112 0.05 vMB 108
259,416 259,416 000000000000000229a40433d7efc9c37e04e7afe77ca41ec3c7048ed942504a 428 0.18 vMB 74
259,415 259,415 00000000000000082dc15129f2d679f37cbcb9eaaa4567687211c30ba75a63c7 272 0.11 vMB 152
259,414 259,414 0000000000000010917a1c5e7e61abaab6d077aa4585239426afea8d695959a9 483 0.21 vMB 96
259,413 259,413 0000000000000019df5632b2e80604e4d33a59de623005bdfacfa617a1b11dbb 607 0.25 vMB 241
259,412 259,412 0000000000000003e4b09afe799331ea566bdb68eabf866c9616e2977a3bce91 632 0.23 vMB 119
259,411 259,411 0000000000000011af0afbaf2afccc855a823f9515caf3d24506583bfde450d5 190 0.10 vMB 84
259,410 259,410 000000000000000b60d7d2b87fd87e5ebf323838c088d3e4211514377ab52e52 337 0.23 vMB 73
259,409 259,409 00000000000000128e27b9d79d4a2d37150448b54465330dfdd447b058b034b0 57 0.03 vMB 66
259,408 259,408 000000000000000f45b51322f9695c2368b853a50fd8543bb0b45ac8586cc9e6 167 0.08 vMB 128
259,407 259,407 000000000000000891ccee3a821c056d21c0d868d236e49057de836ee9d5473e 214 0.10 vMB 59
259,406 259,406 0000000000000002e316f04db8c94d030f46bd49830412185f9737dfa3cfe708 683 0.25 vMB 144
259,405 259,405 000000000000001c6411540ff08509ad475146a4a51c0400d63030dd526bb5b5 251 0.10 vMB 132
259,404 259,404 0000000000000022302535c1be58755513befb80cbe95e027f8ca96943bb18e3 48 0.02 vMB 105
259,403 259,403 000000000000000ac8fdaa28aff04f33dfc9fedcfbf0fd19b49fb5267e484d3b 262 0.10 vMB 121
259,402 259,402 00000000000000217e315af31cc9ad3dee67460529f68a580b46115ae981d827 429 0.18 vMB 129
259,401 259,401 00000000000000022576d2bebd98b79df389e437a4feb316165176fb3f6ae3d3 241 0.15 vMB 65
259,400 259,400 0000000000000004ba6c7c70093aa5920390e7f355c47da509e89fa1c74d2a2f 446 0.18 vMB 125
259,399 259,399 00000000000000226d3c55dbb827b988a0df94b78e06db1a7c0783c6c7a66980 416 0.18 vMB 93
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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