Loading Tool

Explorer IconExplorer

Memory Pool

78,314 transactions
28.72 vMB
0.10557943 BTC
Random Selection Loading Transactions
Max Size: 174.69/200 MB

Candidate Block

Mining Attempt b9b30edc80da24737c940e73f9bb23d98dbd664d2a434347d94d10cfcf65c2a4
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 52cae0eb0dc7c32c999a031423604543b4f78484d02513f36784f82cc61656db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.03763219 BTC
Feerates: 602.26 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (599,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,068 316,068 000000000000000011a1273425950aaa0061d595a4f0b6e533ec476dc32977e6 48 0.05/1.00 vMB 8
316,067 316,067 00000000000000001ebf2f8d80df4a667f66d6b0d0194cb6ae04ba81966031b1 333 0.20/1.00 vMB 26
316,066 316,066 0000000000000000304a3f2b4f600197745c687e033f20c9561ef8c91728be87 64 0.02/1.00 vMB 51
316,065 316,065 00000000000000000092a380cdf7db929388533f9369ad594691d509260468cb 107 0.07/1.00 vMB 21
316,064 316,064 00000000000000000b87d5ce7a30a0ba1b87194fc8e05a9ef2e4e74f7505053c 433 0.24/1.00 vMB 28
316,063 316,063 000000000000000025ad7a5e75dc13bfd13b0aff8764aaab59c72bd971803775 408 0.20/1.00 vMB 30
316,062 316,062 0000000000000000345976774c98dd7c2b8839fe30799334a17b028d1810a21e 569 0.42/1.00 vMB 22
316,061 316,061 00000000000000000748566f3de52c40c44201f9330cfe3fd200d36864cf0ad7 128 0.08/1.00 vMB 24
316,060 316,060 00000000000000001b10b6643be734d1a2756c48219eb6cc1dd79c5a430176e4 532 0.30/1.00 vMB 24
316,059 316,059 000000000000000005e680cb78fb035177ac108e7b0f81a40cecc077eca51cca 896 0.58/1.00 vMB 24
316,058 316,058 000000000000000008b41c0d6028289047f6dd74d508f707b10148a2f19ad874 269 0.19/1.00 vMB 22
316,057 316,057 000000000000000005f4ab8661fbc69b64e0839becc028125c28eeb3274ccf23 140 0.08/1.00 vMB 23
316,056 316,056 00000000000000003211affedb4cedba49124ddcefa4039f3ebdd46c94522227 37 0.05/1.00 vMB 6
316,055 316,055 00000000000000000b796ff8acbe691b2b99fa2dfc4204234b7db87420750c58 108 0.14/1.00 vMB 16
316,054 316,054 00000000000000001a7f4e3cf2c0f3096faafd76b0a427ea1cfd62497308d30d 742 0.42/1.00 vMB 28
316,053 316,053 0000000000000000114635fb382a473713ccc8e23d10006b699546309252666c 408 0.28/1.00 vMB 23
316,052 316,052 000000000000000028d040303a07a81dbd05e7d3a6fcc90ca4ee40b03d0b24a6 40 0.02/1.00 vMB 27
316,051 316,051 00000000000000002a7c666d69d9e28cff15c1f57dcdd54b4a06f9cd7fbea243 96 0.06/1.00 vMB 22
316,050 316,050 00000000000000000876db4405d75e59579a9422e4574342f237358bbd771eef 56 0.02/1.00 vMB 31
316,049 316,049 00000000000000003637e197070ff8d62dac9a889baecbc83df0cbfcbe424bff 294 0.30/1.00 vMB 18
316,048 316,048 00000000000000002bedefa084b79fd032951cc49528cadbbe29e081a61567b3 256 0.09/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.92 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: 714.39 GB
    • Received: 17.53 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.