Loading Tool

Explorer IconExplorer

Memory Pool

40,600 transactions
29.04 vMB
0.09538520 BTC
Random Selection Loading Transactions
Max Size: 147.82/200 MB

Candidate Block

Mining Attempt 523563798651308d91888b6763743d80c3dd2d6120355e2e529eecae5c3c061b
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root 30e54b093a4ff752a2db5232569a531b7b9513f71fc1c399af37972529f10959
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,576
Size: 1.00 vMB
Total Fees: 0.03882519 BTC
Feerates: 101.65 > 3.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (444,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
470,088 470,088 0000000000000000002d73290c58d8822e3da9cc9153200dd92b17d01260ae74 140 1.00/1.00 vMB 52
470,087 470,087 0000000000000000017ef196db5fb9f79f1359d9bacdc58a112e63b07b859c7c 2,438 1.00/1.00 vMB 497
470,086 470,086 000000000000000000cdb79c326fcdae8fad8bcc449085384702a3de55f89aa4 2,119 1.00/1.00 vMB 575
470,085 470,085 0000000000000000011ce4ad8f353f04044eecb3dfd4bb89e6747fd79142f02c 802 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 781.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.64 GB
    • Received: 11.35 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.