Loading Tool

Explorer IconExplorer

Memory Pool

74,803 transactions
27.26 vMB
0.06519192 BTC
Random Selection Loading Transactions
Max Size: 166.33/200 MB

Candidate Block

Mining Attempt b416bd6b396a9a94b518e3c9ddd57bb332979b3d4f88ace848b7a1518a937809
Version 20000000
Previous Block 00000000000000000000a2f78027c0ffbc82ee3c3084cd8620dd13dae4780398
Merkle Root eb5cc1cca83cba81775ea97ae9a38e849ec8194dac3b8776402297c03b7c30c3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,848
Size: 1.00 vMB
Total Fees: 0.00636019 BTC
Feerates: 40.21 > 0.64 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,543 (793,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,893 121,893 0000000000001eb4b252cd7091fc06645bcfe92077eb692e511b78311b0a65c7 16 0.01/1.00 vMB 1,213
121,892 121,892 00000000000087d3b50d0cab0f44ac92677dd7e126569279082c7e0821be2593 15 0.01/1.00 vMB 2,217
121,891 121,891 000000000000133d8805cca25cfc7fc92cabaa3301f5979fd680b5d26d14190d 1 0.00/1.00 vMB 0
121,890 121,890 00000000000042ecf3721db12cd2600bd0d152f1097d6af155c3a80ed5f71263 12 0.00/1.00 vMB 650
121,889 121,889 0000000000004bc8d5d10176b4a19d577c945ae5e4a08917df13168b49d02211 13 0.00/1.00 vMB 1,217
121,888 121,888 00000000000095269ceca2fc91ab2911fac1e12cbd1499d9781416698f5cc1ec 36 0.01/1.00 vMB 706
121,887 121,887 00000000000066b8b1805c35a30dba933c3f9b4f6f5e328c2283ed010cdcc1f8 8 0.00/1.00 vMB 0
121,886 121,886 000000000000094d2c016d8476e76cd3299b19679f4126cb52471dbd2f939686 25 0.01/1.00 vMB 1,490
121,885 121,885 0000000000000b3542f08cdcd2e7b575426d0142ea82111c0ee0d34bcd087f2c 1 0.00/1.00 vMB 0
121,884 121,884 000000000000781183a2e1a960a45829794ab1d36592f694d7aa04b230296f80 9 0.00/1.00 vMB 576
121,883 121,883 00000000000026c251a794385d8c14670f3820c5338a296cb6e343ecfc5935c1 10 0.00/1.00 vMB 593
121,882 121,882 0000000000000182fab8bdec4ef127b95d02c0cc69602f9a18322e2b70d285a1 19 0.01/1.00 vMB 363
121,881 121,881 00000000000080247f9334f139985f92cfaf4fe449b958e7f1efa3d6c1716b79 11 0.00/1.00 vMB 0
121,880 121,880 0000000000002f3427f02d18e927ed47e7b3961d9a0c49ed726f3ab315e9deed 15 0.01/1.00 vMB 503
121,879 121,879 000000000000151e507c76ada273ded98f5edacc4ec1d0da42463ccd41502b99 1 0.00/1.00 vMB 0
121,878 121,878 00000000000001b34fa555da0fc58b5a981cc66d6982e8c7d7efdbe576e5160d 6 0.00/1.00 vMB 624
121,877 121,877 00000000000074f180ae5f0ac4ff3aa686113a6413f05af5a170a83806b6bf4f 33 0.01/1.00 vMB 686
121,876 121,876 0000000000007cfedffce7a28283ca86fecd01f4cad0ebf4a5e517133aa71b1d 12 0.00/1.00 vMB 316
121,875 121,875 0000000000006d431e05f644a5f08e009f98318c158e4575679e786a157a0ef2 20 0.01/1.00 vMB 815
121,874 121,874 00000000000070109bf8c6952cc2a053664b392a0b94dde0eec808f4ee8b5b04 8 0.00/1.00 vMB 314
121,873 121,873 00000000000094f254e851f07fdef49007720c4e89a29ca4a56bf6d6a9171250 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.33 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: 767.89 GB
    • Received: 19.48 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.