Loading Tool

Explorer IconExplorer

Memory Pool

44,195 transactions
31.56 vMB
0.08788864 BTC
Random Selection Loading Transactions
Max Size: 160.53/200 MB

Candidate Block

Mining Attempt 09aa5bee9f49749bc74a2488debdf6e3596f0599b322ab11d36ca5df012d974d
Version 20000000
Previous Block 00000000000000000001135c66e10bab8bf4733a7e51d11a52d67a6548e511ee
Merkle Root 8ac01a0efb2be3ac646b2d49e4b078b29902f716763fdc456f2e7b314d970d43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,039
Size: 1.00 vMB
Total Fees: 0.02167525 BTC
Feerates: 101.36 > 2.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,457 (793,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,300 121,300 00000000000049870666a81076ce7d6b447491e598dae0954a14f83e5c021d7b 7 0.00/1.00 vMB 577
121,299 121,299 0000000000002549e83c9eebca9222501747d5dc2e9b4fff08cf3d0f541d3e8b 19 0.01/1.00 vMB 678
121,298 121,298 00000000000027def5ff590140b94dbc7d83db15555e125e6c58c3dd1eb157e0 10 0.02/1.00 vMB 1,748
121,297 121,297 0000000000003bf82a96f8bb4bd84d193008ea755930bbab7b2aa8e6f78032a0 4 0.00/1.00 vMB 0
121,296 121,296 0000000000007907bd1a639e072f8d6d612e879572be0a4c29c42294e4fbac96 17 0.01/1.00 vMB 0
121,295 121,295 000000000000080e9c504c1422531b8d49ab874f0db918850b54ed73c0561eae 23 0.06/1.00 vMB 1,156
121,294 121,294 0000000000001ddd7ce4d533ef5563ca73c8fa91ccf949da11a0227b413bb333 30 0.01/1.00 vMB 920
121,293 121,293 0000000000005e46a0b93d7c4ddfb9b59c4e869c32907411182a785fc85bff60 5 0.00/1.00 vMB 0
121,292 121,292 00000000000039049c83526d2da3c80e6d5cb08eeb8defe589b2c6b198a8c0b5 23 0.01/1.00 vMB 515
121,291 121,291 00000000000016bbda0c48f2f5eb9123e1c51bd9bea52167bd548e4cfca5d652 19 0.01/1.00 vMB 1,113
121,290 121,290 0000000000004a3ca33d1da1c2186b455987d31542911ef6faaed8baa0105e18 15 0.00/1.00 vMB 1,005
121,289 121,289 000000000000299267ea58eac30e78d524768c23ef21a051e032c35afd50d04a 16 0.00/1.00 vMB 1,039
121,288 121,288 0000000000008c5eab0c6f6164b910ba8f3f6dce9f735f525ad418b4a5487a4d 22 0.01/1.00 vMB 592
121,287 121,287 00000000000002b00780306def4a65aa60f8d12d1ef0ca660836c32d162d61a0 71 0.02/1.00 vMB 329
121,286 121,286 00000000000029fbf8981a6548648747cb34df76bffb15413f13cf87666d1c3b 29 0.01/1.00 vMB 832
121,285 121,285 0000000000003b14eb6be0af0000fc653ff2b8fe38a814d36a46dfa96226b657 38 0.02/1.00 vMB 564
121,284 121,284 000000000000451d2873580eefc5496b20c3d9553ffa67226bddbbf26db113ba 9 0.05/1.00 vMB 1,165
121,283 121,283 000000000000066cf04168234ef361d0e99560a28e26b2ea9919cdd8ebb32fbc 10 0.00/1.00 vMB 0
121,282 121,282 0000000000008833d8f5151574ad743de35b1de2d170a0025e67eb6ff15ee567 49 0.02/1.00 vMB 822
121,281 121,281 0000000000001f880e823beb76b5f40f512cc4502a10c416b4d59a7d66406125 21 0.03/1.00 vMB 439
121,280 121,280 0000000000004a39c86df74626540eee0c90fb9f5fed0a9c639826dcc3a39ee0 10 0.00/1.00 vMB 238
Previous 10 blocks ↓
Total Size: 781.42 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: 607.00 GB
    • Received: 10.62 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.