Loading Tool

Explorer IconExplorer

Memory Pool

43,920 transactions
29.99 vMB
0.09906835 BTC
Random Selection Loading Transactions
Max Size: 153.58/200 MB

Candidate Block

Mining Attempt b2cbd9b942a467fa21329f3221e3bf37a39d5c6fc2a2c310b34578f451997c83
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root eccbb1918d70552bca197a39722f6781be494af548bd9a1a29d32f84e7f9eb7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,336
Size: 1.00 vMB
Total Fees: 0.03860938 BTC
Feerates: 101.65 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (331,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,382 583,382 0000000000000000001ead53adf12f114eeb609edd79aea49caa9ae1b4e53a54 2,956 1.00/1.00 vMB 117
583,381 583,381 000000000000000000040a5bda2ae8c9336c205333c805c7a1cc335816869356 1,780 1.00/1.00 vMB 47
583,380 583,380 0000000000000000000dabf07bd8150616eb784e6498e2e8cc5b1bcfc706b4bd 1,443 1.00/1.00 vMB 90
583,379 583,379 0000000000000000000a18eecd1b2a4be9c78e57c025fbfec13ebfcd9eacdfd6 2,543 1.00/1.00 vMB 80
583,378 583,378 00000000000000000008d5647f4a55ca66c711ade252d145c73bb7dc7aaa89c7 3,437 1.00/1.00 vMB 107
583,377 583,377 00000000000000000009efd07dfde1061780b6e21456819d1aecb4cd08e35288 2,595 1.00/1.00 vMB 76
583,376 583,376 00000000000000000019e1dce99f33804cf76e71b9b934dd55917213e93de80a 2,284 1.00/1.00 vMB 69
583,375 583,375 0000000000000000000b791c2693905e8f4d1c86130ab21b0d0a793828b9abb2 2,015 1.00/1.00 vMB 104
583,374 583,374 000000000000000000120f90238928e0df9023404c3b8852e5cbde4623b9979a 2,692 1.00/1.00 vMB 111
583,373 583,373 000000000000000000173bf86c8442752100402c31a508e8805a537ed82dd12a 2,268 1.00/1.00 vMB 45
583,372 583,372 0000000000000000001420f0b2aed727ea64b93df8f0d0ba2ae27d87baa68aaa 2,780 1.00/1.00 vMB 54
583,371 583,371 00000000000000000020a14c745ad00b0ebd04a52299de21406ad2a13cfd7047 2,693 1.00/1.00 vMB 96
583,370 583,370 00000000000000000012c3ba46d0237cb2fd1d1b37deac48c982007381a7f88a 1,808 1.00/1.00 vMB 94
583,369 583,369 0000000000000000001c8b563a21c6d33d61ba1a46a4cbecad43b7f719822600 579 1.00/1.00 vMB 96
583,368 583,368 00000000000000000002fcc37527babd2cb9abb112f1449548b4655878e5539f 2,989 1.00/1.00 vMB 99
583,367 583,367 0000000000000000001c8d1fee03d9be0c0e5a4621de887ab80fe2ab73896a73 3,233 1.00/1.00 vMB 132
583,366 583,366 0000000000000000000d0c02c8326208b156bcdf5a44fb24690510dcbc1b159c 2,543 1.00/1.00 vMB 60
583,365 583,365 00000000000000000022dccdaf1729d03a59a2c5a74ab719b31eb98a9bd32afa 3,169 1.00/1.00 vMB 75
583,364 583,364 00000000000000000004f82754603e56e6cea20d3cffcf68b30cc3a3de8432fe 3,464 1.00/1.00 vMB 64
583,363 583,363 000000000000000000013e95b74b162e95474d5a7ed1012ec90fa9cc877de478 2,651 1.00/1.00 vMB 108
583,362 583,362 0000000000000000000208ba53d31733452cf89414baaaff2ace544eb37c67c6 2,569 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.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: 626.64 GB
    • Received: 11.69 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.