Loading Tool

Explorer IconExplorer

Memory Pool

85,121 transactions
32.06 vMB
0.13040642 BTC
Random Selection Loading Transactions
Max Size: 194.48/200 MB

Candidate Block

Mining Attempt cc7baa2da6895d4ed8db9a6d746a50c19771af8e50fb3faf5dee42378364de90
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root c4ce8e7da0115f7f499e74cea600379b4f6db774c6e09e9c79d2fbf3d4de2c86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,749
Size: 1.00 vMB
Total Fees: 0.04127446 BTC
Feerates: 405.89 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (386,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,593 528,593 0000000000000000000fcb12fde41c0ec865495c9291a31899f79894fc1c2968 921 0.31/1.00 vMB 83
528,592 528,592 00000000000000000030dd25c8c69cc5ac07487f5db6a67a7a60f9bb969ed2a7 1,741 0.59/1.00 vMB 84
528,591 528,591 0000000000000000001adc2db73cc9dcb29adbf3326e2a9b2cb7d7126a779a3a 117 0.03/1.00 vMB 91
528,590 528,590 00000000000000000015d0b1476bcd7671b908c00b135ff40b1d59f7c23193c2 1,062 0.53/1.00 vMB 72
528,589 528,589 0000000000000000001ac0734206e186f9eb01f03158b89255b12a6713dd70bf 547 0.24/1.00 vMB 61
528,588 528,588 000000000000000000008abe7155a13115b68ee799ab72a7936c87f75b8ad32e 2,926 1.00/1.00 vMB 93
528,587 528,587 0000000000000000001690dc2e10d0a3d08208e11d6c94d30389b0b718013f40 1,323 0.60/1.00 vMB 36
528,586 528,586 0000000000000000000e0df34ad8b680babe4af6ffec704757f87a481684f79d 2,399 1.00/1.00 vMB 12
528,585 528,585 00000000000000000024a4602294cd3093d6be7a22e1dac7cc43ea849e372524 1,870 1.00/1.00 vMB 46
528,584 528,584 000000000000000000049f97b283a85ae02a5de7e34281353f6638f0fcaf550e 2,050 1.00/1.00 vMB 75
528,583 528,583 000000000000000000179cf625539dd33f2155d623d970df5d50f9873447e8d7 3,322 1.00/1.00 vMB 135
528,582 528,582 000000000000000000304170a7dbf35f4f618c3f7c7ec5e67a84e705c83029d7 2,535 1.00/1.00 vMB 109
528,581 528,581 00000000000000000012d6588dcfe7c2e1dddd2234f24285969b67bf90d2c913 933 0.31/1.00 vMB 73
528,580 528,580 0000000000000000002ef499962327a2edf492e0381762aef31dfd0f1c25a288 1,210 0.48/1.00 vMB 93
528,579 528,579 0000000000000000002c80886ecd7f04cacb2e34dd84846fc93f4349ca64a3c1 174 0.07/1.00 vMB 90
528,578 528,578 0000000000000000000a750f407e3c23a9e0b165285da70f2f7179e6e9703b8d 518 0.18/1.00 vMB 94
528,577 528,577 000000000000000000162beb77885a32b5f875eee97647541242e477d3c1b692 1,367 0.68/1.00 vMB 60
528,576 528,576 0000000000000000002dfb39bac1eaddf87f20d1b9987d4b29ecb64df3ccf2a9 1,254 0.52/1.00 vMB 95
528,575 528,575 0000000000000000001682041573ae1a26e6826b24fc878a0ff85132bdc0cd68 1,091 0.40/1.00 vMB 47
528,574 528,574 00000000000000000003f3df96e15a81cf3c3956bac1f075555d83dea418dcee 2,253 1.00/1.00 vMB 10
528,573 528,573 0000000000000000000970c16faaa1c2a15330f73f9c386c94d4baf9aa6b8c5f 2,967 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 783.06 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: 720.76 GB
    • Received: 18.24 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.