Loading Tool

Explorer IconExplorer

Memory Pool

78,141 transactions
28.96 vMB
0.07021162 BTC
Random Selection Loading Transactions
Max Size: 175.74/200 MB

Candidate Block

Mining Attempt ac2087ecdfd58886961a38edb294584e2e4102766f07281ebdd76be03ebae791
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root 3df45577e7e83a6b69ebf23ab2e32b841bd6b1738d29e22ef218daee55f89f43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,519
Size: 1.00 vMB
Total Fees: 0.00971380 BTC
Feerates: 149.20 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (344,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,272 570,272 0000000000000000000d336199247bda6b2e93a0c489562b17f342ee9e68d4e1 2,644 1.00/1.00 vMB 47
570,271 570,271 0000000000000000002bd616d7d2de6943ca15e51f0535f118591c2c52483769 2,661 1.00/1.00 vMB 72
570,270 570,270 000000000000000000015c449591d22353c533551e2b4f3c4ed35d2da0ec3288 2,701 1.00/1.00 vMB 91
570,269 570,269 0000000000000000000edd81e81c6a20c12453398888e121e09b2408f440e49b 2,543 1.00/1.00 vMB 19
570,268 570,268 0000000000000000001f8ad054ae1d52a7b70bb46d79ab973b678be2348a2758 2,272 1.00/1.00 vMB 34
570,267 570,267 000000000000000000120b46f88c2f99a2632089f4f2143e390d9909f6eb6236 1,980 1.00/1.00 vMB 87
570,266 570,266 000000000000000000220090ee6dcafcf12e5c61da3bc44388dc2924b60882bf 1,715 1.00/1.00 vMB 42
570,265 570,265 000000000000000000113385426d109341902afae5d37d8ffa290c3af9864d2d 2,258 1.00/1.00 vMB 107
570,264 570,264 0000000000000000000c588d4e85190b210b8ffcb72072d4bbde63e62405eaa9 1,989 1.00/1.00 vMB 35
570,263 570,263 00000000000000000004e473804234dc38515883f3b3130f6b8c923cbc1d9677 2,130 1.00/1.00 vMB 13
570,262 570,262 0000000000000000000a380f102dcaefb81bc42a8358ce82e8d12e69ba11e96c 1,893 1.00/1.00 vMB 29
570,261 570,261 0000000000000000001af7a7f772865c4d81fca66d78a445c5d35929fa6d1c90 2,577 1.00/1.00 vMB 112
570,260 570,260 00000000000000000011f56209d04df1de5bbe5df2abad0bc055e529a9a8fb5f 2,934 1.00/1.00 vMB 54
570,259 570,259 00000000000000000009adca8daefe78a57d16163039b9f0f78cc6da3f5ebc2c 3,909 1.00/1.00 vMB 25
570,258 570,258 00000000000000000008888d5d2a71622ff6cc7587d7be2296f7df0f4b499e63 3,031 1.00/1.00 vMB 44
570,257 570,257 0000000000000000000d5af8d5fbe2cfa37c2ba6e59b77ead968d8461dce6c61 2,423 1.00/1.00 vMB 50
570,256 570,256 00000000000000000015e58b125a755baeac08c31d7b4238e7c1dd122276615d 1,553 1.00/1.00 vMB 17
570,255 570,255 0000000000000000001467db2c100abab1d835605cf90c459f03f7d6fe4721e6 1,775 1.00/1.00 vMB 40
570,254 570,254 0000000000000000001fa5ad482580b0f03013827b05aaf399a171ef5b3fc824 2,527 1.00/1.00 vMB 64
570,253 570,253 00000000000000000006c02eac3a8138942680816545ed946501b0e26bc6662b 2,847 1.00/1.00 vMB 94
570,252 570,252 0000000000000000001ad760093ec0f984333c286be69f3d2d7a2267d7a86f9f 2,885 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.