Loading Tool

Explorer IconExplorer

Memory Pool

81,680 transactions
30.93 vMB
0.07323898 BTC
Random Selection Loading Transactions
Max Size: 188.43/200 MB

Candidate Block

Mining Attempt 0df1602012fe0031a006d54a66e064ca5208bcbf82a849e9afbaef19b225a499
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root cf75adf2cab6a563501ad44b5f0c0c32c397beeee283d543780eeddbd8cdd992
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,354
Size: 1.00 vMB
Total Fees: 0.00672536 BTC
Feerates: 60.16 > 0.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (270,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,690 644,690 0000000000000000000df5381872e2e944e81846a62ecb2550d0560a3de947db 2,759 1.00/1.00 vMB 98
644,689 644,689 000000000000000000099da7280b2eec53375df680e08c21bb379e14d80daf95 2,811 1.00/1.00 vMB 90
644,688 644,688 000000000000000000065b9786cd5ae26d932d0540d86e3a990629b56ea8dcd2 2,470 1.00/1.00 vMB 74
644,687 644,687 0000000000000000000f7e37989f3420d2b2390f2bec519272a63847ab0079bf 1,630 1.00/1.00 vMB 45
644,686 644,686 0000000000000000000b32076eb16bfec0951d954efee7d2fcf6358cc0ed2ae3 139 1.00/1.00 vMB 5
644,685 644,685 00000000000000000008d9c21c83a2ab5384568ca3fb7180381449f6e139e87e 869 1.00/1.00 vMB 25
644,684 644,684 00000000000000000004734c4bbace84afd3308471a448dc6e56dade2697b227 1,506 1.00/1.00 vMB 20
644,683 644,683 0000000000000000000dae86ba523a45ab75baf3bc2edead34ffea809ee98549 2,321 1.00/1.00 vMB 56
644,682 644,682 0000000000000000000a151bd9374247c11e9be5a67c41f9cf00a0d59d3fe9da 2,220 1.00/1.00 vMB 70
644,681 644,681 00000000000000000003b989ffb0c0bbf1f3237863133b95f1395ca483949e96 1,696 1.00/1.00 vMB 19
644,680 644,680 0000000000000000000fd2c82a0ec9966ce891196907a0042802a9359960f235 1,750 1.00/1.00 vMB 59
644,679 644,679 0000000000000000000a2cbb1ad4ede9ba9fb8ff213928cf77c5a566000d0316 2,500 1.00/1.00 vMB 72
644,678 644,678 000000000000000000025adecb3a707f1abbe96c485a4536ef6d4b48bb473e74 2,669 1.00/1.00 vMB 85
644,677 644,677 0000000000000000000befda2dc5660780cccb2160e2d3f5755dd45f9318f35a 2,365 1.00/1.00 vMB 79
644,676 644,676 0000000000000000000c4cd96f9422e0dfc8fe0bb0d314ae7536dd237f9c163b 1,857 1.00/1.00 vMB 88
644,675 644,675 00000000000000000001a283311d5d1033c646b47b99a82d0e618e39ebcbe1a8 2,213 1.00/1.00 vMB 30
644,674 644,674 00000000000000000004c614104baf4767342a10ec2f83164e32e30fa3556d77 2,045 1.00/1.00 vMB 56
644,673 644,673 0000000000000000000813c88f2d3e20c8537936db2cc221c72876ddaeabf6b0 2,259 1.00/1.00 vMB 52
644,672 644,672 0000000000000000000aa714a8e6b2a746383d3553c202079db1e1a1f5c9684b 2,550 1.00/1.00 vMB 102
644,671 644,671 0000000000000000001020711fe633cecf75dae21deca4a5a5e9a23fb1e5511b 2,396 1.00/1.00 vMB 143
644,670 644,670 0000000000000000000f21fd29c6d22041a70a76082af6942ac793dac1a256b3 2,583 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.72 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: 705.08 GB
    • Received: 16.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.