Loading Tool

Explorer IconExplorer

Memory Pool

40,577 transactions
29.01 vMB
0.09486219 BTC
Random Selection Loading Transactions
Max Size: 147.66/200 MB

Candidate Block

Mining Attempt fd83cac0b3149a53f6a0d5007f069f34fd2d8b4a1a2f982294265cb223002876
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root 8add96836344ed71915d3536cc27e8fd4029eab2a3a7192139f725c8a591f823
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,734
Size: 1.00 vMB
Total Fees: 0.03829682 BTC
Feerates: 101.65 > 3.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (455,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,669 458,669 000000000000000000a2150c7975baaa62efc3e8451f48b2d252ae86f1c1537f 2,103 0.99/1.00 vMB 161
458,668 458,668 0000000000000000018dfa9cb55f8ff197d547677e58045c9246507e4033c6c4 2,118 1.00/1.00 vMB 180
458,667 458,667 000000000000000001db3d84b0c2e57e8f3e6f923e14d82c23ee7624caf4356e 2,378 1.00/1.00 vMB 212
458,666 458,666 000000000000000000dc0c3db88c14e0e7a3c8e2a341899856a88b207d77637e 1,676 0.90/1.00 vMB 139
458,665 458,665 000000000000000001b057bb4fe51e69554abd7c295bdd41fbeb0e424614e94d 1,296 0.56/1.00 vMB 148
458,664 458,664 000000000000000000209a71e5905e6428f0f26bf7468e99bf0df93d9dcbff3f 1,370 0.75/1.00 vMB 156
458,663 458,663 000000000000000000cde3b8e4d30dfdd399b941394d2d78e6f8ec32f662810b 279 0.11/1.00 vMB 152
458,662 458,662 0000000000000000008628c8bca8fb9d0aef275b5da583d2e63eee54dea452e1 111 0.05/1.00 vMB 168
458,661 458,661 0000000000000000007ad0c6c8d0d55449ed535ec8a88646dfeabae082fbb90a 1,042 0.74/1.00 vMB 76
458,660 458,660 000000000000000000eae4aa1a6cff591840c721b14a958a85f45ef0ccb5eb7f 369 0.18/1.00 vMB 190
458,659 458,659 000000000000000001641caa1dcec1d45540ab6038cbe4dd31277c244f66934b 2,055 0.80/1.00 vMB 156
458,658 458,658 00000000000000000204ab2925b30ec556d5ddc523bc76dffd6ff53349d090aa 760 1.00/1.00 vMB 39
458,657 458,657 000000000000000000af128594f1e6cfc8643620a2d9c05c5e68b2d1f00fe039 833 0.56/1.00 vMB 146
458,656 458,656 0000000000000000006a17020218fc8df1ca7722da4b52106716149c1949e44c 893 1.00/1.00 vMB 64
458,655 458,655 0000000000000000015a87d7004a3b6d498ac08bc9044f9bb8285b51683661d8 1,614 1.00/1.00 vMB 64
458,654 458,654 000000000000000000849e9b8bcdb84be3e2a1bbba7ef6442cc090d2cb0ad042 2,093 1.00/1.00 vMB 183
458,653 458,653 00000000000000000173362b84467d05504ab779ec619072ab278f51c769a15c 1,636 1.00/1.00 vMB 195
458,652 458,652 000000000000000000a27dffa60f4e564008760a1da52edf0c95d94da1accb83 547 1.00/1.00 vMB 43
458,651 458,651 000000000000000000b3fb47c4b3c4e8cfd4b055a500b2c10798792ccc977c63 1,664 1.00/1.00 vMB 93
458,650 458,650 000000000000000000f3e3b4aecf6cb59bfb0bd4bbb5aeb546afd95c52864d19 2,249 1.00/1.00 vMB 189
458,649 458,649 000000000000000002071db265fcc265bc124e1f9ce839c844ac91f56f7d839c 1,046 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.57 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: 622.64 GB
    • Received: 11.35 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.