Loading Tool

Explorer IconExplorer

Memory Pool

35,399 transactions
28.07 vMB
0.05969814 BTC
Random Selection Loading Transactions
Max Size: 140.62/200 MB

Candidate Block

Mining Attempt d6a9f7ed1d6de9e02bab22c2f83aa76e3655eba25ac7cbafa1339e39f0c2ed33
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 27bea7b90c16665fa4e27635ef04fcfa0e43ff419d796dbe872552c8b2188028
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,878
Size: 1.00 vMB
Total Fees: 0.00594413 BTC
Feerates: 53.51 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (444,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,109 470,109 0000000000000000004dfd9dfc96375e9bb59e02f3608818221c02cb4ae5f59d 2,553 1.00/1.00 vMB 360
470,108 470,108 000000000000000000b8175a56e1e38194470f11726aaadc20c689462ea556d9 2,437 1.00/1.00 vMB 395
470,107 470,107 000000000000000000cb64c9becaf255610a74c7e119ca544a84b8fde0e36b07 2,497 1.00/1.00 vMB 385
470,106 470,106 000000000000000000c83905646d15539cb39a5d42f3dde638d6377efa87887f 2,568 1.00/1.00 vMB 439
470,105 470,105 000000000000000000ee30693847cfb06886a9ca5d002ad6751688e4e41ade88 2,057 1.00/1.00 vMB 420
470,104 470,104 00000000000000000020f04e3db2a7862fe547f5d507ab39cbf6982402e99438 2,418 1.00/1.00 vMB 438
470,103 470,103 00000000000000000094f338fdf19d99ed41bfa34b900b2eefc89c374dc1e9b9 2,347 1.00/1.00 vMB 409
470,102 470,102 0000000000000000017cb2aaf4bf78da56e7570844249dd70f7eaae2add943d0 2,479 1.00/1.00 vMB 433
470,101 470,101 000000000000000000d6cfc6ab1f097824d5f7059a38ce56c761150b9eab97e4 2,460 1.00/1.00 vMB 461
470,100 470,100 0000000000000000001ede418e31472aff3dfed697f30399d98d5ac71750b089 2,517 1.00/1.00 vMB 511
470,099 470,099 0000000000000000019e651d02ef080d595907d1e1de112db6dd3a0a4974cbe3 2,610 1.00/1.00 vMB 423
470,098 470,098 00000000000000000196967fd97f704f4f7e71f5026b69f0aa15cfbe770b5da8 2,135 1.00/1.00 vMB 439
470,097 470,097 0000000000000000014161e47f2daee70fae787dc40b7dc58ebaf2a3c2fee73c 1,784 0.99/1.00 vMB 417
470,096 470,096 000000000000000000c90dbcf28166429208f5e1ebbe5d4b1a831371327b5921 2,723 1.00/1.00 vMB 431
470,095 470,095 00000000000000000106e769ec1731be063fc49e5704d54b8d2da652e949e6ca 2,281 1.00/1.00 vMB 472
470,094 470,094 0000000000000000009d3bdbe7a3c6cf20278521484d716e9a725b175ba246d5 1,898 1.00/1.00 vMB 611
470,093 470,093 0000000000000000013f6681e5b1fe6c67354e91f588180a1e8da2b9ba8e0618 2,096 1.00/1.00 vMB 446
470,092 470,092 000000000000000000cb320982e13a0ac7dfcb06f3db7529ad5ab1f61496aef7 2,352 1.00/1.00 vMB 473
470,091 470,091 0000000000000000003196001924809868f338ee321ea4aaa760ed9d5c5b4132 2,287 1.00/1.00 vMB 504
470,090 470,090 0000000000000000011c14fced9f35546c6a64b1b78f52277564962edf7532dd 2,174 1.00/1.00 vMB 484
470,089 470,089 00000000000000000091086ac02ce3ed78896b59a0d4975c5b13b72d79f07453 2,261 1.00/1.00 vMB 511
Previous 10 blocks ↓
Total Size: 781.59 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: 623.38 GB
    • Received: 11.45 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.