Loading Tool

Explorer IconExplorer

Memory Pool

76,222 transactions
28.82 vMB
0.07178634 BTC
Random Selection Loading Transactions
Max Size: 176.17/200 MB

Candidate Block

Mining Attempt 9c5706b177b3da4d09dd7e6e914f4ad37f5a9eccc57c36d1ff0338d478aa1516
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 709c9c05ff738660474e361b44a3d431722d9ab69ddb19eb8e69076a9d416efd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,872
Size: 1.00 vMB
Total Fees: 0.00900707 BTC
Feerates: 104.17 > 0.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (421,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,106 494,106 000000000000000000bf5de9c237659a1213ad80321b8f85561e0d2e9c675d80 2,018 1.00/1.00 vMB 588
494,105 494,105 00000000000000000019f00ebf826e26f1813e219ce30dd65d582263f85d299a 2,741 1.00/1.00 vMB 802
494,104 494,104 000000000000000000358fdc104645be7973bbeb41f73057a5b16efb26f03d55 2,761 1.00/1.00 vMB 1,001
494,103 494,103 000000000000000000337f4187743b47db53881268a92a33a941f57e59698ace 2,495 1.00/1.00 vMB 898
494,102 494,102 000000000000000000269f16804b6f5b2104505e4f7d901eafe077f1c9e7ccf3 1,803 1.00/1.00 vMB 581
494,101 494,101 0000000000000000001e5718e2ca641ce9705e44cd88e562ee0fb098c8b662c0 2,834 1.00/1.00 vMB 844
494,100 494,100 000000000000000000489ebdd4638596fb2173feb0eb40b97e807a115762db2f 2,860 1.00/1.00 vMB 787
494,099 494,099 00000000000000000051bd8c9fd67e06d92a3501c8d711fdc98b17cce6ce28eb 1,500 1.00/1.00 vMB 629
494,098 494,098 00000000000000000096a96a5b45552b896cba0ca58a8348871d3e4e21c3f03c 2,182 1.00/1.00 vMB 775
494,097 494,097 0000000000000000003dfb3b2741ad7f5964ba6e044cf03f730d190a9b5d3c1a 2,495 1.00/1.00 vMB 848
494,096 494,096 0000000000000000000b14ce7d4e3e840072c30c8e2f2f3849a0ee6b294f42ca 1,977 1.00/1.00 vMB 612
494,095 494,095 000000000000000000a1a152840623298a0215f8d7b511e007bd43f3455171dd 2,444 1.00/1.00 vMB 720
494,094 494,094 0000000000000000008d58bf8a2fae3d989828ef857f652b434142faef97e0e4 2,050 1.00/1.00 vMB 666
494,093 494,093 000000000000000000392506ec2dc3801e61879c5dc030281fd032ec981632f0 3,050 1.00/1.00 vMB 790
494,092 494,092 0000000000000000004fe938b068af09668029a0c778d53b2f267fef764a15b8 2,497 1.00/1.00 vMB 826
494,091 494,091 0000000000000000003ec27d22df42f716674fea9423ae1c8fe0fa33137ef97a 1,483 1.00/1.00 vMB 368
494,090 494,090 0000000000000000003be9fe1f12b0c2a160138224da3645ad63e6a467bc4750 2,259 1.00/1.00 vMB 797
494,089 494,089 000000000000000000c6dc94534ae83f2d2d971edd380adfde52b80d85165050 2,669 1.00/1.00 vMB 823
494,088 494,088 0000000000000000001039f44bef1ded2d70c767b64a1eb6b5b78a96f03cf019 2,064 1.00/1.00 vMB 972
494,087 494,087 0000000000000000000461c8ade44c6fc15ff21e26cf2aa759f89babf993413c 2,667 1.00/1.00 vMB 572
494,086 494,086 000000000000000000271404c4120dd6f5b685002e3eff63c4476309eac560b9 2,597 1.00/1.00 vMB 922
Previous 10 blocks ↓
Total Size: 782.82 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: 710.56 GB
    • Received: 17.08 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.