Loading Tool

Explorer IconExplorer

Memory Pool

45,116 transactions
32.00 vMB
0.11912846 BTC
Random Selection Loading Transactions
Max Size: 162.21/200 MB

Candidate Block

Mining Attempt f84a483f59c5b57557c354c8f5d9fc1a1072657643248e7e135cbacc38b72ffb
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root f2c0dcade46ca0e812d9de46c7844481fae8e3bf172ca356b30c29871cab8cab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,315
Size: 1.00 vMB
Total Fees: 0.04887577 BTC
Feerates: 265.25 > 4.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (343,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,241 571,241 00000000000000000024bc7ca45b188811652d2337089a05628df3400b2ea3af 2,669 1.00/1.00 vMB 49
571,240 571,240 00000000000000000029d9404ad12677d438edfe7dafd75ed8e47db5f10d2714 2,477 1.00/1.00 vMB 3
571,239 571,239 00000000000000000010380a6fd7c068c473cfb91aff37354b8be9acfa3e0ace 2,885 1.00/1.00 vMB 34
571,238 571,238 000000000000000000122876ce8a6ffb18790e11d99a39e4a6d0aad5e45d7a33 2,921 1.00/1.00 vMB 125
571,237 571,237 0000000000000000001cef76a63ebfed79d60a07e51429ef0e5aeb5d09679a69 2,896 1.00/1.00 vMB 51
571,236 571,236 0000000000000000001bd2bdd0e24c0d7b8f1eb2afa43f88c84d3dd956988b42 3,046 1.00/1.00 vMB 18
571,235 571,235 00000000000000000024faac5eeac1f493a32659e7e66b8ff3e99d100f551e26 3,148 1.00/1.00 vMB 105
571,234 571,234 00000000000000000006066ca58d8fa03b6799fc4d4f557820d7cd6d94b433da 2,620 1.00/1.00 vMB 8
571,233 571,233 00000000000000000004e7cc60461804323c8a8127792cd1c975c80c6026b367 3,144 1.00/1.00 vMB 69
571,232 571,232 0000000000000000000ffd14ee9d1e582de8366fe88fd2f057fbfd0a6d5dcd9d 2,015 1.00/1.00 vMB 17
571,231 571,231 0000000000000000001b485c7cddcfc90383b3856408d9d600c652633c8ab12e 2,658 1.00/1.00 vMB 49
571,230 571,230 00000000000000000004eb4f0565b79ee0fabf50f4566d76bc62d495d0ac82c6 2,533 1.00/1.00 vMB 86
571,229 571,229 0000000000000000000fd288e57ee58d2c1baf3f31831a339d805b81470475c4 3,062 1.00/1.00 vMB 57
571,228 571,228 00000000000000000007efbc5cea5a7dc9fd1bfe3f76757351a0d1e1827ad157 2,631 1.00/1.00 vMB 104
571,227 571,227 0000000000000000001dcdf42199fa0fea0947ada1f249bb62bb3010842f2ba8 3,034 1.00/1.00 vMB 106
571,226 571,226 00000000000000000005952469893ed12a68ba462eb235f3e8b237f21754ac3b 3,216 1.00/1.00 vMB 140
571,225 571,225 0000000000000000002891b4e78b23cc27a32e5c108cb35eff3dfa4fdb1e6dac 2,413 1.00/1.00 vMB 105
571,224 571,224 0000000000000000002422d2d0697a91eed97de34604a75b74ebd86b635b3bed 877 1.00/1.00 vMB 111
571,223 571,223 000000000000000000039c2eefe6885dd855ebd9ae034a0d27c17c7c2d97f6b0 3,136 1.00/1.00 vMB 125
571,222 571,222 0000000000000000000f08fb2973eab31065a29269b4840117a7082c382af474 2,842 1.00/1.00 vMB 134
571,221 571,221 0000000000000000002653bd2a9684e1928ff8c9be59d25c73b08900e197ddf7 2,607 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 781.65 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: 626.66 GB
    • Received: 11.70 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.