Loading Tool

Explorer IconExplorer

Memory Pool

80,090 transactions
30.00 vMB
0.11096205 BTC
Random Selection Loading Transactions
Max Size: 180.17/200 MB

Candidate Block

Mining Attempt 02689a1117826e3f1f6362013ed29c8109597e2fb88266bbadbe0a658a93f62a
Version 20000000
Previous Block 00000000000000000000c28f97d0d0f6d7014302f0ff4cb1282347d049fef91f
Merkle Root 9b47872e0593899f5892e6a64bece4347da7814d9b61dce741b5d7c8e26d94c2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.03130895 BTC
Feerates: 200.00 > 3.14 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,593 (910,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,767 4,767 00000000a9c88d72a41ab7090d79b59e060997d6f8047cfc936e79509defa4c2 1 0.00/1.00 vMB 0
4,766 4,766 00000000f2a927f7bd0cdb22d92e29dad8b5e5324a88c406644b076d102f4f01 1 0.00/1.00 vMB 0
4,765 4,765 00000000941b0872fe8b25faf40e67bb37ab5aea35bb5247a46a7576368269f9 1 0.00/1.00 vMB 0
4,764 4,764 00000000a93f8d177929005f9ce8f0587bee33b91a52608416c142830af86b42 1 0.00/1.00 vMB 0
4,763 4,763 000000002353cb462f6b5df44370e63a1cb24e1a903302656001971a7dccf19b 1 0.00/1.00 vMB 0
4,762 4,762 00000000f900c5330ca5eb43cf2b544bfc8402a867da09d161cd7cb8844d7ee8 1 0.00/1.00 vMB 0
4,761 4,761 00000000a1f6c510c224a8eb71088e531b66381d64811fe726b33625bab3c36d 1 0.00/1.00 vMB 0
4,760 4,760 00000000af3ed9ecf0445622130a671fd697e7740084083d4e0c0cd217cb6543 1 0.00/1.00 vMB 0
4,759 4,759 0000000098fcc4e0227d5d7dcf7a2b16cc6fb29207c2c13e675d3d243f77a14c 1 0.00/1.00 vMB 0
4,758 4,758 00000000e4c19a39bb0c60a79fc5a0ff27d2d00757b0071ae683c322b42eeef1 1 0.00/1.00 vMB 0
4,757 4,757 00000000e4c4dd68c9b01657152de78cad5c6fafeb5f4687c68ef00f78b08956 1 0.00/1.00 vMB 0
4,756 4,756 00000000f7d6eac50de0ec710620edbe20c462cbb2a4fa2f170c8a28909bf0ac 1 0.00/1.00 vMB 0
4,755 4,755 00000000cfa68f53aa8ff725be603f359dff13e3849fc6ec84bc92dde2fd3232 1 0.00/1.00 vMB 0
4,754 4,754 00000000173774686b3dd817865084b11eec3f6c29a490c4dda13f3ff05c8a5b 1 0.00/1.00 vMB 0
4,753 4,753 000000005b44f14c9d8c2e3337fe41f2d75817da5ab5e82421e8274230691b09 1 0.00/1.00 vMB 0
4,752 4,752 000000003c3b1159155620e2d100c6d6b73e3482f81401cfa8472f7d071edc69 1 0.00/1.00 vMB 0
4,751 4,751 0000000018811d09202af6f163b2b91ccdf1a0489b436ca8574016ace633f870 1 0.00/1.00 vMB 0
4,750 4,750 00000000841ed80660098edf2d37f2052073ba4b0e8fab706c6ff51995658bc2 1 0.00/1.00 vMB 0
4,749 4,749 00000000e50a1938e72ec2938c39d7129a492a99ca05ff93c6561eaafd52944a 1 0.00/1.00 vMB 0
4,748 4,748 000000002fc610f960358ed65403b1548c41ba471546338ac799dd9a8f386063 1 0.00/1.00 vMB 0
4,747 4,747 00000000c92e5fd30b61569dc83e385e606e4629a695d012e60461a3f4d65a92 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.42 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.43 GB
    • Received: 19.87 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.