Loading Tool

Explorer IconExplorer

Memory Pool

44,153 transactions
26.45 vMB
0.05744259 BTC
Random Selection Loading Transactions
Max Size: 139.55/200 MB

Candidate Block

Mining Attempt 1ae1ac4f22689842186b7f8c39d33942b4910b731f62b58843318b9caf3b72bd
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root 465d1f1c71010ae9bcc4923a74cc0207f42d9b2afb48e022662df4a311d9b407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,466
Size: 1.00 vMB
Total Fees: 0.00902412 BTC
Feerates: 40.21 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (270,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,434 644,434 00000000000000000000fd7bfde61ceeda97bc3f5100da34254b07ce0ced07eb 2,420 1.00/1.00 vMB 148
644,433 644,433 0000000000000000001070a4aad52cbacd5bdfb7220bd3723c7b067dd2f4ae45 3,137 1.00/1.00 vMB 173
644,432 644,432 0000000000000000000edcd332e1e90bce0242d221700170ca2db1b6b503013b 2,537 1.00/1.00 vMB 95
644,431 644,431 00000000000000000004cf5fe3a73611b0fbffc16340f6795c2ae3bb816463a9 1,506 1.00/1.00 vMB 130
644,430 644,430 000000000000000000072a487db9860acc11cc5840b97dd8ced399d3ca28d6d4 2,467 1.00/1.00 vMB 146
644,429 644,429 0000000000000000000f9beac5c5470e01c5f578d33f0270ff66f5b47a7a37cf 3,093 1.00/1.00 vMB 171
644,428 644,428 000000000000000000048f577e445fb58462f8b6663109fb1b3186bdf6618005 818 1.00/1.00 vMB 112
644,427 644,427 00000000000000000009193fcb2bd850a1190b238aa12b09d4ec071aa8997fbb 177 1.00/1.00 vMB 97
644,426 644,426 0000000000000000000907b6e0b5240991a085cad5b7246f708f500b328b971f 1,811 1.00/1.00 vMB 129
644,425 644,425 00000000000000000000a762e8a9c14a002df0daecebe7dbb1311562403f9cde 1,716 1.00/1.00 vMB 103
644,424 644,424 000000000000000000053f3382da9aa87c983c34639f6f35c8fb0d30726ed261 2,577 1.00/1.00 vMB 108
644,423 644,423 0000000000000000000ff71e3520975c48519a4d6a49e050cddf734d19370a99 2,887 1.00/1.00 vMB 134
644,422 644,422 00000000000000000007797d05068c1e71941a1ef573a0b88c903c68a8a9f7d6 2,925 1.00/1.00 vMB 164
644,421 644,421 000000000000000000018c9d6cb5eb5c2ede6725ce90558a1f2bd83b44953782 2,608 1.00/1.00 vMB 139
644,420 644,420 0000000000000000000422d744369a540fdb9610c4bed9c0ed8dd368d83d2306 2,710 1.00/1.00 vMB 125
644,419 644,419 0000000000000000000a55eed629ec2e683a41d0b008dbaad90df51d2ca60c53 2,755 1.00/1.00 vMB 163
644,418 644,418 00000000000000000000cfcb6badda2d6080b382e44d0de3263ec4e4e69c3ab6 2,997 1.00/1.00 vMB 139
644,417 644,417 00000000000000000001778f271d95a6ea476251ab0c864b8bcb25356c6b344e 2,630 1.00/1.00 vMB 131
644,416 644,416 0000000000000000000dd6934610743f8b3e42f05724c0f4d8ea9d22fbf48fbc 2,617 1.00/1.00 vMB 134
644,415 644,415 0000000000000000000fb6a9cc8955fd0f957b3bc961ac674b0e8a2f8a0d0083 1,538 1.00/1.00 vMB 135
644,414 644,414 000000000000000000104e2b6440f8f31d44ee705071e57986fd9c5cba7b78cf 2,421 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.