Loading Tool

Explorer IconExplorer

Memory Pool

41,517 transactions
26.67 vMB
0.05503802 BTC
Random Selection Loading Transactions
Max Size: 139.85/200 MB

Candidate Block

Mining Attempt 62dd346d32fb7b06147d6705df1fcf61056efd5b1ea4c40c29beace1688448f4
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 206e1630e5973628042b7e579d2af988e6057e07ebc84dd560ed659966958859
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,732
Size: 1.00 vMB
Total Fees: 0.00575245 BTC
Feerates: 103.41 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (454,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,543 460,543 000000000000000000112adcaeb3082aaa6e2b6afcecaed2a51d760907500dad 2,925 1.00/1.00 vMB 127
460,542 460,542 00000000000000000145008a5458351774f7b68ccb700c65633fe28455a957c7 2,423 1.00/1.00 vMB 131
460,541 460,541 00000000000000000013545a447d51f27d2f294aba5239b35cf1ec43a53e58d7 2,485 0.93/1.00 vMB 131
460,540 460,540 0000000000000000019861fae42d2763f6bbf2c9bbd06d396ec3b2c2d8f6394a 2,590 1.00/1.00 vMB 132
460,539 460,539 00000000000000000159465f4e6b6bde85a7b23a6dbe7bf1ba3b727965e295c8 2,369 1.00/1.00 vMB 129
460,538 460,538 000000000000000001e7526647b7b10a515eff3c822d4a986b28ca691a425f57 1,843 1.00/1.00 vMB 144
460,537 460,537 000000000000000001e776f6263b23cd04401fad94fe297c756d737edd956f6b 2,507 1.00/1.00 vMB 209
460,536 460,536 000000000000000000fc0d295ec10cdde273e9ef01309ac59d52b472c3cf6b12 2,445 1.00/1.00 vMB 184
460,535 460,535 000000000000000001fa69e2f7bdd6efc244abf88aa3a5f0827a973e87f65381 2,286 1.00/1.00 vMB 161
460,534 460,534 0000000000000000021ebbfa54c56e2a23cdb43a97bee45caa938d6c9236365d 1,780 1.00/1.00 vMB 196
460,533 460,533 0000000000000000011efe2c9606cd09ff3ad7b672cfdb5b4076c3c560bd7ec7 12 0.00/1.00 vMB 1,282
460,532 460,532 0000000000000000019e9c9aabb4fa116425aefbc4fd518163d445b7f0f59958 2,216 1.00/1.00 vMB 159
460,531 460,531 00000000000000000129b7dc3e3938929e41739be157ed457c6dfc0e01d0dd9a 1,624 0.99/1.00 vMB 169
460,530 460,530 000000000000000001f9471f71d74770a4f428abba63f15e1b0f364370dcc277 2,032 1.00/1.00 vMB 191
460,529 460,529 000000000000000001e024fb6fa5b1b0d9929c2a5692ca376e49a2e0447cd27e 1,285 1.00/1.00 vMB 216
460,528 460,528 000000000000000001e623ae5aefd1950ba6f339957f2f0d566371bc0959e592 2,009 1.00/1.00 vMB 196
460,527 460,527 000000000000000001613d62611a792a443dcdc5f37f7bb4d732f27463ce39ae 1,055 0.99/1.00 vMB 209
460,526 460,526 00000000000000000109628c499d84606c2f0977ba59ac8a34d90da40d40d3e2 1,369 1.00/1.00 vMB 251
460,525 460,525 0000000000000000008e19c1230d1667bf40888b1213743603fe8de8f56e251f 1,005 1.00/1.00 vMB 87
460,524 460,524 00000000000000000028bf99e7cdc2ab93488b065bcdce04122ea8f779abac09 2,273 1.00/1.00 vMB 128
460,523 460,523 00000000000000000106634a7f03d76cd4db7e6da92611cfac4f37e27cfcf549 2,375 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.