Loading Tool

Explorer IconExplorer

Memory Pool

83,523 transactions
31.04 vMB
0.13908222 BTC
Random Selection Loading Transactions
Max Size: 187.23/200 MB

Candidate Block

Mining Attempt fd0e0fc7670ef84dfdc05877a0eba71f1fa2bf38d10582be376dd24adb420ec6
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root fe74ad802963ae065518cebdf02eb52e62b8a8bf5c1963ae55880d664c1b9a64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.07063356 BTC
Feerates: 366.60 > 7.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (240,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,592 674,592 0000000000000000000633624756ba6676a2b1a8e492137db4b3dd0f8771bdd7 2,566 1.00/1.00 vMB 67
674,591 674,591 0000000000000000000a29a9b3c0623d9461a9ecc52ddfc3951233e89a3962d8 911 1.00/1.00 vMB 103
674,590 674,590 0000000000000000000b89576b560df0b7c1a051a233ae9fb6f9c51805758a7c 2,371 1.00/1.00 vMB 69
674,589 674,589 00000000000000000000d6a4cee8f6e6ff9c82d292ad29615be1709954433108 2,102 1.00/1.00 vMB 31
674,588 674,588 000000000000000000087263273fd80c2300bce62a06889f80e493624928763c 2,858 1.00/1.00 vMB 57
674,587 674,587 0000000000000000000a6e0d680645c0523d1203bd70062c1fbb18596592cb68 2,413 1.00/1.00 vMB 39
674,586 674,586 00000000000000000001b8a783046101b8e9dbd77580219f76d4b2a86314b54f 2,221 1.00/1.00 vMB 96
674,585 674,585 0000000000000000000c46567f0233dd37e80167f2fbd8c0503b2fdb712b78db 2,453 1.00/1.00 vMB 117
674,584 674,584 00000000000000000003637f95f4da8ccbd0009a57fe345ea16b7f2788aa8026 2,287 1.00/1.00 vMB 28
674,583 674,583 0000000000000000000a98a1ac3fefa38b7ee93cf7237f164b294e81da8925d4 2,465 1.00/1.00 vMB 75
674,582 674,582 0000000000000000000142e01b0a7fdf98261abb7e4eb83bf410c16637b44223 2,835 1.00/1.00 vMB 64
674,581 674,581 0000000000000000000286eb95172d856a6c86a57acbe1207d4056532b5d5936 2,265 1.00/1.00 vMB 73
674,580 674,580 0000000000000000000537371ecbf484de17c91baa2498bde4311f6932dea80b 1,138 1.00/1.00 vMB 95
674,579 674,579 0000000000000000000826d80fb26e088c6cd00afed35add654b3acd2b30ed3e 2,835 1.00/1.00 vMB 71
674,578 674,578 000000000000000000021638f5024fcac7ba456ac28e57e6ae7bcb9883fb8a5f 2,307 1.00/1.00 vMB 35
674,577 674,577 000000000000000000074d0ea69c31fd920a61c3c490e04f0772d1344b701d82 2,437 1.00/1.00 vMB 26
674,576 674,576 0000000000000000000aaf5419bc2b6b02d03263b8f14aab2ed8deafe41fb52f 2,159 1.00/1.00 vMB 60
674,575 674,575 00000000000000000006522b354ccc3a7fab809b56592b595ca601bf9fcb0a6a 1,942 1.00/1.00 vMB 52
674,574 674,574 000000000000000000065b57766440ce3713c09b6fb7d5f7cf05d3e18cfb78ab 3,209 1.00/1.00 vMB 104
674,573 674,573 0000000000000000000328b6e69b4d833bb2333e5e97fc6ab5564ced11e92ab7 3,120 1.00/1.00 vMB 102
674,572 674,572 000000000000000000065cf0ac5e7b36c36e228a17b1093cd2630c9d52def5bc 1,037 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.