Loading Tool

Explorer IconExplorer

Memory Pool

46,156 transactions
32.34 vMB
0.13060495 BTC
Random Selection Loading Transactions
Max Size: 164.16/200 MB

Candidate Block

Mining Attempt 4a9092ad54499ef184e6f7e26356b8496eaba7d515471526a6714902926b2dd9
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 676d3938d581b7ee803e01de02229fcca1abc0c9785cce98a9cf0b9398903de7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,918
Size: 1.00 vMB
Total Fees: 0.05693045 BTC
Feerates: 265.25 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (343,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,248 571,248 00000000000000000002ac551d53e069b0e322ecb164cf3581259424d869e889 3,278 1.00/1.00 vMB 6
571,247 571,247 0000000000000000001f0bfef8a63dce60f129dd3c11c5f0e213248cdb609995 2,878 1.00/1.00 vMB 77
571,246 571,246 0000000000000000000396e9cc37168c2343a425390208a9f98955429eba6ea9 2,359 1.00/1.00 vMB 10
571,245 571,245 0000000000000000001a2c204b8880bff7cbb6fb64473e99905aa000ad0bd3ce 3,179 1.00/1.00 vMB 37
571,244 571,244 0000000000000000000d41acba8d8c5d6e4256687582d9a45556e274c7007b2a 2,245 1.00/1.00 vMB 74
571,243 571,243 0000000000000000001cf861eb061400e526c1675226240e15e5f8a3bc5a9944 2,935 1.00/1.00 vMB 41
571,242 571,242 0000000000000000002b9693d0b766b3daa23f39f43b21ec62b62cb79a0148a8 3,047 1.00/1.00 vMB 56
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
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.