Loading Tool

Explorer IconExplorer

Memory Pool

87,276 transactions
32.87 vMB
0.13392868 BTC
Random Selection Loading Transactions
Max Size: 199.71/200 MB

Candidate Block

Mining Attempt d0afbac2a04838c5c8d824e83840b777349775df249bcb6886182986df664b30
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 80d7bd42f0b479a374d78fe3958e3438dac1d9df2a1c7461f7065f713d48fda7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,736
Size: 1.00 vMB
Total Fees: 0.04843296 BTC
Feerates: 300.16 > 4.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (236,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
678,368 678,368 0000000000000000000b06224e4095d0cfd744289c138ddae5a40e4acb5dd7b2 2,925 1.00/1.00 vMB 86
678,367 678,367 00000000000000000003e97191d04bf726abcc6e4fb54f591c69b7a3fa3ba88d 3,131 1.00/1.00 vMB 111
678,366 678,366 00000000000000000000cd0232f94f5f01d5b89224da1c0a48941d81dbcd9163 2,919 1.00/1.00 vMB 91
678,365 678,365 0000000000000000000ac345634104e56ad29929b836677a9ff03ec4aa469fe0 2,929 1.00/1.00 vMB 87
678,364 678,364 000000000000000000012536f726e093b68d0c388de9cd5451e7da155732e5bb 2,941 1.00/1.00 vMB 84
678,363 678,363 00000000000000000001fd52cf6216b95f7e6368a93f2b099f95ebe1dca31447 2,585 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.