Loading Tool

Explorer IconExplorer

Memory Pool

38,014 transactions
26.81 vMB
0.05335593 BTC
Random Selection Loading Transactions
Max Size: 139.33/200 MB

Candidate Block

Mining Attempt c6e5978480f947caf50fdfc962bd9244295cc01453803b087eb15ebddaff535f
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root efffa95222e922a06d698ae213491f1619ef5da3d9b312d9edc3e9f7a9782d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 539
Size: 1.00 vMB
Total Fees: 0.00397468 BTC
Feerates: 44.54 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (254,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,291 660,291 0000000000000000000b7ffadcdcc4b84657b9743ecf8d3d96c752c873c74a93 194 1.00/1.00 vMB 3
660,290 660,290 000000000000000000098db0260e6e2c73951ce14ac3ee3190259e371e4cd731 1,492 1.00/1.00 vMB 9
660,289 660,289 00000000000000000008618b8e8160df71f847d57d22e5bf07315b4f98efe059 2,169 1.00/1.00 vMB 54
660,288 660,288 0000000000000000000811318b213677ed6b9cbc55b083b4409b6c14b60ef3f4 464 1.00/1.00 vMB 7
660,287 660,287 00000000000000000001e01b1eeaff5ead0fa9a408e25177f4bec39ed449978b 326 1.00/1.00 vMB 4
660,286 660,286 0000000000000000000c9731e60c1f635cbffb12d41e09f66456eaed550130b9 1,853 1.00/1.00 vMB 34
660,285 660,285 000000000000000000056e07099f94be9da6c4da7e0b7500ad78c94cfc6384f7 1,166 1.00/1.00 vMB 14
660,284 660,284 000000000000000000007e19347ba865e9c15f578460a84a6079195c62b03075 2,384 1.00/1.00 vMB 32
660,283 660,283 00000000000000000001ff7a5f26a992c529044cb59c3cced00193468a8ea5aa 2,332 1.00/1.00 vMB 11
660,282 660,282 0000000000000000000c96d85f050d8c3f91eb601e9cd225c6e9be97cc55d09e 1,244 1.00/1.00 vMB 24
660,281 660,281 00000000000000000004f5921e95df11d8e70118928c29a239c34c87452fb8d5 1,059 1.00/1.00 vMB 21
660,280 660,280 0000000000000000000d7924c1cf8a1b41aa2b80ee51261bb03fbc2587e1e3f9 1,674 1.00/1.00 vMB 71
660,279 660,279 0000000000000000000669ed8abe7e30b515c5787dbb38fde7b2ce10de787ee4 2,003 1.00/1.00 vMB 70
660,278 660,278 00000000000000000008d9f23d7c32ed30a15c6d9a247a07d866af119e7cf52e 1,035 1.00/1.00 vMB 28
660,277 660,277 000000000000000000067a788e43285beaff09ed824ac20dc5f9eda0c460d704 1,991 1.00/1.00 vMB 6
660,276 660,276 0000000000000000000247b05919baac89e15b77ba61ebc6b659cd9a9e1b197b 481 1.00/1.00 vMB 34
660,275 660,275 000000000000000000015587debbe4185bf92988d3ed54c036b2bc3dc63e12d4 463 1.00/1.00 vMB 9
660,274 660,274 0000000000000000000677bc8b1cc477c80dc485ae84c5cb1b09e84f4b6e2ea3 2,882 1.00/1.00 vMB 52
660,273 660,273 00000000000000000006325f82b5a40e40ca58e342f3dc2afc8f8e14fe4ed473 2,090 1.00/1.00 vMB 69
660,272 660,272 0000000000000000000e4792371f97439835f38efbb7422291561e98342e1ddd 1,090 1.00/1.00 vMB 2
660,271 660,271 00000000000000000008db0de76f77de919b1a0da27a5583f9fafbcfc5a9ac58 2,441 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.