Loading Tool

Explorer IconExplorer

Memory Pool

78,546 transactions
29.82 vMB
0.11606097 BTC
Random Selection Loading Transactions
Max Size: 179.16/200 MB

Candidate Block

Mining Attempt baf97d75e4b3740f528c2819554e9b9f1348d5aabaff0031d698202c59be5200
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root d56d0d8aac217263e881b7759c5f3b4d65e160dcfa77820e35ac44407ab6320d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.03482120 BTC
Feerates: 673.02 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (236,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,389 678,389 000000000000000000033b695011f4f7cf63df49f7a303787d8486906d74fc87 817 1.00/1.00 vMB 94
678,388 678,388 00000000000000000004651de3e07c4967b48e0ad09bb14d05d221e5e4adbf19 1,581 1.00/1.00 vMB 101
678,387 678,387 00000000000000000000af8aa24bc8bcb9c2386719a5f555b614e245de736980 425 1.00/1.00 vMB 75
678,386 678,386 0000000000000000000644d12d3df5b3c9cf39b19959bec43dc5e3e7c4ffa36a 915 1.00/1.00 vMB 77
678,385 678,385 0000000000000000000964dbe4d9f671aaf7a4d28356c139fb025ab3cd92413f 2,671 1.00/1.00 vMB 87
678,384 678,384 000000000000000000039296bc9a47eaf6a7c3eb53f51538bf8a3a816248707c 2,538 1.00/1.00 vMB 92
678,383 678,383 0000000000000000000052c5f6ce9f254d619c5c132fcfd18bf7d25a2b32c5a6 2,787 1.00/1.00 vMB 81
678,382 678,382 000000000000000000083ec8ee6deb29b2cadb1918dd6a32c2abb1d058273dbc 1,594 1.00/1.00 vMB 96
678,381 678,381 0000000000000000000655bd0426f834f6160e6d6b4fc1b091b5d45f07866de5 2,890 1.00/1.00 vMB 111
678,380 678,380 000000000000000000022b6a3e444bb544e2a6e31bfbc840eae8de39bd1c8149 1,942 1.00/1.00 vMB 89
678,379 678,379 00000000000000000002a4e391d3344fd27d7fbeaade2c50d8e8acd78a97551d 1,224 1.00/1.00 vMB 97
678,378 678,378 000000000000000000052bd35e935753e57ab9b2d5c7c650c8a6486b24028918 2,010 1.00/1.00 vMB 103
678,377 678,377 000000000000000000027c850ef2d73453e174a25db3720d045f79e6a0dd11e8 1,672 1.00/1.00 vMB 97
678,376 678,376 00000000000000000009a4116ca0b01b7c80820aac6882c2c24e0cb831810b05 2,928 1.00/1.00 vMB 119
678,375 678,375 000000000000000000052667e9baaf4c7e6633799d01c3d816c6d741d5fc9b87 2,670 1.00/1.00 vMB 103
678,374 678,374 000000000000000000009b9a8b575b1d1dfb9496065586f9eee1b49e0630a7d8 3,175 1.00/1.00 vMB 79
678,373 678,373 000000000000000000028582ab23cc410e4be00d463ad42625aee240dbf2f720 2,935 1.00/1.00 vMB 84
678,372 678,372 00000000000000000001cea987dd9ba896cc7103fc82b92246398b51c4683375 2,960 1.00/1.00 vMB 87
678,371 678,371 0000000000000000000a8fa35c71d3d8936d702391b84a937e5707f160ff8bae 2,165 1.00/1.00 vMB 103
678,370 678,370 000000000000000000051e7da051c01fa9f6b6e0591c8326979efbee04dc2dc9 909 1.00/1.00 vMB 94
678,369 678,369 00000000000000000003ab1a8121177aed95ba0d757868bdb2404da48d864f78 2,733 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.