Loading Tool

Explorer IconExplorer

Memory Pool

81,432 transactions
30.28 vMB
0.07550947 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt c51659cb529473069f3c7a3ecf66de95a18f434a0b3c3cea4607dbc236ee7a9c
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root b78fcf35d80253ae5eaf57720a67144f2f1b5ea6a8572a828c15f203d6b34ed8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,889
Size: 1.00 vMB
Total Fees: 0.00819717 BTC
Feerates: 150.77 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (386,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,405 528,405 0000000000000000002da02fc2182fb38f5d2862bfaf39a45ac0ff7fa19af9f1 2,512 1.00/1.00 vMB 150
528,404 528,404 00000000000000000004e1542d288e48d918b9f8ab5e9c17eb4a6645e2a9033c 2,722 1.00/1.00 vMB 160
528,403 528,403 0000000000000000001ce1d29eeaebca8858953c1c20a2a7103261424114416e 863 1.00/1.00 vMB 49
528,402 528,402 0000000000000000000c1208b515e098fa2e816c0e20aa378e070cf47f7fa145 1,931 1.00/1.00 vMB 32
528,401 528,401 00000000000000000025e4e68886d10a4c0cecd81314541f9c43504ca641f06b 1,938 1.00/1.00 vMB 74
528,400 528,400 0000000000000000002c9f7f38debabeff63e1deef34a05a3ce4677c4b7f0c3e 1,894 1.00/1.00 vMB 108
528,399 528,399 000000000000000000072da9fe5b0fa617925a62873d8fbb1bf06b8d4bb9c68a 2,168 1.00/1.00 vMB 88
528,398 528,398 000000000000000000023cee155ef9cd8612bfda0150214fa67283c4872c1953 2,353 1.00/1.00 vMB 111
528,397 528,397 0000000000000000000ec37ba40f00967c2c8d235213bb085800c1255f4aac4c 2,843 1.00/1.00 vMB 206
528,396 528,396 0000000000000000001eb06c3ed16694be82960cef3e9ae3954d6f57d884cc9a 2,310 1.00/1.00 vMB 103
528,395 528,395 0000000000000000002e4e39066d96c29547217b78032535924852a79df1a8d8 302 1.00/1.00 vMB 101
528,394 528,394 0000000000000000003164511e7058b4c79db5e01400903d0f677e1f539887e7 453 0.97/1.00 vMB 111
528,393 528,393 000000000000000000109101a5896fd90b442f462df50c4da5a526451db664df 580 1.00/1.00 vMB 118
528,392 528,392 0000000000000000000d6efc0e0d954cf7b2939266f7b724c3503e8295e4e950 1,525 1.00/1.00 vMB 131
528,391 528,391 0000000000000000001eda7f494d0a6bc40b5809daa1a53100f866ba413dfdb7 313 1.00/1.00 vMB 107
528,390 528,390 000000000000000000222bce16b77998f34bd05a1bfe6de2248767f66c978b7e 2,914 1.00/1.00 vMB 166
528,389 528,389 0000000000000000001e2fbdb5140e89fbb5a5b2d99feeddb477cf15b9586c3c 1,902 1.00/1.00 vMB 148
528,388 528,388 00000000000000000003298fe91677d6fcbc22caded89f0a78f8b72bedd1af37 2,281 1.00/1.00 vMB 152
528,387 528,387 000000000000000000027b627561a2e00037363cd922f368da6a9972f4380015 848 1.00/1.00 vMB 120
528,386 528,386 000000000000000000092f1c8634b6519b3bf7ef98dc3e10255a8d895641ae44 2,094 1.00/1.00 vMB 152
528,385 528,385 00000000000000000022e233004f7f4322d984bed7767edd0631337e10aea155 793 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.