Loading Tool

Explorer IconExplorer

Memory Pool

43,447 transactions
32.55 vMB
0.10472276 BTC
Random Selection Loading Transactions
Max Size: 163.10/200 MB

Candidate Block

Mining Attempt 5942a800b1302a2d4187a1f1fee99a97bd4eb2db612f8519dd3e980e8b0fbdaa
Version 20000000
Previous Block 000000000000000000014d09ba7a31a9df4561752127b3c25ca00855382b7a3f
Merkle Root e15ca33ea2a6e538dc05b70d78b452946fea4ae11a791a4624108d3f0e8b1de4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.03133013 BTC
Feerates: 603.21 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,361 (789,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,281 125,281 00000000000034316e145c7d306182780bd1c9fe2896bcc428c2198f3bea9742 13 0.00/1.00 vMB 576
125,280 125,280 0000000000000e3f8542c537419d09ce84eb2a4564561bc7859ee1d239aee6c1 12 0.00/1.00 vMB 1,196
125,279 125,279 00000000000033b7330daca6f72de5075ebc214daa46b2668646770e7e964cc8 66 0.03/1.00 vMB 1,911
125,278 125,278 000000000000303b5f723f771ec926be3940f509ed2248054559f68f451a8428 49 0.02/1.00 vMB 1,582
125,277 125,277 0000000000003d956efaea5d5ecd7da7fc2a672e4051ca947957b4fa960d0e57 6 0.00/1.00 vMB 3,401
125,276 125,276 0000000000002cb9f2d791897f3e8641b48180553abf1f54bbf0ad97f85f48b4 14 0.00/1.00 vMB 795
125,275 125,275 0000000000001a81538af9c0ed6f6ec74ada5e9d5a547b1e9a6cdeb632f010c5 12 0.00/1.00 vMB 0
125,274 125,274 00000000000025bd632667afa10b3f0ea69f62fe033d9b6ccf169739437dd407 27 0.03/1.00 vMB 1,011
125,273 125,273 00000000000038b9d38dbab1115cce39be42ff3db63dd9c6f661eba7b0d70202 25 0.01/1.00 vMB 565
125,272 125,272 0000000000000f6a7ddffb20f8d677dd726d7b5726b8632cb2828d310a44ada0 60 0.02/1.00 vMB 1,747
125,271 125,271 00000000000008e05195d80d324250938802d3d15bca3508a21383d055c55484 1 0.00/1.00 vMB 0
125,270 125,270 00000000000015cf9665b0bf06ad94e8590f72105cc68420daabe1e6d5ca17df 29 0.03/1.00 vMB 1,171
125,269 125,269 00000000000003749ef864a64f26870616416eafa06eec5454c3265a1b54d5da 25 0.01/1.00 vMB 0
125,268 125,268 00000000000012a8f9f8045364155867029dcf2a4df296c0f23c97e83dc2cec5 10 0.00/1.00 vMB 0
125,267 125,267 00000000000030f50bf7da8b0f67dcdb10b453316803daa921b5770b81020e2a 4 0.00/1.00 vMB 642
125,266 125,266 00000000000023f0ebead5ac08e6ee4b3fe3e618e20b3e23f321bb54112bdd20 46 0.01/1.00 vMB 215
125,265 125,265 000000000000383770fcab3aba0b527dec681d024c083a80762965986a8e2087 29 0.01/1.00 vMB 288
125,264 125,264 0000000000001bb081d84103ed0bcda47bf63243c7033df4102594062de74864 48 0.02/1.00 vMB 1,241
125,263 125,263 000000000000090fb02d9ccd5b8318d02a34f119d81a0cc139a5c55cab1dd184 32 0.01/1.00 vMB 996
125,262 125,262 0000000000003c859d78a135debb13696f057505f2a470ef7b4248a781369acd 20 0.02/1.00 vMB 383
125,261 125,261 0000000000003c866fbcdef13275a963ad8c8783a2ef2e3e5a9c23407b78bba5 52 0.02/1.00 vMB 1,329
Previous 10 blocks ↓
Total Size: 781.24 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: 592.48 GB
    • Received: 9.65 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.