Loading Tool

Explorer IconExplorer

Memory Pool

39,706 transactions
27.09 vMB
0.05579962 BTC
Random Selection Loading Transactions
Max Size: 141.57/200 MB

Candidate Block

Mining Attempt f252005490da648396a9f36014ffdc5b421c56fc5afab79dabb144e8af717e45
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 2856c2bd5886bfad69733f8bfbe8ebc17297e43e263972f900dfaf9f835e7baf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.00560573 BTC
Feerates: 69.10 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (254,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,294 660,294 0000000000000000000301d1beb16c78ddf01c20a908cfc4f27b33ab5d43917b 728 0.60/1.00 vMB 3
660,293 660,293 000000000000000000049c600f8ee862a1d8c63f6943c0cbbb8283912d3257fb 1,961 1.00/1.00 vMB 15
660,292 660,292 000000000000000000013acffe20c48c407637592e1cb74bde0b806a83e971aa 2,594 1.00/1.00 vMB 50
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
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: 652.93 GB
    • Received: 13.81 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.