Loading Tool

Explorer IconExplorer

Memory Pool

81,263 transactions
31.15 vMB
0.09244720 BTC
Random Selection Loading Transactions
Max Size: 187.91/200 MB

Candidate Block

Mining Attempt 5a69eda6ffa47932b4c8d826fe40e2b12f83a55a8e0c8af3ec12c101ac3e460b
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 8d214a8f30e10f7023d1f1c8f9278ce4acf6f4adfa2c0a2aea62d7350e32ee81
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,483
Size: 1.00 vMB
Total Fees: 0.01952981 BTC
Feerates: 45.88 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (438,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,692 476,692 000000000000000000c421aebf9a4270d5939f0be9cd0abe8ab66f242a7e7aa2 487 1.00/1.00 vMB 74
476,691 476,691 00000000000000000059dc4a43534b0bfe39cf833c8772ee0a594c75bae7abd0 124 0.05/1.00 vMB 154
476,690 476,690 0000000000000000012c3951eaeba2d70d49ec4a6a605944a5db3715676b8497 381 1.00/1.00 vMB 66
476,689 476,689 000000000000000000a1b10ba029c45cd549b8a9977cad0763524d0a38735d29 1,804 1.00/1.00 vMB 172
476,688 476,688 00000000000000000057a2d0b55876ae8dc0a4fe78d511237bae9bab7c03f3db 889 1.00/1.00 vMB 104
476,687 476,687 0000000000000000013fab61c39d0e79111c05fce7c0b39e2774e585bb489692 1,235 0.55/1.00 vMB 149
476,686 476,686 0000000000000000002c54eb38ead7bc2bfa883bd65e1f7479dd3d7a85701aee 1,003 1.00/1.00 vMB 74
476,685 476,685 000000000000000001595d3a349eae1f97f35ddf973979fb7c924a7d65afd10d 1,760 1.00/1.00 vMB 168
476,684 476,684 000000000000000000d0ca7da77f67686e466b6cd1bb6acc977b1b40c8af4ec5 2,307 1.00/1.00 vMB 210
476,683 476,683 000000000000000000509ab605dd00808c62d90e009b748d178075bfa8a06a23 1,940 1.00/1.00 vMB 183
476,682 476,682 000000000000000000588a5ed4f160eb964e418deb438fbb3afba26a7859773b 1,184 1.00/1.00 vMB 85
476,681 476,681 0000000000000000012d2e41f2251ccc74dfbe63f0da3019296898918aff9914 1,893 1.00/1.00 vMB 101
476,680 476,680 000000000000000000c2f3165820d8d9834c59f4493f45a3131e1a2e67bb93d2 949 1.00/1.00 vMB 104
476,679 476,679 0000000000000000000e486fc9b52be5680fdb20190972ae557776018aa2b4b5 1,926 0.99/1.00 vMB 205
476,678 476,678 000000000000000001337e88982229718b7785534c3be4602ad6264e3952001f 1,710 1.00/1.00 vMB 145
476,677 476,677 000000000000000000bc08a3a9d19fdf10fb41f49e73edcfc54e214be88048af 1,858 1.00/1.00 vMB 138
476,676 476,676 00000000000000000003f645d7461923f0d3cdbde05580f2a493c86b41fe9d2b 1,921 1.00/1.00 vMB 208
476,675 476,675 0000000000000000007a3eed0bbf2bc517760e19aedc235fca12738ea089f2bd 599 1.00/1.00 vMB 87
476,674 476,674 00000000000000000092e6858656d7420fa4013f35048ac2ca6851d5a0951639 1,259 1.00/1.00 vMB 121
476,673 476,673 00000000000000000083b2809ab5fc4c0a81f64f0f39c88cf870ce7cf232e571 611 1.00/1.00 vMB 71
476,672 476,672 00000000000000000081cabad5b87bad89a1c442fef7cdf8d493b286c3da33e5 2,008 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.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.