Loading Tool

Explorer IconExplorer

Memory Pool

84,878 transactions
31.62 vMB
0.09975284 BTC
Random Selection Loading Transactions
Max Size: 192.91/200 MB

Candidate Block

Mining Attempt b95a28d6318c7e97ab66feaa5b9bac9272da463b284a13baf43c838451e982a7
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 97c97e8bbcf5b469b53e16ce6d36e88887d2f81ba3da1ffa0bfe10fd61032350
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,504
Size: 1.00 vMB
Total Fees: 0.02596372 BTC
Feerates: 150.77 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (431,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,092 484,092 0000000000000000005c36745b3f50ba24fb6c8d3986b271b5063927452368bf 1,817 1.00/1.00 vMB 93
484,091 484,091 000000000000000000fc4226780d01f98a2057c40253472f99ea28cee4069967 1,939 1.00/1.00 vMB 157
484,090 484,090 000000000000000000eaa032104c0896f65d0cf48b3848e620338ad73c25a1d0 1,939 1.00/1.00 vMB 128
484,089 484,089 0000000000000000009f8d0de80ec64def33798fb1ca2ff7ff2fefb1cf9cc995 2,106 1.00/1.00 vMB 178
484,088 484,088 0000000000000000010857046947b64117f8d8abfe757abeaea1062b20e693bd 2,063 1.00/1.00 vMB 156
484,087 484,087 000000000000000000634ce735866ad8e2acdbd915bc3983f0ece9cb12984eed 2,276 1.00/1.00 vMB 238
484,086 484,086 000000000000000000ad71bd060efbb19015dd3aeab9a93bfe455d51e1fa6c6b 1,481 1.00/1.00 vMB 152
484,085 484,085 000000000000000000410cd36027e2a345bf097c2bc10b6e7e86b2790bf3bc23 1,391 1.00/1.00 vMB 162
484,084 484,084 000000000000000001284d2a7e60f14f4afe4ba6d3a781bd230d9a691f74b6d4 1,916 1.00/1.00 vMB 210
484,083 484,083 00000000000000000095902fbb6f14a65604f0a12d86365fa95b8f465ceff00a 1,711 1.00/1.00 vMB 228
484,082 484,082 000000000000000001117fecbdcb21c93b4c18d4e25fc12273470359a86dcf76 1,790 0.99/1.00 vMB 148
484,081 484,081 000000000000000001114187f2bda86aad93d3c55fbada46fc1240af35841382 2,071 1.00/1.00 vMB 259
484,080 484,080 0000000000000000002d8df03af8e8104af5e8faa424c192b98373aefa71095e 2,156 1.00/1.00 vMB 209
484,079 484,079 0000000000000000001babe5a6b0ad618c7bc23bfeb75524c460bbc745c1cb83 1,885 1.00/1.00 vMB 199
484,078 484,078 0000000000000000001792581dde6a777100706a1f5d3a3e590584e87e154842 1,583 1.00/1.00 vMB 186
484,077 484,077 00000000000000000049ef7a0575eb85782790ee75f0f71a20c9419ad7eaad23 1,856 1.00/1.00 vMB 163
484,076 484,076 000000000000000001122560df892ff460c95863e40d1f81309f6b35908af1ee 2,009 1.00/1.00 vMB 149
484,075 484,075 0000000000000000010fbe52395c12cfa99312f72e428794bff526cc7d1d9ec2 2,271 1.00/1.00 vMB 155
484,074 484,074 000000000000000000382451d54102a1a096b1be6e9f066c1b328d70491052aa 1,627 1.00/1.00 vMB 182
484,073 484,073 0000000000000000001d861fd7d29bb9d79aabeaeaae1fb1c1f943ba5ea40bdc 1,264 0.99/1.00 vMB 147
484,072 484,072 000000000000000000c592653cba3e3b8225f49d7d83ddb81180bb721538d5e9 1,146 1.00/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 782.97 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: 716.12 GB
    • Received: 17.78 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.