Loading Tool

Explorer IconExplorer

Memory Pool

79,375 transactions
29.97 vMB
0.07842936 BTC
Random Selection Loading Transactions
Max Size: 183.17/200 MB

Candidate Block

Mining Attempt 268ee35b579b6b66af20675b0248b71aa181016f46d20475e68b6b8be336126a
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 6d169d91462052b9adf76716162c54c875f16b7e9f635bf1bb3a08494f989645
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 1.00 vMB
Total Fees: 0.01196503 BTC
Feerates: 200.00 > 1.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (98,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,587 816,587 00000000000000000001f61a782f9b6895d15083c0702f8c03571961702a605d 4,931 1.00/1.00 vMB 53
816,586 816,586 00000000000000000003ab78e3d53694e35bce071b7ea3ebf8dd00eb7b06f70b 4,153 1.00/1.00 vMB 83
816,585 816,585 00000000000000000000165171d673838a9e941c68085ae171b87f116c5d02cc 3,686 1.00/1.00 vMB 84
816,584 816,584 00000000000000000001df19b0745046b9c9d6ef3e653620ed638e300bd20240 4,605 1.00/1.00 vMB 62
816,583 816,583 000000000000000000004c07a40dbc9422d34b9d735d098048c2ab652133c290 3,088 1.00/1.00 vMB 96
816,582 816,582 0000000000000000000421081a710d4a92bba8206a1daa281e5be9749763b864 3,239 1.00/1.00 vMB 127
816,581 816,581 000000000000000000021ea196ac59b40496da39bea7d81ac7a7d8aff378881d 4,597 1.00/1.00 vMB 59
816,580 816,580 000000000000000000007e886ed5de2545cd7666149e969369249ad0943e4008 3,732 1.00/1.00 vMB 61
816,579 816,579 0000000000000000000367ce4cafb180a0476eef3248431156d427bb8ecf8dfd 3,272 1.00/1.00 vMB 94
816,578 816,578 0000000000000000000044179c0c7cb5feccbc9fce34e83a74e864a5407e9fea 2,922 1.00/1.00 vMB 79
816,577 816,577 00000000000000000002c8a61ab687712659fb1eb0dc29e94d82fd73fd76a395 3,561 1.00/1.00 vMB 92
816,576 816,576 000000000000000000026235ebaaa3dfbeaa42479b186df41c17241f1ec72da2 3,738 1.00/1.00 vMB 94
816,575 816,575 00000000000000000001a7850adc42f847bd74c8b7b10f16b8f8c5e7b13f3e28 3,474 1.00/1.00 vMB 109
816,574 816,574 00000000000000000002635801e60d5076317a67750dbf7b74e6f80a3c2c0224 3,021 1.00/1.00 vMB 81
816,573 816,573 0000000000000000000000b3043c79c2e84cea7e4344ed7b549c91d000802d2e 3,064 1.00/1.00 vMB 78
816,572 816,572 000000000000000000044c6330992b3c73624424966facb73e57d4f2bd419e00 4,121 1.00/1.00 vMB 81
816,571 816,571 000000000000000000002e1e93aac36e858f4786e1dcd4031e6a00d8ee0fcf6b 3,500 1.00/1.00 vMB 89
816,570 816,570 00000000000000000001395a2891f508c36c34080d138de2f384d1d9fa9543b6 5,056 1.00/1.00 vMB 102
816,569 816,569 00000000000000000003c42f7cdc1f98220e4665e0c9f76066c7652e91dfce66 4,707 1.00/1.00 vMB 113
816,568 816,568 00000000000000000003d8dc7d87961cc02bccb10c652bf5cd4d7a379c80db99 3,449 1.00/1.00 vMB 153
816,567 816,567 00000000000000000003a7508c064374acbf9bdce371dfa4f569a26aa586070d 3,292 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 783.04 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: 719.68 GB
    • Received: 18.13 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.