Loading Tool

Explorer IconExplorer

Memory Pool

87,952 transactions
32.60 vMB
0.25004483 BTC
Random Selection Loading Transactions
Max Size: 194.81/200 MB

Candidate Block

Mining Attempt fa72af8fe28c9b1e0782faed550dd1f16cc704e6fd9d37e3a2a1b1d828217baa
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 592d84b0a41eeba43d5829c73e80bf2e7b1d55d7a042159e6a1f990292d46e58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.11060983 BTC
Feerates: 538.26 > 11.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (531,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,464 383,464 00000000000000000da2902ec7d560ee65fd704f8e50234721382447a528ecd9 190 0.12/1.00 vMB 21
383,463 383,463 000000000000000008794c80e46cf4a3e378cec3538d9495f1ba33e6a907bd64 133 0.20/1.00 vMB 10
383,462 383,462 0000000000000000051ca3ee3a6846bf72541d3114425a0f5c34d70f4d23dc0d 2,390 1.00/1.00 vMB 40
383,461 383,461 0000000000000000050b277cda836519f2d55d8b8ffeeb695beb91e9bc274789 377 0.20/1.00 vMB 32
383,460 383,460 000000000000000004296503c506be1bd925e083e8f67634d186e8b0fa700ab9 353 0.25/1.00 vMB 20
383,459 383,459 00000000000000000e596815e614e13ce19d8b6aa2b653a771dbd0e454ac2510 1 0.00/1.00 vMB 0
383,458 383,458 00000000000000000e2cf6b25e5e6ae21dfbee490e6579dd458acd220f672cce 468 0.25/1.00 vMB 30
383,457 383,457 00000000000000000af1c82f6c46b80fec84a1665959e18a114ebd26140e95b4 1 0.00/1.00 vMB 0
383,456 383,456 0000000000000000005778f2c3564e06d5fb0246803da48d28ac5cf47b1160b0 1,637 0.78/1.00 vMB 34
383,455 383,455 00000000000000000dbcc4a38fe716ed656e1184f4f262a9c40046866306e19b 880 0.67/1.00 vMB 21
383,454 383,454 00000000000000000c80f2f8e32702db844f4acdfceff5df693feed1f86b1bb0 255 0.25/1.00 vMB 11
383,453 383,453 00000000000000000f9a76852169679e797ecc9ef5fa34dd9d92a307aeee3571 2,232 1.00/1.00 vMB 42
383,452 383,452 00000000000000000a47dfcc23ec32dc35b8965a5dbe7e6f9454483b87a0e66f 1,860 0.81/1.00 vMB 34
383,451 383,451 0000000000000000027c228826ff863a7c25d718cf0aa2b8b1a970c1538321f3 1 0.00/1.00 vMB 0
383,450 383,450 00000000000000000b29d734b44056add99e56d8dffcb01988b7bfcd9b0bb2c5 268 0.38/1.00 vMB 12
383,449 383,449 0000000000000000019dca82c0f1fbb36c1d16b6140500880f7d64391add5aa1 1,111 0.46/1.00 vMB 35
383,448 383,448 00000000000000000db31fae1096afbfdd319f964bc28955ccef75c336c0273f 894 0.40/1.00 vMB 32
383,447 383,447 00000000000000000bafaaf880bdc71468b840b95423e25464c3cc183a5da3f8 538 0.30/1.00 vMB 26
383,446 383,446 0000000000000000033f7db72d64abbed87970cc412536194f78b8d76f7ecc13 444 0.28/1.00 vMB 25
383,445 383,445 000000000000000007adbbb34d5e194ffd83b6e0ec9efa9c61970eed2f6893a6 942 0.53/1.00 vMB 25
383,444 383,444 00000000000000000e9f562979be4aba61bb57fa6e6b9dbd41bd1ba1b41db666 698 0.39/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.