Loading Tool

Explorer IconExplorer

Memory Pool

76,432 transactions
28.42 vMB
0.08314272 BTC
Random Selection Loading Transactions
Max Size: 172.48/200 MB

Candidate Block

Mining Attempt 554006aa3b011c1201dffcaf78d3b95d4cb2bb289bc00fce4338f3de4ea60da0
Version 20000000
Previous Block 000000000000000000005304b920c57207721ddd4d0c139fd52ef7ddb82f87f0
Merkle Root e41f54955e47c886c89fcdbcc325e0f9811200d1f25eafee21866e6689fe9c5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.02129515 BTC
Feerates: 446.64 > 2.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,606 (793,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,290 122,290 00000000000039f516278d55940f77b43081fc20cde60accf032641d2c9b8014 20 0.01/1.00 vMB 1,761
122,289 122,289 00000000000023573d5504babd1e66f64e052b71eb0f9880ca347661d493a84b 10 0.00/1.00 vMB 1,040
122,288 122,288 0000000000007916fee713ecb418ef409faf5ad681da020c334cbf863eb158f2 15 0.00/1.00 vMB 454
122,287 122,287 00000000000031f402497945af9ecaf6cbfe1271e52043074d2a727fa35064b6 20 0.01/1.00 vMB 818
122,286 122,286 00000000000015d92e420f04b33cd6c5bc3d9b5aa4d19bab293db35db22b39cb 5 0.00/1.00 vMB 1,926
122,285 122,285 0000000000008def2e5869d0a865f6e42bb670a193fdd5b6d359b945db22c8c2 18 0.01/1.00 vMB 180
122,284 122,284 0000000000001656e526a1919c3b439fdcdfeca42631d8f0a6cd9e778a167108 6 0.00/1.00 vMB 351
122,283 122,283 00000000000074e70144249f364f9169995e5b0b770f7e3e1150fa1c49dc9b6a 21 0.01/1.00 vMB 177
122,282 122,282 00000000000002a828bbcb299f5e08ea74bc57574f40f6c60606a088a36b1bc6 20 0.01/1.00 vMB 657
122,281 122,281 0000000000001f36de4f4bfbc19f281d6f921bf06a00d46ab3651faeea998409 18 0.01/1.00 vMB 768
122,280 122,280 00000000000082df5928514e64a59cff3f67f1b0d01da4f5d929f54e8c52248e 12 0.00/1.00 vMB 0
122,279 122,279 0000000000007905f23201b2f09df27a8acbbe38bbcf9c43985b00fe9453747a 13 0.00/1.00 vMB 1,899
122,278 122,278 00000000000036d8d8ff3d2a2ed375907cb4bb351c1fc2d10a84def2aaf0d1c2 20 0.01/1.00 vMB 513
122,277 122,277 000000000000098cf004857daebd8018f8bdcecc9983c9f6cb4e07dfbbe2c4bf 2 0.00/1.00 vMB 2,288
122,276 122,276 00000000000036f6f0ae0e5e9f700b31afde95cce5c1859a2531f12f7113fff3 15 0.01/1.00 vMB 636
122,275 122,275 0000000000007c0d50875024feb0082f7256fa7b565561ec4b56198b53e97a61 14 0.00/1.00 vMB 1,297
122,274 122,274 00000000000058da4e4571184cac3dd31c7b68ea1cf97124cb843d6b7f3783b8 20 0.03/1.00 vMB 1,147
122,273 122,273 0000000000004d94e726e7a0f69a291c9d30bb557dba4cda741b6ab1c5426f03 18 0.00/1.00 vMB 1,266
122,272 122,272 0000000000002c2aeb029f88501d29421c8a50fc2bdab3cf462151f06b7fc04e 61 0.02/1.00 vMB 1,461
122,271 122,271 00000000000036c273d3914cc32249552214b8fb5d7af611a1c51de585330b8d 13 0.00/1.00 vMB 710
122,270 122,270 0000000000006f7c89b45e61edccc2220b13d826af7741653c3c960462cfda86 18 0.01/1.00 vMB 944
Previous 10 blocks ↓
Total Size: 783.44 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: 770.79 GB
    • Received: 19.98 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.