Loading Tool

Explorer IconExplorer

Memory Pool

79,963 transactions
30.31 vMB
0.08631541 BTC
Random Selection Loading Transactions
Max Size: 184.80/200 MB

Candidate Block

Mining Attempt efedb1de5ab7cfba663e5c7fcaaa76f7aeb2b755ea9d273d1239ad8b5904f050
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 3dd3243c689f7c85248bc2ed9461160d5bc9efc6b67d9c1f54e107d8dae7e9d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,549
Size: 1.00 vMB
Total Fees: 0.01859275 BTC
Feerates: 200.00 > 1.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (485,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,408 429,408 000000000000000000917ec6fe1ace9d539db88d256550768fa292ec5cd75096 1,434 1.00/1.00 vMB 32
429,407 429,407 000000000000000000b3076636b13562bb4315f895bcb324e0c962763c2196b1 2,373 1.00/1.00 vMB 68
429,406 429,406 0000000000000000029131dc62783fe8ccfa9ca1cf0741d522d1c26cb7a3ecbd 2,455 1.00/1.00 vMB 62
429,405 429,405 000000000000000002cb8bb9cbc6ad6f0f8c6af2349d40560c27fa0ffaf898aa 2,691 1.00/1.00 vMB 69
429,404 429,404 0000000000000000015ea683795412cfe0ce4d09d91b27bd75aa8af79da9403d 2,898 1.00/1.00 vMB 84
429,403 429,403 000000000000000001bc20d0c06c5379473f58b8c8210484f4567deebe5716ec 458 0.19/1.00 vMB 58
429,402 429,402 0000000000000000015f068b260ba4ed0cef3046ca8c22d233ab9da376b65010 788 0.49/1.00 vMB 42
429,401 429,401 000000000000000002c30637f60e30143521102713e16e4bc415d21a1c1c84fb 678 0.26/1.00 vMB 60
429,400 429,400 0000000000000000032219e880cc79f6afd214e1fbad6ec540fc0210fc14d0a5 314 0.15/1.00 vMB 49
429,399 429,399 000000000000000003b1832bec557cd07877d30b20a8a8a7ec9df5e0e3705562 1,630 0.99/1.00 vMB 53
429,398 429,398 000000000000000001123aa68c2907a61d2bc78512b13c0ac750166f61507805 1,099 0.74/1.00 vMB 38
429,397 429,397 000000000000000003708f6bd2dfce446db86c583c5c8512a3a1cf0a4d23f588 1,428 1.00/1.00 vMB 38
429,396 429,396 000000000000000001359f1e31bce8dcd5554c5ee4dcf70f9a51e779862e69de 1,291 0.95/1.00 vMB 36
429,395 429,395 000000000000000001ecccc293fdafc7e6248c9216785b725dea4e29577ce4bd 284 1.00/1.00 vMB 13
429,394 429,394 0000000000000000016d0dd818e74c37f9bfe6d055a7ee92e2e2fdbd3e3035a0 40 0.02/1.00 vMB 60
429,393 429,393 0000000000000000019112cae0cdb85c25c464e49bac5325717b778ff53d62b3 689 0.99/1.00 vMB 21
429,392 429,392 000000000000000000c2ec65c750f06105ffa8e734ff2e33b5adbe36256ca6ce 1,871 1.00/1.00 vMB 52
429,391 429,391 0000000000000000008c8e18e14ee0394d688340b722e0d522cbc31b717c5292 1,385 0.97/1.00 vMB 50
429,390 429,390 000000000000000002db958aa9f45f6b8857a5e9cb56fc88f769e99d13486408 794 0.35/1.00 vMB 58
429,389 429,389 0000000000000000028c8664c14b8d4a4473f7be8201906267d00f3b2139c391 579 0.27/1.00 vMB 52
429,388 429,388 0000000000000000007e264a5e97e80d5a1b34d1e2becd6d1fc4bcdf48b6e946 822 0.99/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.04 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: 719.69 GB
    • Received: 18.13 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.